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