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

Unified Diff: BUILD.gn

Issue 1095433002: Refactor compilation dependency handling. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 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 | src/compiler.h » ('j') | src/dependencies.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 53ecc77d2775b07ffa09a5e8220f0fc268c31824..ec6f82855de997c89ba7b9736bac78d61b790fcd 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -703,6 +703,8 @@ source_set("v8_base") {
"src/debug.h",
"src/deoptimizer.cc",
"src/deoptimizer.h",
+ "src/dependencies.cc",
+ "src/dependencies.h",
"src/disasm.h",
"src/disassembler.cc",
"src/disassembler.h",
« no previous file with comments | « no previous file | src/compiler.h » ('j') | src/dependencies.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698