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

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

Issue 2137903002: MD History: Change how Clear Browsing Data is opened (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use browser service Created 4 years, 5 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'synced_device_manager', 99 'synced_device_manager',
100 '../history/compiled_resources2.gyp:externs', 100 '../history/compiled_resources2.gyp:externs',
101 ], 101 ],
102 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 102 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
103 }, 103 },
104 { 104 {
105 'target_name': 'side_bar', 105 'target_name': 'side_bar',
106 'dependencies': [ 106 'dependencies': [
107 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-dr awer/compiled_resources2.gyp:app-drawer-extracted', 107 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-dr awer/compiled_resources2.gyp:app-drawer-extracted',
108 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com piled_resources2.gyp:iron-selector-extracted', 108 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com piled_resources2.gyp:iron-selector-extracted',
109 'browser_service',
109 ], 110 ],
110 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 111 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
111 }, 112 },
112 { 113 {
113 'target_name': 'synced_device_card', 114 'target_name': 'synced_device_card',
114 'dependencies': [ 115 'dependencies': [
115 '../history/compiled_resources2.gyp:externs', 116 '../history/compiled_resources2.gyp:externs',
116 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 117 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
117 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
118 ], 119 ],
119 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 120 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
120 }, 121 },
121 { 122 {
122 'target_name': 'synced_device_manager', 123 'target_name': 'synced_device_manager',
123 'dependencies': [ 124 'dependencies': [
124 'synced_device_card', 125 'synced_device_card',
125 ], 126 ],
126 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 127 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
127 }, 128 },
128 ], 129 ],
129 } 130 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/browser_service.js ('k') | chrome/browser/resources/md_history/side_bar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698