| 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",
|
| ]
|
| }
|
|
|