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

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

Issue 2280513002: MD History: promote menu button to show clear browsing data in narrow mode (Closed)
Patch Set: !showingSearch_ Created 4 years, 3 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'constants', 69 'constants',
70 ], 70 ],
71 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 71 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
72 }, 72 },
73 { 73 {
74 'target_name': 'history_toolbar', 74 'target_name': 'history_toolbar',
75 'dependencies': [ 75 'dependencies': [
76 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 76 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
77 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 77 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
79 'browser_service',
79 ], 80 ],
80 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 81 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
81 }, 82 },
82 { 83 {
83 'target_name': 'history', 84 'target_name': 'history',
84 'dependencies': [ 85 'dependencies': [
85 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
86 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 87 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
87 'constants', 88 'constants',
88 'app', 89 'app',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'dependencies': [ 154 'dependencies': [
154 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu', 155 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu',
155 'browser_service', 156 'browser_service',
156 'lazy_render', 157 'lazy_render',
157 'synced_device_card', 158 'synced_device_card',
158 ], 159 ],
159 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 160 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
160 }, 161 },
161 ], 162 ],
162 } 163 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698