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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_extensions/compiled_resources2.gyp
diff --git a/chrome/browser/resources/md_extensions/compiled_resources2.gyp b/chrome/browser/resources/md_extensions/compiled_resources2.gyp
index 3ca03af678d127ab20e2a1a02c6528825346dc41..8d7b9534a6e93349859d0826c335c05022c5d5f5 100644
--- a/chrome/browser/resources/md_extensions/compiled_resources2.gyp
+++ b/chrome/browser/resources/md_extensions/compiled_resources2.gyp
@@ -117,6 +117,8 @@
'dependencies': [
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
'<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
+ '<(EXTERNS_GYP):developer_private',
+ 'code_section',
michaelpg 2017/03/24 02:59:01 not actually used, I think?
Devlin 2017/03/24 16:03:08 It's used in spirit? ;) // load_error.js this.$.c
michaelpg 2017/03/24 21:25:32 Agreed, and that makes sense for HTML imports too.
Devlin 2017/03/25 01:58:00 Done.
],
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698