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

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

Issue 2735953002: MD Bookmarks: Integrate new data store with UI elements (Closed)
Patch Set: calamity@ review 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',
18 'dependencies': [
19 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
20 '<(EXTERNS_GYP):chrome_extensions',
21 'actions',
22 'bookmarks_store',
23 'util',
24 ],
25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
26 },
27 {
17 'target_name': 'app', 28 'target_name': 'app',
18 'dependencies': [ 29 'dependencies': [
19 '<(EXTERNS_GYP):chrome_extensions', 30 '<(EXTERNS_GYP):chrome_extensions',
20 'store', 31 'api_listener',
32 'store_client',
21 ], 33 ],
22 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 34 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
23 }, 35 },
24 { 36 {
25 'target_name': 'bookmarks_store', 37 'target_name': 'bookmarks_store',
26 'dependencies': [ 38 'dependencies': [
27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
28 '<(EXTERNS_GYP):chrome_extensions', 40 '<(EXTERNS_GYP):chrome_extensions',
29 'reducers', 41 'reducers',
30 'types', 42 'types',
31 ], 43 ],
32 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 44 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
33 }, 45 },
34 { 46 {
35 'target_name': 'folder_node', 47 'target_name': 'folder_node',
36 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 48 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
37 'dependencies': [ 49 'dependencies': [
38 '<(EXTERNS_GYP):chrome_extensions', 50 '<(EXTERNS_GYP):chrome_extensions',
39 'store', 51 'actions',
52 'store_client',
40 ], 53 ],
41 }, 54 },
42 { 55 {
43 'target_name': 'item', 56 'target_name': 'item',
44 'dependencies': [ 57 'dependencies': [
45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
46 '<(EXTERNS_GYP):chrome_extensions', 59 '<(EXTERNS_GYP):chrome_extensions',
60 'actions',
61 'store_client',
47 ], 62 ],
48 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
49 }, 64 },
50 { 65 {
51 'target_name': 'list', 66 'target_name': 'list',
52 'dependencies': [ 67 'dependencies': [
53 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 68 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 69 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
55 '<(EXTERNS_GYP):bookmark_manager_private', 70 '<(EXTERNS_GYP):bookmark_manager_private',
56 '<(EXTERNS_GYP):chrome_extensions', 71 '<(EXTERNS_GYP):chrome_extensions',
72 'actions',
57 'item', 73 'item',
74 'store_client',
58 ], 75 ],
59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 76 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
60 }, 77 },
61 { 78 {
62 'target_name': 'reducers', 79 'target_name': 'reducers',
63 'dependencies': [ 80 'dependencies': [
64 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 81 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
65 'actions', 82 'actions',
66 'types', 83 'types',
67 ], 84 ],
68 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 85 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
69 }, 86 },
70 { 87 {
71 'target_name': 'router', 88 'target_name': 'router',
72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 89 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
73 }, 90 },
74 { 91 {
75 'target_name': 'sidebar', 92 'target_name': 'sidebar',
76 'dependencies': [ 93 'dependencies': [
77 'folder_node', 94 'store_client',
78 ], 95 ],
79 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 96 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
80 }, 97 },
81 { 98 {
82 'target_name': 'store', 99 'target_name': 'store',
83 'dependencies': [ 100 'dependencies': [
84 '<(EXTERNS_GYP):chrome_extensions', 101 '<(EXTERNS_GYP):chrome_extensions',
85 'router', 102 'router',
86 ], 103 ],
87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 104 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
(...skipping 24 matching lines...) Expand all
112 'target_name': 'util', 129 'target_name': 'util',
113 'dependencies': [ 130 'dependencies': [
114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 131 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
115 '<(EXTERNS_GYP):chrome_extensions', 132 '<(EXTERNS_GYP):chrome_extensions',
116 'types', 133 'types',
117 ], 134 ],
118 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 135 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
119 } 136 }
120 ] 137 ]
121 } 138 }
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