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

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

Issue 2769303004: [MD setting] tool tips on controlledBy site exceptions (Closed)
Patch Set: unit test and review changes 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_list.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': '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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 168 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
169 '<(EXTERNS_GYP):settings_private', 169 '<(EXTERNS_GYP):settings_private',
170 'site_settings_behavior', 170 'site_settings_behavior',
171 ], 171 ],
172 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 172 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
173 }, 173 },
174 { 174 {
175 'target_name': 'site_settings_behavior', 175 'target_name': 'site_settings_behavior',
176 'dependencies': [ 176 'dependencies': [
177 '../compiled_resources2.gyp:route', 177 '../compiled_resources2.gyp:route',
178 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_indicator_behavior',
179 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_pref_behavior',
178 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 180 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
179 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 181 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
180 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 182 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
181 '<(EXTERNS_GYP):settings_private', 183 '<(EXTERNS_GYP):settings_private',
182 'constants', 184 'constants',
183 'site_settings_prefs_browser_proxy', 185 'site_settings_prefs_browser_proxy',
184 ], 186 ],
185 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 187 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
186 }, 188 },
187 { 189 {
(...skipping 17 matching lines...) Expand all
205 { 207 {
206 'target_name': 'zoom_levels', 208 'target_name': 'zoom_levels',
207 'dependencies': [ 209 'dependencies': [
208 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 210 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
209 'site_settings_behavior', 211 'site_settings_behavior',
210 ], 212 ],
211 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 213 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
212 }, 214 },
213 ], 215 ],
214 } 216 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/site_settings/site_list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698