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

Unified Diff: BUILD.gn

Issue 2247353004: GN files for running Closure Compiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index fea74333b479825c855f7ed172a494f232314575..5cee944eaecefa84e4a093a460ee28dd783334b4 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -27,7 +27,8 @@ declare_args() {
# A list of extra dependencies to add to the root target. This allows a
# checkout to add additional targets without explicitly changing any checked-
# in files.
- root_extra_deps = []
+ root_extra_deps =
+ [ "//chrome/browser/resources/chromeos/braille_ime:compile_externs" ]
}
# This file defines the following five main targets:
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/braille_ime/BUILD.gn » ('j') | third_party/closure_compiler/compile_js2.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698