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

Unified Diff: src/v8.gyp

Issue 2161033003: Create compiler-scheduler subdir and move existing scheduler there (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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 | « src/optimizing-compile-dispatcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 60b7293440d7607203170ddf7e1f1d943dd0c2a2..4a7b9f6e51ec038e3a40721f8e7ac526bb01141c 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -730,6 +730,8 @@
'compiler/wasm-linkage.cc',
'compiler/zone-pool.cc',
'compiler/zone-pool.h',
+ 'compiler-dispatcher/optimizing-compile-dispatcher.cc',
+ 'compiler-dispatcher/optimizing-compile-dispatcher.h',
'compiler.cc',
'compiler.h',
'context-measure.cc',
@@ -1027,8 +1029,6 @@
'objects-printer.cc',
'objects.cc',
'objects.h',
- 'optimizing-compile-dispatcher.cc',
- 'optimizing-compile-dispatcher.h',
'ostreams.cc',
'ostreams.h',
'parsing/expression-classifier.h',
« no previous file with comments | « src/optimizing-compile-dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698