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

Unified Diff: ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp

Issue 824003004: Add type annotations to metadata_dispatcher.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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: ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp b/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp
index 03fafe440ac75fc4f4e757987d2ed584b8908fa4..e70ca613896aa9114053f395097e004c2f643940 100644
--- a/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp
+++ b/ui/file_manager/file_manager/foreground/js/metadata/compiled_resources.gyp
@@ -13,8 +13,10 @@
'image_parsers.js',
'mpeg_parser.js',
'id3_parser.js',
- '../../../common/js/util.js',
],
+ 'externs': [
+ '../../../../externs/platform_worker.js',
+ ]
},
'includes': [
'../../../../../../third_party/closure_compiler/compile_js.gypi'
« no previous file with comments | « ui/file_manager/file_manager/common/js/util.js ('k') | ui/file_manager/file_manager/foreground/js/metadata/id3_parser.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698