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

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

Issue 2804503002: MD Bookmarks: Allow 'complex' actions to access the page state directly (Closed)
Patch Set: Self-review 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',
11 'types',
11 'util', 12 'util',
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 'complex_actions',
22 'store', 22 '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 '<(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 'dnd_manager',
34 'router', 34 'router',
35 'store', 35 'store',
36 'store_client', 36 'store_client',
37 ], 37 ],
38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
39 }, 39 },
40 { 40 {
41 'target_name': 'complex_actions',
42 'dependencies': [
43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
44 'actions',
45 'store',
46 'types',
47 'util',
48 ],
49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
50 },
51 {
41 'target_name': 'constants', 52 'target_name': 'constants',
42 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
43 }, 54 },
44 { 55 {
45 'target_name': 'dnd_manager', 56 'target_name': 'dnd_manager',
46 'dependencies': [ 57 'dependencies': [
47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
48 '<(EXTERNS_GYP):bookmark_manager_private', 59 '<(EXTERNS_GYP):bookmark_manager_private',
49 '<(EXTERNS_GYP):metrics_private', 60 '<(EXTERNS_GYP):metrics_private',
50 'store', 61 'store',
(...skipping 21 matching lines...) Expand all
72 '<(EXTERNS_GYP):chrome_extensions', 83 '<(EXTERNS_GYP):chrome_extensions',
73 'actions', 84 'actions',
74 'store_client', 85 'store_client',
75 ], 86 ],
76 }, 87 },
77 { 88 {
78 'target_name': 'item', 89 'target_name': 'item',
79 'dependencies': [ 90 'dependencies': [
80 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 91 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
81 '<(EXTERNS_GYP):chrome_extensions', 92 '<(EXTERNS_GYP):chrome_extensions',
82 'actions', 93 'complex_actions',
83 'store_client', 94 'store_client',
84 ], 95 ],
85 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 96 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
86 }, 97 },
87 { 98 {
88 'target_name': 'list', 99 'target_name': 'list',
89 'dependencies': [ 100 'dependencies': [
90 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 101 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
91 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 102 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
92 '<(EXTERNS_GYP):bookmark_manager_private', 103 '<(EXTERNS_GYP):bookmark_manager_private',
93 '<(EXTERNS_GYP):chrome_extensions', 104 '<(EXTERNS_GYP):chrome_extensions',
94 'actions', 105 'actions',
95 'edit_dialog', 106 'edit_dialog',
96 'store_client', 107 'store_client',
97 ], 108 ],
98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 109 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
99 }, 110 },
100 { 111 {
101 'target_name': 'reducers', 112 'target_name': 'reducers',
102 'dependencies': [ 113 'dependencies': [
103 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
115 # Needed for reducers.js to understand the Action type.
104 'actions', 116 'actions',
105 'types', 117 'types',
106 ], 118 ],
107 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 119 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
108 }, 120 },
109 { 121 {
110 'target_name': 'router', 122 'target_name': 'router',
111 'dependencies': [ 123 'dependencies': [
112 'actions', 124 'actions',
113 'store_client', 125 'store_client',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'target_name': 'util', 175 'target_name': 'util',
164 'dependencies': [ 176 'dependencies': [
165 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 177 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
166 '<(EXTERNS_GYP):chrome_extensions', 178 '<(EXTERNS_GYP):chrome_extensions',
167 'types', 179 'types',
168 ], 180 ],
169 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 181 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
170 } 182 }
171 ] 183 ]
172 } 184 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698