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

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.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 3eebcfe8ceb49252a070acb4228c7e92c9eeeb27..136dfb80d8db033368c09050ad080f4d1b1423c5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -700,6 +700,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.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698