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

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

Issue 2800603002: MD WebUI: Pull 'X selected' toolbar overlay from History into shared element (Closed)
Patch Set: dbeam review comments 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
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'externs', 51 'externs',
52 'history_item', 52 'history_item',
53 '../history/compiled_resources2.gyp:externs', 53 '../history/compiled_resources2.gyp:externs',
54 ], 54 ],
55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
56 }, 56 },
57 { 57 {
58 'target_name': 'history_toolbar', 58 'target_name': 'history_toolbar',
59 'dependencies': [ 59 'dependencies': [
60 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 60 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
61 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar_selection_overlay',
61 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 63 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
63 'constants', 64 'constants',
64 '../history/compiled_resources2.gyp:externs', 65 '../history/compiled_resources2.gyp:externs',
65 ], 66 ],
66 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 67 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
67 }, 68 },
68 { 69 {
69 'target_name': 'history', 70 'target_name': 'history',
70 'dependencies': [ 71 'dependencies': [
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render', 141 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render',
141 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 142 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
142 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ', 143 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ',
143 'browser_service', 144 'browser_service',
144 'synced_device_card', 145 'synced_device_card',
145 ], 146 ],
146 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 147 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
147 }, 148 },
148 ], 149 ],
149 } 150 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698