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

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

Issue 2746363013: [MD Bookmarks] Add a drag and drop indicator to bookmarks. (Closed)
Patch Set: fix nit Created 3 years, 8 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 12 matching lines...) Expand all
23 'util', 23 'util',
24 ], 24 ],
25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
26 }, 26 },
27 { 27 {
28 'target_name': 'app', 28 'target_name': 'app',
29 'dependencies': [ 29 'dependencies': [
30 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:splitter', 30 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:splitter',
31 '<(EXTERNS_GYP):chrome_extensions', 31 '<(EXTERNS_GYP):chrome_extensions',
32 'api_listener', 32 'api_listener',
33 'dnd_manager',
33 'router', 34 'router',
34 'store', 35 'store',
35 'store_client', 36 'store_client',
36 ], 37 ],
37 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
38 }, 39 },
39 { 40 {
40 'target_name': 'edit_dialog', 41 'target_name': 'edit_dialog',
41 'dependencies': [ 42 'dependencies': [
42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
44 '<(EXTERNS_GYP):chrome_extensions', 45 '<(EXTERNS_GYP):chrome_extensions',
45 'types', 46 'types',
46 ], 47 ],
47 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 48 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
48 }, 49 },
49 { 50 {
51 'target_name': 'dnd_manager',
52 'dependencies': [
53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
54 '<(EXTERNS_GYP):bookmark_manager_private',
55 '<(EXTERNS_GYP):metrics_private',
56 'store',
57 'types',
58 ],
59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
60 },
61 {
50 'target_name': 'folder_node', 62 'target_name': 'folder_node',
51 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
52 'dependencies': [ 64 'dependencies': [
53 '<(EXTERNS_GYP):chrome_extensions', 65 '<(EXTERNS_GYP):chrome_extensions',
54 'actions', 66 'actions',
55 'store_client', 67 'store_client',
56 ], 68 ],
57 }, 69 },
58 { 70 {
59 'target_name': 'item', 71 'target_name': 'item',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'dependencies': [ 138 'dependencies': [
127 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 139 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
128 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 140 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
129 '<(EXTERNS_GYP):chrome_extensions', 141 '<(EXTERNS_GYP):chrome_extensions',
130 'store_client', 142 'store_client',
131 ], 143 ],
132 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 144 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
133 }, 145 },
134 { 146 {
135 'target_name': 'types', 147 'target_name': 'types',
148 'dependencies': [
149 '<(EXTERNS_GYP):chrome_extensions',
150 ],
136 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 151 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
137 }, 152 },
138 { 153 {
139 'target_name': 'util', 154 'target_name': 'util',
140 'dependencies': [ 155 'dependencies': [
141 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 156 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
142 '<(EXTERNS_GYP):chrome_extensions', 157 '<(EXTERNS_GYP):chrome_extensions',
143 'types', 158 'types',
144 ], 159 ],
145 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 160 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
146 } 161 }
147 ] 162 ]
148 } 163 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/app.js ('k') | chrome/browser/resources/md_bookmarks/dnd_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698