| Index: chrome/browser/resources/chromeos/network_ui/compiled_resources.gyp
|
| diff --git a/chrome/browser/resources/chromeos/network_ui/compiled_resources.gyp b/chrome/browser/resources/chromeos/network_ui/compiled_resources.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7b25da7562373d8c3254f5e7f2200eb98b4a52de
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/chromeos/network_ui/compiled_resources.gyp
|
| @@ -0,0 +1,21 @@
|
| +# Copyright 2015 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.
|
| +{
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'network_ui',
|
| +
|
| + 'variables': {
|
| + 'depends': [
|
| + '../../../../../ui/webui/resources/js/compiled_resources.gyp:util',
|
| + '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_data',
|
| + ],
|
| + 'externs': [
|
| + '../../../../../third_party/closure_compiler/externs/chrome_extensions.js'
|
| + ],
|
| + },
|
| + 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi'],
|
| + },
|
| + ],
|
| +}
|
|
|