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

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

Issue 2758703002: [WIP] MD Bookmarks Drag and Drop. (Closed)
Patch Set: Created 3 years, 9 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 27 matching lines...) Expand all
38 'target_name': 'bookmarks_store', 38 'target_name': 'bookmarks_store',
39 'dependencies': [ 39 'dependencies': [
40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
41 '<(EXTERNS_GYP):chrome_extensions', 41 '<(EXTERNS_GYP):chrome_extensions',
42 'reducers', 42 'reducers',
43 'types', 43 'types',
44 ], 44 ],
45 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 45 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
46 }, 46 },
47 { 47 {
48 'target_name': 'dnd_manager',
49 'dependencies': [
50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
51 '<(EXTERNS_GYP):bookmark_manager_private',
52 '<(EXTERNS_GYP):metrics_private',
53 'bookmarks_store',
54 'types',
55 ],
56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
57 },
58 {
48 'target_name': 'folder_node', 59 'target_name': 'folder_node',
49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 60 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
50 'dependencies': [ 61 'dependencies': [
51 '<(EXTERNS_GYP):chrome_extensions', 62 '<(EXTERNS_GYP):chrome_extensions',
52 'actions', 63 'actions',
53 'store_client', 64 'store_client',
54 ], 65 ],
55 }, 66 },
56 { 67 {
57 'target_name': 'item', 68 'target_name': 'item',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'target_name': 'util', 142 'target_name': 'util',
132 'dependencies': [ 143 'dependencies': [
133 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 144 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
134 '<(EXTERNS_GYP):chrome_extensions', 145 '<(EXTERNS_GYP):chrome_extensions',
135 'types', 146 'types',
136 ], 147 ],
137 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 148 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
138 } 149 }
139 ] 150 ]
140 } 151 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/app.html ('k') | chrome/browser/resources/md_bookmarks/dnd_manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698