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

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

Issue 2939873004: MD Bookmarks: Fix issue where keyboard shortcuts could fire incorrectly (Closed)
Patch Set: Fix mac test? Created 3 years, 6 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 26 matching lines...) Expand all
37 ], 37 ],
38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
39 }, 39 },
40 { 40 {
41 'target_name': 'command_manager', 41 'target_name': 'command_manager',
42 'dependencies': [ 42 'dependencies': [
43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted',
44 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 44 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
47 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
47 '<(EXTERNS_GYP):bookmark_manager_private', 48 '<(EXTERNS_GYP):bookmark_manager_private',
48 'edit_dialog', 49 'edit_dialog',
49 'store_client', 50 'store_client',
50 'toast_manager' 51 'toast_manager'
51 ], 52 ],
52 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
53 }, 54 },
54 { 55 {
55 'target_name': 'constants', 56 'target_name': 'constants',
56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 57 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'target_name': 'util', 190 'target_name': 'util',
190 'dependencies': [ 191 'dependencies': [
191 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 192 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
192 '<(EXTERNS_GYP):chrome_extensions', 193 '<(EXTERNS_GYP):chrome_extensions',
193 'types', 194 'types',
194 ], 195 ],
195 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 196 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
196 } 197 }
197 ] 198 ]
198 } 199 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/command_manager.js ('k') | chrome/test/data/webui/md_bookmarks/command_manager_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698