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

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: 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/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..1c667fd915656acc3500ee4e48e82193b359494d 100644
--- a/ui/file_manager/video_player/js/compiled_resources.gyp
+++ b/ui/file_manager/video_player/js/compiled_resources.gyp
@@ -40,6 +40,9 @@
'../../externs/es6_workaround.js',
'../../externs/platform.js',
],
+ 'closure_args': [
+ 'warning_level=VERBOSE'
+ ]
},
'includes': [
'../../../../third_party/closure_compiler/compile_js.gypi'

Powered by Google App Engine
This is Rietveld 408576698