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

Unified Diff: ui/file_manager/file_manager/foreground/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: Fix trailing comma 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
Index: ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
diff --git a/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp b/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
index 4038e20b67302015107ff86e488ef2846359e88a..2605e7a3f6ee27510ab1c46bb2959ef85fb7dedb 100644
--- a/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
+++ b/ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
@@ -62,9 +62,9 @@
'../../background/js/app_window_wrapper.js',
'../../background/js/import_history.js',
'../../background/js/launcher_search.js',
+ '../../background/js/task_queue.js',
'../../background/js/media_import_handler.js',
'../../background/js/media_scanner.js',
- '../../background/js/task_queue.js',
'../../background/js/background_base.js',
'../../background/js/background.js',
'../../../image_loader/image_loader_client.js',
@@ -164,6 +164,9 @@
'../../../externs/platform.js',
'../../common/js/externs.js',
],
+ 'closure_args': [
+ 'warning_level=VERBOSE',
+ ],
},
'includes': [
'../../../../../components/chrome_apps/webstore_widget/cws_widget/compiled_resources.gypi',

Powered by Google App Engine
This is Rietveld 408576698