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

Unified Diff: chrome/browser/resources/chromeos/braille_ime/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: chrome/browser/resources/chromeos/braille_ime/BUILD.gn
diff --git a/chrome/browser/resources/chromeos/braille_ime/BUILD.gn b/chrome/browser/resources/chromeos/braille_ime/BUILD.gn
index 092cbce3bc1a7d61cb869c4cb6f49362ef09dd05..2983ae002429bd62765f0291597061301f8e1ba4 100644
--- a/chrome/browser/resources/chromeos/braille_ime/BUILD.gn
+++ b/chrome/browser/resources/chromeos/braille_ime/BUILD.gn
@@ -2,9 +2,11 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-assert(is_chromeos)
+import("//third_party/closure_compiler/compile_js2.gni")
copy("braille_ime_manifest") {
+ assert(is_chromeos)
+
sources = [
"manifest.json",
]
@@ -12,3 +14,9 @@ copy("braille_ime_manifest") {
"$root_out_dir/resources/chromeos/braille_ime/manifest.json",
]
}
+
+compile_js("compile_externs") {
+ sources = [
+ "externs.js",
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698