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

Unified Diff: third_party/closure_compiler/BUILD.gn

Issue 2247353004: GN files for running Closure Compiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo 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: third_party/closure_compiler/BUILD.gn
diff --git a/mojo/public/interfaces/BUILD.gn b/third_party/closure_compiler/BUILD.gn
similarity index 65%
copy from mojo/public/interfaces/BUILD.gn
copy to third_party/closure_compiler/BUILD.gn
index 654145bd90a316bb1bf0e7f7d938266d40ffe206..bed71915ce276b67cb1c7458c2ca8e9bf4374978 100644
--- a/mojo/public/interfaces/BUILD.gn
+++ b/third_party/closure_compiler/BUILD.gn
@@ -2,10 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-group("interfaces") {
+group("compile_js_all") {
deps = [
- "application",
- "bindings",
- "network",
+ "//chrome/browser/resources/chromeos/braille_ime:compile_main",
]
}

Powered by Google App Engine
This is Rietveld 408576698