| Index: third_party/closure_compiler/BUILD.gn
|
| diff --git a/third_party/closure_compiler/BUILD.gn b/third_party/closure_compiler/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2bbe47b0383e979c4ab4404eae451041e7530cf0
|
| --- /dev/null
|
| +++ b/third_party/closure_compiler/BUILD.gn
|
| @@ -0,0 +1,19 @@
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +# Add your directory-specific GN target to this list for it to be continuously
|
| +# typechecked on the builder:
|
| +# http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux
|
| +#
|
| +# Also, see our guide to Closure compilation in chrome:
|
| +# https://chromium.googlesource.com/chromium/src/+/master/docs/closure_compilation.md
|
| +
|
| +group("compile_js_all") {
|
| + deps = [
|
| + "//chrome/browser/resources/chromeos/braille_ime:compile_js",
|
| + "//ui/webui/resources/js:compile_js",
|
| + "//ui/webui/resources/js/chromeos:compile_js",
|
| + "//ui/webui/resources/js/cr:compile_js",
|
| + ]
|
| +}
|
|
|