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

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

Powered by Google App Engine
This is Rietveld 408576698