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

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: Feedback, add network-confg-input + select 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 27 matching lines...) Expand all
59 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 71 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
60 }, 72 },
61 { 73 {
62 'target_name': 'network_apnlist', 74 'target_name': 'network_apnlist',
63 'dependencies': [ 75 'dependencies': [
64 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 76 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
65 ], 77 ],
66 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 78 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
67 }, 79 },
68 { 80 {
81 'target_name': 'network_config_input',
82 'dependencies': [],
83 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
84 },
85 {
86 'target_name': 'network_config_select',
87 'dependencies': [
88 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
89 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
90 ],
91 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
92 },
93 {
69 'target_name': 'network_ip_config', 94 'target_name': 'network_ip_config',
70 'dependencies': [ 95 'dependencies': [
71 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 96 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
72 ], 97 ],
73 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 98 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
74 }, 99 },
75 { 100 {
76 'target_name': 'network_nameservers', 101 'target_name': 'network_nameservers',
77 'dependencies': [ 102 'dependencies': [
78 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 103 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'dependencies': [ 176 'dependencies': [
152 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog', 177 '<(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', 178 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
154 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 179 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 180 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
156 ], 181 ],
157 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 182 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
158 }, 183 },
159 ], 184 ],
160 } 185 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698