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

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

Issue 2640673002: (WIP) Use generator to generate externs for chrome.fileManagerPrivate API.
Patch Set: Compile passes Created 3 years, 11 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_resources2.gyp
diff --git a/third_party/closure_compiler/externs/compiled_resources2.gyp b/third_party/closure_compiler/externs/compiled_resources2.gyp
index 488f6deb5029daaadb6789d6a3d76026e48fb578..cc5cfa5d674618d1429941b0f91e372a4d339444 100644
--- a/third_party/closure_compiler/externs/compiled_resources2.gyp
+++ b/third_party/closure_compiler/externs/compiled_resources2.gyp
@@ -50,6 +50,9 @@
},
{
'target_name': 'file_manager_private',
+ 'dependencies': [
+ 'manifest_types',
+ ],
'includes': ['../include_js.gypi'],
},
{
@@ -65,6 +68,10 @@
'includes': ['../include_js.gypi'],
},
{
+ 'target_name': 'manifest_types',
+ 'includes': ['../include_js.gypi'],
+ },
+ {
'target_name': 'media_player_private',
'includes': ['../include_js.gypi'],
},

Powered by Google App Engine
This is Rietveld 408576698