| 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': 'video_player', | 52 'target_name': 'video_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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 '<(EXTERNS_DIR)/media_player_private.js', | 97 '<(EXTERNS_DIR)/media_player_private.js', |
| 95 '<(EXTERNS_DIR)/metrics_private.js', | 98 '<(EXTERNS_DIR)/metrics_private.js', |
| 96 '../../../../third_party/analytics/externs.js', | 99 '../../../../third_party/analytics/externs.js', |
| 97 '../../externs/chrome_test.js', | 100 '../../externs/chrome_test.js', |
| 98 '../../externs/chrome_cast.js', | 101 '../../externs/chrome_cast.js', |
| 99 '../../externs/chrome_webstore_widget_private.js', | 102 '../../externs/chrome_webstore_widget_private.js', |
| 100 '../../externs/es6_workaround.js', | 103 '../../externs/es6_workaround.js', |
| 101 '../../externs/platform.js', | 104 '../../externs/platform.js', |
| 102 '../../externs/video_player_foreground.js', | 105 '../../externs/video_player_foreground.js', |
| 103 ], | 106 ], |
| 107 'closure_args': [ |
| 108 'warning_level=VERBOSE' |
| 109 ] |
| 104 }, | 110 }, |
| 105 'includes': [ | 111 'includes': [ |
| 106 '../../../../third_party/closure_compiler/compile_js.gypi' | 112 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 107 ], | 113 ], |
| 108 } | 114 } |
| 109 ], | 115 ], |
| 110 } | 116 } |
| 111 | 117 |
| OLD | NEW |