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

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

Issue 2204833003: MD History: Add menu to cards on Synced Tabs page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@history_improve_collapse_button
Patch Set: Fix tests Created 4 years, 4 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 'dependencies': [ 8 'dependencies': [
9 '../history/compiled_resources2.gyp:externs', 9 '../history/compiled_resources2.gyp:externs',
10 ], 10 ],
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
120 'browser_service', 120 'browser_service',
121 'constants', 121 'constants',
122 ], 122 ],
123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 123 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
124 }, 124 },
125 { 125 {
126 'target_name': 'synced_device_manager', 126 'target_name': 'synced_device_manager',
127 'dependencies': [ 127 'dependencies': [
128 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu',
129 'browser_service',
128 'synced_device_card', 130 'synced_device_card',
129 ], 131 ],
130 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 132 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
131 }, 133 },
132 ], 134 ],
133 } 135 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/browser_service.js ('k') | chrome/browser/resources/md_history/list_container.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698