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

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

Issue 1316003003: Add compiled_resources for settings/ and cr_elements/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md_settings_compiled_resources_2
Patch Set: Feedback Created 5 years, 3 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/js/compiled_resources.gyp:load_time _data', 10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
11 ], 11 ],
12 }, 12 },
13 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 13 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
14 }, 14 },
15 { 15 {
16 'target_name': 'internet_detail_page', 16 'target_name': 'internet_detail_page',
17 'variables': { 17 'variables': {
18 'depends': [ 18 'depends': [
19 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 19 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
20 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 20 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
21 ], 21 ],
22 'externs': [ 22 'externs': [
23 » '../../../../../ui/webui/resources/externs/more_routing_externs.js', 23 '../../../../../ui/webui/resources/externs/more_routing_externs.js',
24 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 24 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
25 ], 25 ],
26 }, 26 },
27 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 27 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
28 }, 28 },
29 { 29 {
30 'target_name': 'internet_known_networks_page', 30 'target_name': 'internet_known_networks_page',
31 'variables': { 31 'variables': {
32 'depends': [ 32 'depends': [
33 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 33 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
34 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 34 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
35 ], 35 ],
36 'externs': [ 36 'externs': [
37 » '../../../../../ui/webui/resources/externs/more_routing_externs.js', 37 '../../../../../ui/webui/resources/externs/more_routing_externs.js',
38 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 38 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
39 ], 39 ],
40 }, 40 },
41 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 41 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
42 }, 42 },
43 { 43 {
44 'target_name': 'network_apnlist', 44 'target_name': 'network_apnlist',
45 'variables': { 45 'variables': {
46 'depends': [ 46 'depends': [
47 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 47 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
48 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 48 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
49 ], 49 ],
50 'externs': [ 50 'externs': [
51 » '../../../../../ui/webui/resources/externs/more_routing_externs.js', 51 '../../../../../ui/webui/resources/externs/more_routing_externs.js',
52 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 52 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
53 ], 53 ],
54 }, 54 },
55 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 55 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
56 }, 56 },
57 { 57 {
58 'target_name': 'network_ip_config', 58 'target_name': 'network_ip_config',
59 'variables': { 59 'variables': {
60 'depends': [ 60 'depends': [
61 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 61 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
62 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 62 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
63 ], 63 ],
64 'externs': [ 64 'externs': [
65 » '../../../../../ui/webui/resources/externs/more_routing_externs.js', 65 '../../../../../ui/webui/resources/externs/more_routing_externs.js',
66 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 66 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
67 ], 67 ],
68 }, 68 },
69 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 69 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
70 }, 70 },
71 { 71 {
72 'target_name': 'network_nameservers', 72 'target_name': 'network_nameservers',
73 'variables': { 73 'variables': {
74 'depends': [ 74 'depends': [
75 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 75 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
76 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 76 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
77 ], 77 ],
78 'externs': [ 78 'externs': [
79 » '../../../../../ui/webui/resources/externs/more_routing_externs.js', 79 '../../../../../ui/webui/resources/externs/more_routing_externs.js',
80 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 80 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
81 ], 81 ],
82 }, 82 },
83 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 83 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
84 }, 84 },
85 { 85 {
86 'target_name': 'network_property_list', 86 'target_name': 'network_property_list',
87 'variables': { 87 'variables': {
88 'depends': [ 88 'depends': [
89 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 89 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
90 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 90 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
91 ], 91 ],
92 'externs': [ 92 'externs': [
93 » '../../../../../ui/webui/resources/externs/more_routing_externs.js', 93 '../../../../../ui/webui/resources/externs/more_routing_externs.js',
94 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 94 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
95 ], 95 ],
96 }, 96 },
97 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 97 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
98 }, 98 },
99 { 99 {
100 'target_name': 'network_proxy', 100 'target_name': 'network_proxy',
101 'variables': { 101 'variables': {
102 'depends': [ 102 'depends': [
103 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 103 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
104 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 104 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
105 ], 105 ],
106 'externs': [ 106 'externs': [
107 » '../../../../../ui/webui/resources/externs/more_routing_externs.js', 107 '../../../../../ui/webui/resources/externs/more_routing_externs.js',
108 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 108 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
109 ], 109 ],
110 }, 110 },
111 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 111 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
112 }, 112 },
113 { 113 {
114 'target_name': 'network_proxy_input', 114 'target_name': 'network_proxy_input',
115 'variables': { 115 'variables': {
116 'depends': [ 116 'depends': [
117 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 117 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
118 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 118 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
119 ], 119 ],
120 'externs': [ 120 'externs': [
121 » '../../../../../ui/webui/resources/externs/more_routing_externs.js', 121 '../../../../../ui/webui/resources/externs/more_routing_externs.js',
122 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 122 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
123 ], 123 ],
124 }, 124 },
125 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 125 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
126 }, 126 },
127 { 127 {
128 'target_name': 'network_proxy_exclusions', 128 'target_name': 'network_proxy_exclusions',
129 'variables': { 129 'variables': {
130 'depends': [ 130 'depends': [
131 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 131 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
132 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 132 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
133 ], 133 ],
134 'externs': [ 134 'externs': [
135 » '../../../../../ui/webui/resources/externs/more_routing_externs.js', 135 '../../../../../ui/webui/resources/externs/more_routing_externs.js',
136 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 136 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
137 ], 137 ],
138 }, 138 },
139 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 139 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
140 }, 140 },
141 { 141 {
142 'target_name': 'network_siminfo', 142 'target_name': 'network_siminfo',
143 'variables': { 143 'variables': {
144 'depends': [ 144 'depends': [
145 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 145 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
146 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 146 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
147 ], 147 ],
148 'externs': [ 148 'externs': [
149 » '../../../../../ui/webui/resources/externs/more_routing_externs.js', 149 '../../../../../ui/webui/resources/externs/more_routing_externs.js',
150 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 150 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
151 ], 151 ],
152 }, 152 },
153 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 153 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
154 }, 154 },
155 { 155 {
156 'target_name': 'network_summary', 156 'target_name': 'network_summary',
157 'variables': { 157 'variables': {
158 'depends': [ 158 'depends': [
159 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 159 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
160 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 160 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
161 ], 161 ],
162 'externs': [ 162 'externs': [
163 » '../../../../../ui/webui/resources/externs/more_routing_externs.js', 163 '../../../../../ui/webui/resources/externs/more_routing_externs.js',
164 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 164 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
165 ], 165 ],
166 }, 166 },
167 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 167 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
168 }, 168 },
169 { 169 {
170 'target_name': 'network_summary_item', 170 'target_name': 'network_summary_item',
171 'variables': { 171 'variables': {
172 'depends': [ 172 'depends': [
173 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js', 173 '../../../../../ui/webui/resources/cr_elements/v1_0/network/cr_onc_typ es.js',
174 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 174 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
175 ], 175 ],
176 'externs': [ 176 'externs': [
177 » '../../../../../ui/webui/resources/externs/more_routing_externs.js', 177 '../../../../../ui/webui/resources/externs/more_routing_externs.js',
178 '../../../../../third_party/closure_compiler/externs/networking_privat e.js' 178 '../../../../../third_party/closure_compiler/externs/networking_privat e.js'
179 ], 179 ],
180 }, 180 },
181 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 181 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
182 }, 182 },
183 ], 183 ],
184 } 184 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698