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

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

Issue 1408533002: Turn on verbose flag for compiling file_manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use type cast for createElement, fix indent. Created 5 years, 2 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
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_grid.js ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | 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 6d2920228cad4ec9fc6e0715f0888159c8db579f..4a0e69104d153439da6bef64f8069f55b850d2f3 100644
--- a/ui/file_manager/gallery/js/compiled_resources.gyp
+++ b/ui/file_manager/gallery/js/compiled_resources.gyp
@@ -28,8 +28,8 @@
'../../file_manager/background/js/volume_manager.js',
],
'externs': [
- '<(EXTERNS_DIR)/chrome_send.js',
'<(EXTERNS_DIR)/chrome_extensions.js',
+ '<(EXTERNS_DIR)/chrome_send.js',
'<(EXTERNS_DIR)/file_manager_private.js',
'<(EXTERNS_DIR)/metrics_private.js',
'../../../../third_party/analytics/externs.js',
@@ -40,7 +40,7 @@
],
},
'includes': [
- '../../../../third_party/closure_compiler/compile_js.gypi'
+ '../../compile_js.gypi',
],
},
{
@@ -106,17 +106,17 @@
'../../file_manager/foreground/js/volume_manager_wrapper.js',
'../../file_manager/background/js/volume_manager.js',
'../../image_loader/image_loader_client.js',
- './image_editor/commands.js',
- './image_editor/exif_encoder.js',
- './image_editor/filter.js',
- './image_editor/image_adjust.js',
+ './image_editor/image_util.js',
+ './image_editor/viewport.js',
'./image_editor/image_buffer.js',
+ './image_editor/image_view.js',
+ './image_editor/commands.js',
'./image_editor/image_editor.js',
- './image_editor/image_encoder.js',
'./image_editor/image_transform.js',
- './image_editor/image_util.js',
- './image_editor/image_view.js',
- './image_editor/viewport.js',
+ './image_editor/image_adjust.js',
+ './image_editor/filter.js',
+ './image_editor/image_encoder.js',
+ './image_editor/exif_encoder.js',
'./dimmable_ui_controller.js',
'./entry_list_watcher.js',
'./error_banner.js',
@@ -128,8 +128,8 @@
'./thumbnail_mode.js',
],
'externs': [
- '<(EXTERNS_DIR)/chrome_send.js',
'<(EXTERNS_DIR)/chrome_extensions.js',
+ '<(EXTERNS_DIR)/chrome_send.js',
'<(EXTERNS_DIR)/file_manager_private.js',
'<(EXTERNS_DIR)/metrics_private.js',
'../../../../third_party/analytics/externs.js',
@@ -145,7 +145,7 @@
],
},
'includes': [
- '../../../../third_party/closure_compiler/compile_js.gypi'
+ '../../compile_js.gypi',
],
}
],
« no previous file with comments | « ui/file_manager/file_manager/foreground/js/ui/file_grid.js ('k') | ui/file_manager/gallery/js/gallery.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698