Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: tools/gyp/v8.gyp

Issue 1523021: Try to fix WebKit bot: add 'circular-queue.h' and 'circular-queue-inl.h' to v8.gyp (Closed)
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698