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

Unified Diff: third_party/closure_compiler/externs/compiled_resources.gyp

Issue 1229573003: Teach i18nTemplate.process() to handle <link rel=import> and <template> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: videoplayer test fixes Created 5 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 side-by-side diff with in-line comments
Download patch
Index: third_party/closure_compiler/externs/compiled_resources.gyp
diff --git a/third_party/closure_compiler/externs/compiled_resources.gyp b/third_party/closure_compiler/externs/compiled_resources.gyp
index 7625dd2ec73fed923bf8731c655339a7b1cc6527..e1022b891a618fe95ecbe86247ce158cccb5dcd1 100644
--- a/third_party/closure_compiler/externs/compiled_resources.gyp
+++ b/third_party/closure_compiler/externs/compiled_resources.gyp
@@ -49,6 +49,10 @@
'includes': ['../externs_js.gypi'],
},
{
+ 'target_name': 'pending_compiler_externs',
+ 'includes': ['../externs_js.gypi'],
+ },
+ {
'target_name': 'search_engines_private',
'includes': ['../externs_js.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698