Reland "Non-SFI mode: Switch to newlib. (patchset #4 id:60001 of https://codereview...
[chromium-blink-merge.git] / components / chrome_apps / webstore_widget / app / compiled_resources.gyp
blob2a2fa4fc6f18f0f3c60938305530566c35e3448c
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.
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           '<(EXTERNS_DIR)/chrome_send.js',
17           '<(EXTERNS_DIR)/chrome_extensions.js',
18           '<(EXTERNS_DIR)/file_manager_private.js',
19           '../externs/chrome_webstore_widget_private.js',
20           '../externs/webview_tag.js'
21         ]
22       },
23       'includes': [
24         '../../../../third_party/closure_compiler/compile_js.gypi',
25         '../cws_widget/compiled_resources.gypi'
26       ]
27     },
28     {
29       'target_name': 'background',
30       'variables': {
31         'externs': [
32           '<(EXTERNS_DIR)/chrome_extensions.js',
33           '../externs/chrome_webstore_widget_private.js'
34         ]
35       },
36       'includes': [
37         '../../../../third_party/closure_compiler/compile_js.gypi'
38       ]
39     }
40   ]