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

Side by Side Diff: chrome/browser/resources/settings/internet_page/compiled_resources2.gyp

Issue 2848683003: MD Settings: Add settings-internet-config (WiFi only, no certs) (Closed)
Patch Set: Rebase Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'internet_page', 7 'target_name': 'internet_page',
8 'dependencies': [ 8 'dependencies': [
9 '../compiled_resources2.gyp:route', 9 '../compiled_resources2.gyp:route',
10 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 10 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
11 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 11 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
14 '<(EXTERNS_GYP):chrome_send', 14 '<(EXTERNS_GYP):chrome_send',
15 '<(EXTERNS_GYP):management', 15 '<(EXTERNS_GYP):management',
16 '<(EXTERNS_GYP):networking_private', 16 '<(EXTERNS_GYP):networking_private',
17 '<(INTERFACES_GYP):networking_private_interface', 17 '<(INTERFACES_GYP):networking_private_interface',
18 ], 18 ],
19 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 19 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
20 }, 20 },
21 { 21 {
22 'target_name': 'internet_config',
23 'dependencies': [
24 '../compiled_resources2.gyp:route',
25 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
26 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
28 '<(EXTERNS_GYP):networking_private',
29 '<(INTERFACES_GYP):networking_private_interface',
30 ],
31 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
32 },
33 {
22 'target_name': 'internet_detail_page', 34 'target_name': 'internet_detail_page',
23 'dependencies': [ 35 'dependencies': [
24 '../compiled_resources2.gyp:route', 36 '../compiled_resources2.gyp:route',
25 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 37 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
26 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_network_behavior', 38 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_network_behavior',
27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
29 '<(EXTERNS_GYP):chrome_send', 41 '<(EXTERNS_GYP):chrome_send',
30 '<(EXTERNS_GYP):networking_private', 42 '<(EXTERNS_GYP):networking_private',
31 '<(INTERFACES_GYP):networking_private_interface', 43 '<(INTERFACES_GYP):networking_private_interface',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'dependencies': [ 163 'dependencies': [
152 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog', 164 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog',
153 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 165 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
154 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 166 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 167 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
156 ], 168 ],
157 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 169 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
158 }, 170 },
159 ], 171 ],
160 } 172 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698