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

Side by Side Diff: chrome/browser/resources/md_bookmarks/compiled_resources2.gyp

Issue 2955563002: MD Bookmarks: Initial screenreader accessibility improvements (Closed)
Patch Set: Privatize and rebase Created 3 years, 5 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 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': 'actions', 7 'target_name': 'actions',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
10 '<(EXTERNS_GYP):chrome_extensions', 10 '<(EXTERNS_GYP):chrome_extensions',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'dependencies': [ 174 'dependencies': [
175 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 175 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
176 ], 176 ],
177 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 177 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
178 }, 178 },
179 { 179 {
180 'target_name': 'toast_manager', 180 'target_name': 'toast_manager',
181 'dependencies': [ 181 'dependencies': [
182 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 182 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
183 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 183 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
184 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announc er/compiled_resources2.gyp:iron-a11y-announcer-extracted',
184 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp iled_resources2.gyp:paper-button-extracted', 185 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp iled_resources2.gyp:paper-button-extracted',
185 'timer_proxy', 186 'timer_proxy',
186 ], 187 ],
187 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 188 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
188 }, 189 },
189 { 190 {
190 'target_name': 'toolbar', 191 'target_name': 'toolbar',
191 'dependencies': [ 192 'dependencies': [
192 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 193 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
193 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 194 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
(...skipping 17 matching lines...) Expand all
211 'target_name': 'util', 212 'target_name': 'util',
212 'dependencies': [ 213 'dependencies': [
213 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 214 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
214 '<(EXTERNS_GYP):chrome_extensions', 215 '<(EXTERNS_GYP):chrome_extensions',
215 'types', 216 'types',
216 ], 217 ],
217 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 218 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
218 } 219 }
219 ] 220 ]
220 } 221 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/command_manager.html ('k') | chrome/browser/resources/md_bookmarks/folder_node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698