| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 './thumbnail_mode.js', | 106 './thumbnail_mode.js', |
| 107 ], | 107 ], |
| 108 'externs': [ | 108 'externs': [ |
| 109 '<(EXTERNS_DIR)/chrome_send.js', | 109 '<(EXTERNS_DIR)/chrome_send.js', |
| 110 '<(EXTERNS_DIR)/chrome_extensions.js', | 110 '<(EXTERNS_DIR)/chrome_extensions.js', |
| 111 '<(EXTERNS_DIR)/file_manager_private.js', | 111 '<(EXTERNS_DIR)/file_manager_private.js', |
| 112 '<(EXTERNS_DIR)/metrics_private.js', | 112 '<(EXTERNS_DIR)/metrics_private.js', |
| 113 '../../../../third_party/analytics/externs.js', | 113 '../../../../third_party/analytics/externs.js', |
| 114 '../../externs/chrome_test.js', | 114 '../../externs/chrome_test.js', |
| 115 '../../externs/exif_entry.js', | 115 '../../externs/exif_entry.js', |
| 116 '../../externs/files_elements.js', |
| 116 '../../externs/gallery_foreground.js', | 117 '../../externs/gallery_foreground.js', |
| 117 '../../externs/paper_elements.js', | 118 '../../externs/paper_elements.js', |
| 118 '../../externs/platform.js', | 119 '../../externs/platform.js', |
| 119 '../../externs/webview_tag.js', | 120 '../../externs/webview_tag.js', |
| 120 ], | 121 ], |
| 121 }, | 122 }, |
| 122 'includes': [ | 123 'includes': [ |
| 123 '../../../../third_party/closure_compiler/compile_js.gypi' | 124 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 124 ], | 125 ], |
| 125 } | 126 } |
| 126 ], | 127 ], |
| 127 } | 128 } |
| OLD | NEW |