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

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

Issue 2760183002: [MD setting] separate RawSiteException and SiteException (Closed)
Patch Set: more types Created 3 years, 9 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/site_settings/site_settings_behavior.js » ('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': 'add_site_dialog', 7 'target_name': 'add_site_dialog',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
10 'constants', 10 'constants',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'constants', 182 'constants',
183 'site_settings_prefs_browser_proxy', 183 'site_settings_prefs_browser_proxy',
184 ], 184 ],
185 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 185 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
186 }, 186 },
187 { 187 {
188 'target_name': 'site_settings_prefs_browser_proxy', 188 'target_name': 'site_settings_prefs_browser_proxy',
189 'dependencies': [ 189 'dependencies': [
190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
191 '<(EXTERNS_GYP):chrome_send', 191 '<(EXTERNS_GYP):chrome_send',
192 'constants',
192 'cookie_tree_node', 193 'cookie_tree_node',
193 ], 194 ],
194 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 195 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
195 }, 196 },
196 { 197 {
197 'target_name': 'website_usage_private_api', 198 'target_name': 'website_usage_private_api',
198 'dependencies': [ 199 'dependencies': [
199 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 200 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
200 '<(EXTERNS_GYP):chrome_send', 201 '<(EXTERNS_GYP):chrome_send',
201 ], 202 ],
202 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 203 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
203 }, 204 },
204 { 205 {
205 'target_name': 'zoom_levels', 206 'target_name': 'zoom_levels',
206 'dependencies': [ 207 'dependencies': [
207 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 208 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
208 'site_settings_behavior', 209 'site_settings_behavior',
209 ], 210 ],
210 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 211 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
211 }, 212 },
212 ], 213 ],
213 } 214 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_settings_behavior.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698