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

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

Issue 2955563002: MD Bookmarks: Initial screenreader accessibility improvements (Closed)
Patch Set: Hide the undo button when toast is closed 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'dependencies': [ 163 'dependencies': [
164 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 164 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
165 ], 165 ],
166 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 166 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
167 }, 167 },
168 { 168 {
169 'target_name': 'toast_manager', 169 'target_name': 'toast_manager',
170 'dependencies': [ 170 'dependencies': [
171 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 171 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
172 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 172 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
173 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-announc er/compiled_resources2.gyp:iron-a11y-announcer-extracted',
173 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp iled_resources2.gyp:paper-button-extracted', 174 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-button/comp iled_resources2.gyp:paper-button-extracted',
174 'timer_proxy', 175 'timer_proxy',
175 ], 176 ],
176 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 177 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
177 }, 178 },
178 { 179 {
179 'target_name': 'toolbar', 180 'target_name': 'toolbar',
180 'dependencies': [ 181 'dependencies': [
181 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 182 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
182 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 183 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
(...skipping 17 matching lines...) Expand all
200 'target_name': 'util', 201 'target_name': 'util',
201 'dependencies': [ 202 'dependencies': [
202 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 203 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
203 '<(EXTERNS_GYP):chrome_extensions', 204 '<(EXTERNS_GYP):chrome_extensions',
204 'types', 205 'types',
205 ], 206 ],
206 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 207 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
207 } 208 }
208 ] 209 ]
209 } 210 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698