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

Unified Diff: tools/gyp/v8.gyp

Issue 10417010: Run Crankshaft on a separate thread. (Closed) Base URL: https://chromiumcodereview.appspot.com/10387157
Patch Set: Created 8 years, 7 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
« src/v8.cc ('K') | « test/mjsunit/regress/regress-1118.js ('k') | 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 aa911394d05c2056d847c7beffd193cca3bb47ec..4adbc76c122a845cdcaeb25cc5147102e8386dfc 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -261,6 +261,8 @@
'../../src/compilation-cache.h',
'../../src/compiler.cc',
'../../src/compiler.h',
+ '../../src/crankshaft-thread.cc',
+ '../../src/crankshaft-thread.h',
'../../src/contexts.cc',
'../../src/contexts.h',
'../../src/conversions-inl.h',
« src/v8.cc ('K') | « test/mjsunit/regress/regress-1118.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698