Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / android_webview_glue / android_webview_glue.gypi
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.
4 {
5   'targets': [
6     {
7       'target_name': 'system_webview_apk',
8       'variables': {
9         'apk_name': 'SystemWebView',
10       },
11       'includes': [ 'android_webview_glue_common.gypi' ],
12       'copies': [
13         {
14           'destination': '<(PRODUCT_DIR)/android_webview_assets',
15           'files': [],
16           'conditions': [
17             ['icu_use_data_file_flag==1', {
18               'files': [
19                 '<(PRODUCT_DIR)/icudtl.dat',
20               ],
21             }],
22             ['v8_use_external_startup_data==1', {
23               'files': [
24                 '<(PRODUCT_DIR)/natives_blob.bin',
25                 '<(PRODUCT_DIR)/snapshot_blob.bin',
26               ],
27             }],
28           ],
29         },
30       ],
31     },
32   ],
33 }
34