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

Unified Diff: ui/file_manager/video_player/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/image_loader/compiled_resources.gyp ('k') | ui/webui/resources/js/cr/ui/list.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/video_player/js/compiled_resources.gyp
diff --git a/ui/file_manager/video_player/js/compiled_resources.gyp b/ui/file_manager/video_player/js/compiled_resources.gyp
index 331001bf9780c9a9a50f0b92122e072e87c67706..f6421428d54e8d2db2dfef492fd671d94034c332 100644
--- a/ui/file_manager/video_player/js/compiled_resources.gyp
+++ b/ui/file_manager/video_player/js/compiled_resources.gyp
@@ -31,8 +31,8 @@
'test_util.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',
@@ -42,7 +42,7 @@
],
},
'includes': [
- '../../../../third_party/closure_compiler/compile_js.gypi'
+ '../../compile_js.gypi',
],
},
{
@@ -88,8 +88,8 @@
'media_controls.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)/media_player_private.js',
'<(EXTERNS_DIR)/metrics_private.js',
@@ -103,7 +103,7 @@
],
},
'includes': [
- '../../../../third_party/closure_compiler/compile_js.gypi'
+ '../../compile_js.gypi',
],
}
],
« no previous file with comments | « ui/file_manager/image_loader/compiled_resources.gyp ('k') | ui/webui/resources/js/cr/ui/list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698