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

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

Issue 797553004: Add externs for gallery. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove externs/common.js. 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
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/compiled_resources.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 90084ad19e69cd7dfab5ed6330ea9931d3dd9a24..e2332c06036ba8a4e9ffc7af4479e7d82b6328cc 100644
--- a/ui/file_manager/gallery/js/compiled_resources.gyp
+++ b/ui/file_manager/gallery/js/compiled_resources.gyp
@@ -16,16 +16,18 @@
'../../file_manager/common/js/util.js',
'../../file_manager/common/js/async_util.js',
'../../file_manager/common/js/volume_manager_common.js',
- '../../file_manager/background/js/volume_manager.js',
'../../file_manager/common/js/error_util.js',
- '../../file_manager/common/js/file_type.js'
+ '../../file_manager/common/js/file_type.js',
+ '../../file_manager/background/js/volume_manager.js',
],
'externs': [
'<(CLOSURE_DIR)/externs/chrome_send_externs.js',
'<(CLOSURE_DIR)/externs/chrome_extensions.js',
'<(CLOSURE_DIR)/externs/file_manager_private.js',
+ '../../externs/chrome_test.js',
'../../externs/chrome_app_window.js',
'../../externs/gallery_background.js',
+ '../../externs/platform.js',
],
},
'includes': [
@@ -52,6 +54,11 @@
'../../../webui/resources/js/cr/ui/list_selection_controller.js',
'../../../webui/resources/js/cr/ui/list.js',
'../../../webui/resources/js/cr/ui/grid.js',
+ '../../file_manager/common/js/volume_manager_common.js',
+ '../../file_manager/common/js/lru_cache.js',
+ '../../file_manager/common/js/async_util.js',
+ '../../file_manager/common/js/file_type.js',
+ '../../file_manager/common/js/util.js',
'../../file_manager/foreground/js/metrics_base.js',
'../../file_manager/foreground/js/metrics.js',
'../../file_manager/foreground/js/metadata/metadata_cache.js',
@@ -62,11 +69,6 @@
'../../file_manager/foreground/js/ui/share_dialog.js',
'../../file_manager/foreground/js/volume_manager_wrapper.js',
'../../file_manager/background/js/volume_manager.js',
- '../../file_manager/common/js/lru_cache.js',
- '../../file_manager/common/js/async_util.js',
- '../../file_manager/common/js/file_type.js',
- '../../file_manager/common/js/util.js',
- '../../file_manager/common/js/volume_manager_common.js',
'../../image_loader/image_loader_client.js',
'./image_editor/commands.js',
'./image_editor/exif_encoder.js',
@@ -94,6 +96,8 @@
'../../externs/chrome_test.js',
'../../externs/exif_entry.js',
'../../externs/gallery_foreground.js',
+ '../../externs/platform.js',
+ '../../externs/webview_tag.js',
],
},
'includes': [
@@ -102,5 +106,3 @@
}
],
}
-
-
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/compiled_resources.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698