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 ], | |
|
Dan Beam
2015/10/16 07:15:02
please make 1 ui/file_manager/compile_js.gypi with
fukino
2015/10/19 09:55:14
I didn't know how to share the compile option. Tha
| |
| 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' , |
| 53 '../../../webui/resources/js/cr.js', | 56 '../../../webui/resources/js/cr.js', |
| 54 '../../../webui/resources/js/cr/event_target.js', | 57 '../../../webui/resources/js/cr/event_target.js', |
| 55 '../../../webui/resources/js/cr/ui.js', | 58 '../../../webui/resources/js/cr/ui.js', |
| (...skipping 29 matching lines...) Expand all Loading... | |
| 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 ], |
| 98 'closure_args': [ | |
| 99 'warning_level=VERBOSE', | |
| 100 ], | |
| 95 }, | 101 }, |
| 96 'includes': [ | 102 'includes': [ |
| 97 '../../../../third_party/closure_compiler/compile_js.gypi' | 103 '../../../../third_party/closure_compiler/compile_js.gypi', |
| 98 ], | 104 ], |
| 99 } | 105 } |
| 100 ], | 106 ], |
| 101 } | 107 } |
| 102 | 108 |
| OLD | NEW |