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

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

Issue 2811993004: [MD Extensions] Add support for URL navigation (Closed)
Patch Set: nits Created 3 years, 7 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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': 'animation_helper', 7 'target_name': 'animation_helper',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 128 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
130 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 130 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
131 '<(EXTERNS_GYP):developer_private', 131 '<(EXTERNS_GYP):developer_private',
132 'animation_helper', 132 'animation_helper',
133 'detail_view', 133 'detail_view',
134 'item', 134 'item',
135 'item_list', 135 'item_list',
136 'load_error', 136 'load_error',
137 'keyboard_shortcuts', 137 'keyboard_shortcuts',
138 'navigation_helper',
138 'sidebar', 139 'sidebar',
139 'toolbar', 140 'toolbar',
140 ], 141 ],
141 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 142 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
142 }, 143 },
143 { 144 {
145 'target_name': 'navigation_helper',
146 'dependencies': [
147 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
148 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
149 ],
150 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
151 },
152 {
144 'target_name': 'options_dialog', 153 'target_name': 'options_dialog',
145 'dependencies': [ 154 'dependencies': [
146 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
147 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 156 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
148 '<(EXTERNS_GYP):developer_private', 157 '<(EXTERNS_GYP):developer_private',
149 ], 158 ],
150 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 159 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
151 }, 160 },
152 { 161 {
153 'target_name': 'pack_dialog', 162 'target_name': 'pack_dialog',
154 'dependencies': [ 163 'dependencies': [
155 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 164 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
156 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 165 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
157 ], 166 ],
158 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 167 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
159 }, 168 },
160 { 169 {
161 'target_name': 'service', 170 'target_name': 'service',
162 'dependencies': [ 171 'dependencies': [
163 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 172 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
164 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 173 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
165 '<(EXTERNS_GYP):developer_private', 174 '<(EXTERNS_GYP):developer_private',
166 '<(EXTERNS_GYP):management', 175 '<(EXTERNS_GYP):management',
167 'error_page', 176 'error_page',
168 'item', 177 'item',
169 'load_error', 178 'load_error',
170 'manager', 179 'manager',
180 'navigation_helper',
171 'pack_dialog', 181 'pack_dialog',
172 'toolbar', 182 'toolbar',
173 ], 183 ],
174 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 184 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
175 }, 185 },
176 { 186 {
177 'target_name': 'shortcut_input', 187 'target_name': 'shortcut_input',
178 'dependencies': [ 188 'dependencies': [
179 '<(DEPTH)/chrome/browser/resources/extensions/compiled_resources2.gyp:sh ortcut_util', 189 '<(DEPTH)/chrome/browser/resources/extensions/compiled_resources2.gyp:sh ortcut_util',
180 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 190 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
(...skipping 16 matching lines...) Expand all
197 'target_name': 'toolbar', 207 'target_name': 'toolbar',
198 'dependencies': [ 208 'dependencies': [
199 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 209 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
200 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 210 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
201 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 211 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
202 ], 212 ],
203 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 213 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
204 }, 214 },
205 ] 215 ]
206 } 216 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/md_extensions/manager.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698