Blink roll 25b6bd3a7a131ffe68d809546ad1a20707915cdc:3a503f41ae42e5b79cfcd2ff10e65afde...
[chromium-blink-merge.git] / third_party / android_webview_glue / android_webview_glue.gypi
blob052676592b89bb21c47e81d543e07061233c3bc3
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
3 # found in the LICENSE file.
5   'targets': [
6     {
7       'target_name': 'system_webview_apk',
8       'variables': {
9         'apk_name': 'SystemWebView',
10         'shared_resources': 0,
11       },
12       'includes': [ 'android_webview_glue_common.gypi' ],
13       'copies': [
14         {
15           'destination': '<(PRODUCT_DIR)/android_webview_assets',
16           'files': [],
17           'conditions': [
18             ['icu_use_data_file_flag==1', {
19               'files': [
20                 '<(PRODUCT_DIR)/icudtl.dat',
21               ],
22             }],
23             ['v8_use_external_startup_data==1', {
24               'files': [
25                 '<(PRODUCT_DIR)/natives_blob.bin',
26                 '<(PRODUCT_DIR)/snapshot_blob.bin',
27               ],
28             }],
29           ],
30         },
31       ],
32     },
33   ],