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

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

Issue 1369403006: Add cr-policy-network-indicator and add to internet settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Separate policy indicator strings Created 5 years, 2 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'variables': { 8 'variables': {
9 'depends': [ 9 'depends': [
10 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 10 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', 11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
12 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 12 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
13 '../settings_page/settings_animated_pages.js' 13 '../settings_page/settings_animated_pages.js'
14 ], 14 ],
15 'externs': [ 15 'externs': [
16 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 16 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
17 ], 17 ],
18 }, 18 },
19 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 19 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
20 }, 20 },
21 { 21 {
22 'target_name': 'internet_detail_page', 22 'target_name': 'internet_detail_page',
23 'variables': { 23 'variables': {
24 'depends': [ 24 'depends': [
25 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 25 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
26 '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_n etwork_behavior.js',
26 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 27 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
27 ], 28 ],
28 'externs': [ 29 'externs': [
29 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 30 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
30 ], 31 ],
31 }, 32 },
32 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 33 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
33 }, 34 },
34 { 35 {
35 'target_name': 'internet_known_networks_page', 36 'target_name': 'internet_known_networks_page',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 82 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
82 ], 83 ],
83 }, 84 },
84 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 85 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
85 }, 86 },
86 { 87 {
87 'target_name': 'network_property_list', 88 'target_name': 'network_property_list',
88 'variables': { 89 'variables': {
89 'depends': [ 90 'depends': [
90 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 91 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
92 '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_n etwork_behavior.js',
91 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 93 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
92 ], 94 ],
93 'externs': [ 95 'externs': [
94 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 96 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
95 ], 97 ],
96 }, 98 },
97 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 99 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
98 }, 100 },
99 { 101 {
100 'target_name': 'network_proxy', 102 'target_name': 'network_proxy',
101 'variables': { 103 'variables': {
102 'depends': [ 104 'depends': [
103 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 105 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
106 '../../../../../ui/webui/resources/cr_elements/v1_0/policy/cr_policy_n etwork_behavior.js',
104 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 107 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
105 ], 108 ],
106 'externs': [ 109 'externs': [
107 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 110 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
108 ], 111 ],
109 }, 112 },
110 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 113 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
111 }, 114 },
112 { 115 {
113 'target_name': 'network_proxy_input', 116 'target_name': 'network_proxy_input',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 172 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
170 ], 173 ],
171 'externs': [ 174 'externs': [
172 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 175 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
173 ], 176 ],
174 }, 177 },
175 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 178 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
176 }, 179 },
177 ], 180 ],
178 } 181 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698