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

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

Issue 2769293002: [MD Extensions] Include the manifest code snippet in load errors (Closed)
Patch Set: . Created 3 years, 9 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 '<(EXTERNS_GYP):developer_private', 110 '<(EXTERNS_GYP):developer_private',
111 'animation_helper', 111 'animation_helper',
112 ], 112 ],
113 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 113 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
114 }, 114 },
115 { 115 {
116 'target_name': 'load_error', 116 'target_name': 'load_error',
117 'dependencies': [ 117 'dependencies': [
118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 118 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
120 '<(EXTERNS_GYP):developer_private',
120 ], 121 ],
121 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 122 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
122 }, 123 },
123 { 124 {
124 'target_name': 'manager', 125 'target_name': 'manager',
125 'dependencies': [ 126 'dependencies': [
126 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g yp:cr_drawer', 127 '<(DEPTH)/ui/webui/resources/cr_elements/cr_drawer/compiled_resources2.g yp:cr_drawer',
127 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 128 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
128 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
129 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 130 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'target_name': 'toolbar', 197 'target_name': 'toolbar',
197 'dependencies': [ 198 'dependencies': [
198 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 199 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
199 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 200 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
200 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 201 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
201 ], 202 ],
202 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 203 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
203 }, 204 },
204 ] 205 ]
205 } 206 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_extensions/code_section.js ('k') | chrome/browser/resources/md_extensions/error_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698