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

Unified Diff: ui/file_manager/gallery/js/compiled_resources.gyp

Issue 801533006: Add type annotations to gallery/js/gallery.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed false-positive lint errors. 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/gallery/js/compiled_resources.gyp
diff --git a/ui/file_manager/gallery/js/compiled_resources.gyp b/ui/file_manager/gallery/js/compiled_resources.gyp
index 2ecf6cfeb2d389663345a6056d24ab3487a4b00f..619325279e0d88ec76303f66293266340ae8f961 100644
--- a/ui/file_manager/gallery/js/compiled_resources.gyp
+++ b/ui/file_manager/gallery/js/compiled_resources.gyp
@@ -25,7 +25,7 @@
'<(CLOSURE_DIR)/externs/chrome_extensions.js',
'<(CLOSURE_DIR)/externs/file_manager_private.js',
'../../externs/chrome_app_window.js',
- '../../externs/gallery.js',
+ '../../externs/gallery_background.js',
],
},
'includes': [
@@ -47,7 +47,7 @@
'<(CLOSURE_DIR)/externs/file_manager_private.js',
'<(CLOSURE_DIR)/externs/metrics_private.js',
'../../externs/exif_entry.js',
- '../../externs/gallery.js',
+ '../../externs/gallery_foreground.js',
],
},
'includes': [
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/metadata/metadata_cache.js ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698