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

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

Issue 2977523002: MD Bookmarks: Scroll and select items that are added to the main list (Closed)
Patch Set: Review comments, change how highlighting triggers 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 { 42 {
43 'target_name': 'command_manager', 43 'target_name': 'command_manager',
44 'dependencies': [ 44 'dependencies': [
45 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', 45 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted',
46 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 46 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
47 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render', 47 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render',
48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
50 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command', 50 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
51 '<(EXTERNS_GYP):bookmark_manager_private', 51 '<(EXTERNS_GYP):bookmark_manager_private',
52 'api_listener',
52 'dialog_focus_manager', 53 'dialog_focus_manager',
53 'edit_dialog', 54 'edit_dialog',
54 'store_client', 55 'store_client',
55 'toast_manager' 56 'toast_manager'
56 ], 57 ],
57 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 58 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
58 }, 59 },
59 { 60 {
60 'target_name': 'constants', 61 'target_name': 'constants',
61 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 62 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
(...skipping 13 matching lines...) Expand all
75 'types', 76 'types',
76 ], 77 ],
77 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 78 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
78 }, 79 },
79 { 80 {
80 'target_name': 'dnd_manager', 81 'target_name': 'dnd_manager',
81 'dependencies': [ 82 'dependencies': [
82 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 83 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
83 '<(EXTERNS_GYP):bookmark_manager_private', 84 '<(EXTERNS_GYP):bookmark_manager_private',
84 '<(EXTERNS_GYP):metrics_private', 85 '<(EXTERNS_GYP):metrics_private',
86 'api_listener',
85 'dnd_chip', 87 'dnd_chip',
86 'store', 88 'store',
87 'timer_proxy', 89 'timer_proxy',
88 'types', 90 'types',
89 'util', 91 'util',
90 ], 92 ],
91 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 93 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
92 }, 94 },
93 { 95 {
94 'target_name': 'edit_dialog', 96 'target_name': 'edit_dialog',
95 'dependencies': [ 97 'dependencies': [
96 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted', 98 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted',
97 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 99 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
98 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 100 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
99 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 101 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
100 '<(EXTERNS_GYP):chrome_extensions', 102 '<(EXTERNS_GYP):chrome_extensions',
103 'api_listener',
101 'dialog_focus_manager', 104 'dialog_focus_manager',
102 'types', 105 'types',
103 ], 106 ],
104 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
105 }, 108 },
106 { 109 {
107 'target_name': 'folder_node', 110 'target_name': 'folder_node',
108 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 111 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
109 'dependencies': [ 112 'dependencies': [
110 '<(EXTERNS_GYP):chrome_extensions', 113 '<(EXTERNS_GYP):chrome_extensions',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'target_name': 'util', 225 'target_name': 'util',
223 'dependencies': [ 226 'dependencies': [
224 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 227 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
225 '<(EXTERNS_GYP):chrome_extensions', 228 '<(EXTERNS_GYP):chrome_extensions',
226 'types', 229 'types',
227 ], 230 ],
228 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 231 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
229 } 232 }
230 ] 233 ]
231 } 234 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698