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

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

Issue 2656443004: MD History: Add routing for grouped history mode. (Closed)
Patch Set: Review comments Created 3 years, 10 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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': 'constants', 7 'target_name': 'constants',
8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
9 }, 9 },
10 { 10 {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'synced_device_manager', 121 'synced_device_manager',
122 '../history/compiled_resources2.gyp:externs', 122 '../history/compiled_resources2.gyp:externs',
123 ], 123 ],
124 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 124 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
125 }, 125 },
126 { 126 {
127 'target_name': 'query_manager', 127 'target_name': 'query_manager',
128 'dependencies': [ 128 'dependencies': [
129 'browser_service', 129 'browser_service',
130 'externs', 130 'externs',
131 'router',
131 ], 132 ],
132 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 133 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
133 }, 134 },
134 { 135 {
135 'target_name': 'router', 136 'target_name': 'router',
136 'dependencies': [ 137 'dependencies': [
137 'constants', 138 'constants',
138 'externs', 139 'externs',
139 ], 140 ],
140 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 141 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
(...skipping 27 matching lines...) Expand all
168 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render', 169 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render',
169 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 170 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
170 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ', 171 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ',
171 'browser_service', 172 'browser_service',
172 'synced_device_card', 173 'synced_device_card',
173 ], 174 ],
174 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 175 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
175 }, 176 },
176 ], 177 ],
177 } 178 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | chrome/browser/resources/md_history/grouped_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698