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

Unified Diff: BUILD.gn

Issue 2399463008: Create multiple compilation jobs for ignition if compiling multiple literals (Closed)
Patch Set: updates Created 4 years, 2 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 | src/ast/collect-eager-literals.h » ('j') | src/ast/collect-eager-literals.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 37d45d650a903ebb42518c6a7090c7a047bd1c93..5dc039af98459ab66d3dfb2ea513a5093fbbb0f7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -892,6 +892,8 @@ v8_source_set("v8_base") {
"src/ast/ast-value-factory.h",
"src/ast/ast.cc",
"src/ast/ast.h",
+ "src/ast/collect-eager-literals.cc",
+ "src/ast/collect-eager-literals.h",
"src/ast/compile-time-value.cc",
"src/ast/compile-time-value.h",
"src/ast/context-slot-cache.cc",
« no previous file with comments | « no previous file | src/ast/collect-eager-literals.h » ('j') | src/ast/collect-eager-literals.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698