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

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

Issue 2893833002: MD Bookmarks: Enable the delete button in the toolbar overlay (Closed)
Patch Set: Fix nit Created 3 years, 7 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/md_bookmarks/toolbar.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': '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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 ], 143 ],
144 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 144 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
145 }, 145 },
146 { 146 {
147 'target_name': 'toolbar', 147 'target_name': 'toolbar',
148 'dependencies': [ 148 'dependencies': [
149 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 149 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
150 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 150 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
151 '<(EXTERNS_GYP):bookmark_manager_private', 151 '<(EXTERNS_GYP):bookmark_manager_private',
152 '<(EXTERNS_GYP):chrome_extensions', 152 '<(EXTERNS_GYP):chrome_extensions',
153 'command_manager',
153 'edit_dialog', 154 'edit_dialog',
154 'store_client', 155 'store_client',
155 ], 156 ],
156 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 157 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
157 }, 158 },
158 { 159 {
159 'target_name': 'types', 160 'target_name': 'types',
160 'dependencies': [ 161 'dependencies': [
161 '<(EXTERNS_GYP):chrome_extensions', 162 '<(EXTERNS_GYP):chrome_extensions',
162 'constants', 163 'constants',
163 ], 164 ],
164 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 165 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
165 }, 166 },
166 { 167 {
167 'target_name': 'util', 168 'target_name': 'util',
168 'dependencies': [ 169 'dependencies': [
169 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 170 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
170 '<(EXTERNS_GYP):chrome_extensions', 171 '<(EXTERNS_GYP):chrome_extensions',
171 'types', 172 'types',
172 ], 173 ],
173 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 174 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
174 } 175 }
175 ] 176 ]
176 } 177 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_bookmarks/toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698