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

Unified Diff: ui/file_manager/file_manager/background/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/background/js/compiled_resources.gyp
diff --git a/ui/file_manager/file_manager/background/js/compiled_resources.gyp b/ui/file_manager/file_manager/background/js/compiled_resources.gyp
index 81a2702e47a581db3a96618069767397a02880bf..02757f06086c1ba5c1b8ed3dc43e26f2b0549341 100644
--- a/ui/file_manager/file_manager/background/js/compiled_resources.gyp
+++ b/ui/file_manager/file_manager/background/js/compiled_resources.gyp
@@ -10,6 +10,7 @@
'../../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate',
'../../../../webui/resources/js/load_time_data.js',
'../../../../webui/resources/js/cr.js',
+ '../../../../webui/resources/js/cr/ui.js',
'../../../../webui/resources/js/util.js',
'../../../../webui/resources/js/cr/event_target.js',
'../../../../webui/resources/js/cr/ui/array_data_model.js',
@@ -38,10 +39,10 @@
'file_operation_util.js',
'import_history.js',
'launcher_search.js',
+ 'task_queue.js',
'media_import_handler.js',
'media_scanner.js',
'progress_center.js',
- 'task_queue.js',
'volume_manager.js',
'background_base.js',
],
@@ -61,9 +62,12 @@
'../../../externs/platform.js',
'../../common/js/externs.js',
],
+ 'closure_args': [
+ 'warning_level=VERBOSE',
+ ],
},
'includes': [
- '../../../../../third_party/closure_compiler/compile_js.gypi'
+ '../../../../../third_party/closure_compiler/compile_js.gypi',
],
}
],

Powered by Google App Engine
This is Rietveld 408576698