Reviewers: Rico,

Description:
Try to fix WebKit bot: add 'circular-queue.h' and 'circular-queue-inl.h' to
v8.gyp

[email protected]

Please review this at http://codereview.chromium.org/1523021/show

Affected files:
  M tools/gyp/v8.gyp


Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 7897e35ec556e6ba9105c6dee1b6c8eb4e631b07..39e20d69c6c710b2a9f60c3919d29630c0783453 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -244,7 +244,9 @@
         '../../src/char-predicates.h',
         '../../src/checks.cc',
         '../../src/checks.h',
+        '../../src/circular-queue-inl.h',
         '../../src/circular-queue.cc',
+        '../../src/circular-queue.h',
         '../../src/code-stubs.cc',
         '../../src/code-stubs.h',
         '../../src/code.h',


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

To unsubscribe, reply using "remove me" as the subject.

Reply via email to