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

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

Issue 2745593004: [MD Bookmarks] Add draggable sidebar. (Closed)
Patch Set: rebase 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',
11 'util', 11 'util',
12 'types', 12 'types',
13 ], 13 ],
14 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 14 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
15 }, 15 },
16 { 16 {
17 'target_name': 'api_listener', 17 'target_name': 'api_listener',
18 'dependencies': [ 18 'dependencies': [
19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
20 '<(EXTERNS_GYP):chrome_extensions', 20 '<(EXTERNS_GYP):chrome_extensions',
21 'actions', 21 'actions',
22 'bookmarks_store', 22 'bookmarks_store',
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 '<(EXTERNS_GYP):chrome_extensions', 31 '<(EXTERNS_GYP):chrome_extensions',
31 'api_listener', 32 'api_listener',
32 'store_client', 33 'store_client',
33 ], 34 ],
34 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
35 }, 36 },
36 { 37 {
37 'target_name': 'bookmarks_store', 38 'target_name': 'bookmarks_store',
38 'dependencies': [ 39 'dependencies': [
39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'target_name': 'util', 131 'target_name': 'util',
131 'dependencies': [ 132 'dependencies': [
132 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 133 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
133 '<(EXTERNS_GYP):chrome_extensions', 134 '<(EXTERNS_GYP):chrome_extensions',
134 'types', 135 'types',
135 ], 136 ],
136 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 137 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
137 } 138 }
138 ] 139 ]
139 } 140 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/app.js ('k') | chrome/browser/resources/md_bookmarks/folder_node.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698