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

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

Issue 2461113002: WebUI: Make settings-action-menu re-usable as cr-action-menu. (Closed)
Patch Set: getComputedStyle instead of util.js Created 4 years, 1 month 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 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 'site_settings_behavior', 10 'site_settings_behavior',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 ], 124 ],
125 'externs': [ 125 'externs': [
126 '<(EXTERNS_GYP):settings_private', 126 '<(EXTERNS_GYP):settings_private',
127 ], 127 ],
128 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 128 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
129 }, 129 },
130 { 130 {
131 'target_name': 'site_list', 131 'target_name': 'site_list',
132 'dependencies': [ 132 'dependencies': [
133 '../compiled_resources2.gyp:route', 133 '../compiled_resources2.gyp:route',
134 '../compiled_resources2.gyp:settings_action_menu', 134 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
135 'constants', 135 'constants',
136 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 136 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
137 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 137 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
138 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 138 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
139 '<(EXTERNS_GYP):settings_private', 139 '<(EXTERNS_GYP):settings_private',
140 'site_settings_behavior', 140 'site_settings_behavior',
141 ], 141 ],
142 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 142 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
143 }, 143 },
144 { 144 {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 { 187 {
188 'target_name': 'zoom_levels', 188 'target_name': 'zoom_levels',
189 'dependencies': [ 189 'dependencies': [
190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior', 190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:web_ui_listener_ behavior',
191 'site_settings_behavior', 191 'site_settings_behavior',
192 ], 192 ],
193 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 193 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
194 }, 194 },
195 ], 195 ],
196 } 196 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698