Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: third_party/android_webview_glue/android_webview_glue.gypi

Issue 748013002: Roll android_aosp to AOSP master (LMP). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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': 'system_webview_apk', 7 'target_name': 'system_webview_apk',
8 'variables': { 8 'variables': {
9 'apk_name': 'SystemWebView', 9 'apk_name': 'SystemWebView',
10 'shared_resources': 0, 10 'shared_resources': 1,
11 }, 11 },
12 'includes': [ 'android_webview_glue_common.gypi' ], 12 'includes': [ 'android_webview_glue_common.gypi' ],
13 'copies': [ 13 'copies': [
14 { 14 {
15 'destination': '<(PRODUCT_DIR)/android_webview_assets', 15 'destination': '<(PRODUCT_DIR)/android_webview_assets',
16 'files': [], 16 'files': [],
17 'conditions': [ 17 'conditions': [
18 ['icu_use_data_file_flag==1', { 18 ['icu_use_data_file_flag==1', {
19 'files': [ 19 'files': [
20 '<(PRODUCT_DIR)/icudtl.dat', 20 '<(PRODUCT_DIR)/icudtl.dat',
21 ], 21 ],
22 }], 22 }],
23 ['v8_use_external_startup_data==1', { 23 ['v8_use_external_startup_data==1', {
24 'files': [ 24 'files': [
25 '<(PRODUCT_DIR)/natives_blob.bin', 25 '<(PRODUCT_DIR)/natives_blob.bin',
26 '<(PRODUCT_DIR)/snapshot_blob.bin', 26 '<(PRODUCT_DIR)/snapshot_blob.bin',
27 ], 27 ],
28 }], 28 }],
29 ], 29 ],
30 }, 30 },
31 ], 31 ],
32 }, 32 },
33 ], 33 ],
34 } 34 }
35 35
OLDNEW
« no previous file with comments | « third_party/android_platform/webview/frameworks.jar ('k') | third_party/android_webview_glue/android_webview_glue_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698