OLD | NEW |
(Empty) | |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. |
| 4 { |
| 5 'targets': [ |
| 6 { |
| 7 'target_name': 'main', |
| 8 'variables': { |
| 9 'depends': [ |
| 10 '<@(cws_widget_container)', |
| 11 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate'
, |
| 12 '../../../../ui/webui/resources/js/i18n_template_no_process.js', |
| 13 '../../../../ui/webui/resources/js/load_time_data.js', |
| 14 ], |
| 15 'externs': [ |
| 16 '<(CLOSURE_DIR)/externs/chrome_extensions.js', |
| 17 '<(CLOSURE_DIR)/externs/file_manager_private.js', |
| 18 '../externs/chrome_webstore_widget_private.js', |
| 19 '../externs/webview_tag.js' |
| 20 ] |
| 21 }, |
| 22 'includes': [ |
| 23 '../../../../third_party/closure_compiler/compile_js.gypi', |
| 24 '../cws_widget/compiled_resources.gypi' |
| 25 ] |
| 26 }, |
| 27 { |
| 28 'target_name': 'background', |
| 29 'variables': { |
| 30 'externs': [ |
| 31 '<(CLOSURE_DIR)/externs/chrome_extensions.js', |
| 32 '../externs/chrome_webstore_widget_private.js' |
| 33 ] |
| 34 }, |
| 35 'includes': [ |
| 36 '../../../../third_party/closure_compiler/compile_js.gypi' |
| 37 ] |
| 38 } |
| 39 ] |
| 40 } |
OLD | NEW |