Revision: 4383
Author: [email protected]
Date: Mon Apr 12 00:52:40 2010
Log: Try to fix WebKit bot: add 'circular-queue.h' and 'circular-queue-inl.h' to v8.gyp

[email protected]

Review URL: http://codereview.chromium.org/1523021
http://code.google.com/p/v8/source/detail?r=4383

Modified:
 /branches/bleeding_edge/tools/gyp/v8.gyp

=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Mon Apr 12 00:23:43 2010
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Mon Apr 12 00:52:40 2010
@@ -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