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

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

Issue 2856863010: MD Settings: Network: Check managed properties for known networks menu (Closed)
Patch Set: . 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/internet_page/internet_known_networks_page.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
(...skipping 20 matching lines...) Expand all
31 '<(INTERFACES_GYP):networking_private_interface', 31 '<(INTERFACES_GYP):networking_private_interface',
32 'tether_connection_dialog', 32 'tether_connection_dialog',
33 ], 33 ],
34 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 34 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
35 }, 35 },
36 { 36 {
37 'target_name': 'internet_known_networks_page', 37 'target_name': 'internet_known_networks_page',
38 'dependencies': [ 38 'dependencies': [
39 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 39 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
40 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 40 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
41 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_network_behavior',
41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
42 '<(EXTERNS_GYP):networking_private', 43 '<(EXTERNS_GYP):networking_private',
43 '<(INTERFACES_GYP):networking_private_interface', 44 '<(INTERFACES_GYP):networking_private_interface',
44 ], 45 ],
45 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 46 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
46 }, 47 },
47 { 48 {
48 'target_name': 'internet_subpage', 49 'target_name': 'internet_subpage',
49 'dependencies': [ 50 'dependencies': [
50 '../compiled_resources2.gyp:route', 51 '../compiled_resources2.gyp:route',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'dependencies': [ 151 'dependencies': [
151 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog', 152 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog',
152 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 153 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
153 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 154 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
154 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
155 ], 156 ],
156 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 157 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
157 }, 158 },
158 ], 159 ],
159 } 160 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/internet_page/internet_known_networks_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698