| Index: chrome/browser/resources/chromeos/network_ui/BUILD.gn
|
| diff --git a/chrome/browser/resources/chromeos/network_ui/BUILD.gn b/chrome/browser/resources/chromeos/network_ui/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7b51bd59c3a4166259ec7b32b86f43f7c8cd7f3a
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/chromeos/network_ui/BUILD.gn
|
| @@ -0,0 +1,16 @@
|
| +# 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.
|
| +
|
| +import("//third_party/closure_compiler/compile_js2.gni")
|
| +
|
| +compile_js(compile_network_ui) {
|
| + source_files = [ "network_ui.js" ]
|
| + deps = [
|
| + "//ui/webui/resources/cr_elements/network:compile_cr_network_icon_externs",
|
| + "//ui/webui/resources/cr_elements/network:compile_cr_onc_types",
|
| + "//ui/webui/resources/js:compile_util",
|
| + "//ui/webui/resources/js/compiled:compile_load_time_data",
|
| + ]
|
| + externs = [ "networking_private" ]
|
| +}
|
|
|