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

Unified Diff: src/v8.gyp

Issue 2171323002: Introduce a holder for compile jobs (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
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 357128a2bd412e8cff4b21543a017187d2c38079..929432bbb4fe80eb852af1d366285b6761d8a000 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -731,6 +731,8 @@
'compiler/wasm-linkage.cc',
'compiler/zone-pool.cc',
'compiler/zone-pool.h',
+ 'compiler-dispatcher/compiler-dispatcher-job.cc',
+ 'compiler-dispatcher/compiler-dispatcher-job.h',
'compiler-dispatcher/optimizing-compile-dispatcher.cc',
'compiler-dispatcher/optimizing-compile-dispatcher.h',
'compiler.cc',

Powered by Google App Engine
This is Rietveld 408576698