Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 { | 4 { |
| 5 'targets': [ | 5 'targets': [ |
| 6 { | 6 { |
| 7 'target_name': 'background', | 7 'target_name': 'background', |
| 8 'variables': { | 8 'variables': { |
| 9 'depends': [ | 9 'depends': [ |
| 10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' , | 10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' , |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 33 'externs': [ | 33 'externs': [ |
| 34 '<(EXTERNS_DIR)/chrome_send.js', | 34 '<(EXTERNS_DIR)/chrome_send.js', |
| 35 '<(EXTERNS_DIR)/chrome_extensions.js', | 35 '<(EXTERNS_DIR)/chrome_extensions.js', |
| 36 '<(EXTERNS_DIR)/file_manager_private.js', | 36 '<(EXTERNS_DIR)/file_manager_private.js', |
| 37 '<(EXTERNS_DIR)/metrics_private.js', | 37 '<(EXTERNS_DIR)/metrics_private.js', |
| 38 '../../../../third_party/analytics/externs.js', | 38 '../../../../third_party/analytics/externs.js', |
| 39 '../../externs/chrome_test.js', | 39 '../../externs/chrome_test.js', |
| 40 '../../externs/es6_workaround.js', | 40 '../../externs/es6_workaround.js', |
| 41 '../../externs/platform.js', | 41 '../../externs/platform.js', |
| 42 ], | 42 ], |
| 43 'closure_args': [ | |
| 44 'warning_level=VERBOSE' | |
| 45 ] | |
| 43 }, | 46 }, |
| 44 'includes': [ | 47 'includes': [ |
| 45 '../../../../third_party/closure_compiler/compile_js.gypi' | 48 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 46 ], | 49 ], |
| 47 }, | 50 }, |
| 48 { | 51 { |
| 49 'target_name': 'audio_player', | 52 'target_name': 'audio_player', |
| 50 'variables': { | 53 'variables': { |
| 51 'depends': [ | 54 'depends': [ |
| 52 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' , | 55 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate' , |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 84 '<(EXTERNS_DIR)/chrome_extensions.js', | 87 '<(EXTERNS_DIR)/chrome_extensions.js', |
| 85 '<(EXTERNS_DIR)/file_manager_private.js', | 88 '<(EXTERNS_DIR)/file_manager_private.js', |
| 86 '<(EXTERNS_DIR)/metrics_private.js', | 89 '<(EXTERNS_DIR)/metrics_private.js', |
| 87 '../../../../third_party/analytics/externs.js', | 90 '../../../../third_party/analytics/externs.js', |
| 88 '../../externs/audio_player_foreground.js', | 91 '../../externs/audio_player_foreground.js', |
| 89 '../../externs/chrome_test.js', | 92 '../../externs/chrome_test.js', |
| 90 '../../externs/es6_workaround.js', | 93 '../../externs/es6_workaround.js', |
| 91 '../../externs/es7_workaround.js', | 94 '../../externs/es7_workaround.js', |
| 92 '../../externs/files_elements.js', | 95 '../../externs/files_elements.js', |
| 93 '../../externs/platform.js', | 96 '../../externs/platform.js', |
| 94 ], | 97 ], |
|
yawano
2015/10/15 11:09:09
Why don't you enable closure_args:warning_level=VE
fukino
2015/10/15 11:23:54
Oops, I missed it. Done.
| |
| 95 }, | 98 }, |
| 96 'includes': [ | 99 'includes': [ |
| 97 '../../../../third_party/closure_compiler/compile_js.gypi' | 100 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 98 ], | 101 ], |
| 99 } | 102 } |
| 100 ], | 103 ], |
| 101 } | 104 } |
| 102 | 105 |
| OLD | NEW |