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

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

Issue 2776993002: [MD Bookmarks] Persist collapsed folders between page loads. (Closed)
Patch Set: 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 20 matching lines...) Expand all
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': 'edit_dialog', 41 'target_name': 'constants',
42 'dependencies': [
43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
45 '<(EXTERNS_GYP):chrome_extensions',
46 'types',
47 ],
48 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 42 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
49 }, 43 },
50 { 44 {
51 'target_name': 'dnd_manager', 45 'target_name': 'dnd_manager',
52 'dependencies': [ 46 'dependencies': [
53 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
54 '<(EXTERNS_GYP):bookmark_manager_private', 48 '<(EXTERNS_GYP):bookmark_manager_private',
55 '<(EXTERNS_GYP):metrics_private', 49 '<(EXTERNS_GYP):metrics_private',
56 'store', 50 'store',
57 'types', 51 'types',
58 ], 52 ],
59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
60 }, 54 },
61 { 55 {
56 'target_name': 'edit_dialog',
57 'dependencies': [
58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
59 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
60 '<(EXTERNS_GYP):chrome_extensions',
61 'types',
62 ],
63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
64 },
65 {
62 'target_name': 'folder_node', 66 'target_name': 'folder_node',
63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
64 'dependencies': [ 68 'dependencies': [
65 '<(EXTERNS_GYP):chrome_extensions', 69 '<(EXTERNS_GYP):chrome_extensions',
66 'actions', 70 'actions',
67 'store_client', 71 'store_client',
68 ], 72 ],
69 }, 73 },
70 { 74 {
71 'target_name': 'item', 75 'target_name': 'item',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 144 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
141 '<(EXTERNS_GYP):chrome_extensions', 145 '<(EXTERNS_GYP):chrome_extensions',
142 'store_client', 146 'store_client',
143 ], 147 ],
144 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 148 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
145 }, 149 },
146 { 150 {
147 'target_name': 'types', 151 'target_name': 'types',
148 'dependencies': [ 152 'dependencies': [
149 '<(EXTERNS_GYP):chrome_extensions', 153 '<(EXTERNS_GYP):chrome_extensions',
154 'constants',
150 ], 155 ],
151 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 156 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
152 }, 157 },
153 { 158 {
154 'target_name': 'util', 159 'target_name': 'util',
155 'dependencies': [ 160 'dependencies': [
156 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 161 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
157 '<(EXTERNS_GYP):chrome_extensions', 162 '<(EXTERNS_GYP):chrome_extensions',
158 'types', 163 'types',
159 ], 164 ],
160 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 165 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
161 } 166 }
162 ] 167 ]
163 } 168 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698