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

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

Issue 2583353003: MD History: Replace last usage of cr-shared-menu with cr-action-menu. (Closed)
Patch Set: Test found real subtle bug (display flex overriding [hidden] attribute) Created 3 years, 12 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'browser_service', 45 'browser_service',
46 '../history/compiled_resources2.gyp:externs', 46 '../history/compiled_resources2.gyp:externs',
47 ], 47 ],
48 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 48 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
49 }, 49 },
50 { 50 {
51 'target_name': 'history_list', 51 'target_name': 'history_list',
52 'dependencies': [ 52 'dependencies': [
53 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile d_resources2.gyp:iron-list-extracted', 53 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile d_resources2.gyp:iron-list-extracted',
54 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres hold/compiled_resources2.gyp:iron-scroll-threshold-extracted', 54 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres hold/compiled_resources2.gyp:iron-scroll-threshold-extracted',
55 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu', 55 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
58 'constants', 58 'constants',
59 'history_item', 59 'history_item',
60 'history_list_behavior', 60 'history_list_behavior',
61 '../history/compiled_resources2.gyp:externs', 61 '../history/compiled_resources2.gyp:externs',
62 ], 62 ],
63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 63 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
64 }, 64 },
65 { 65 {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'browser_service', 147 'browser_service',
148 'constants', 148 'constants',
149 'externs', 149 'externs',
150 ], 150 ],
151 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 151 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
152 }, 152 },
153 { 153 {
154 'target_name': 'synced_device_manager', 154 'target_name': 'synced_device_manager',
155 'dependencies': [ 155 'dependencies': [
156 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render', 156 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc es2.gyp:cr_lazy_render',
157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu', 157 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
158 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ', 158 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ',
159 'browser_service', 159 'browser_service',
160 'synced_device_card', 160 'synced_device_card',
161 ], 161 ],
162 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 162 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
163 }, 163 },
164 ], 164 ],
165 } 165 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | chrome/browser/resources/md_history/history_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698