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

Side by Side Diff: android_webview/android_webview_tests.gypi

Issue 402603006: [android_webview] Do not extract webviewchromium.pak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@awassets
Patch Set: Use only InitSharedInstanceWithPakFileRegion and + rebase Created 6 years, 4 months 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
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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': 'android_webview_apk', 7 'target_name': 'android_webview_apk',
8 'type': 'none', 8 'type': 'none',
9 'dependencies': [ 9 'dependencies': [
10 'libwebviewchromium', 10 'libwebviewchromium',
11 'android_webview_java', 11 'android_webview_java',
12 'android_webview_pak', 12 'android_webview_pak',
13 ], 13 ],
14 'variables': { 14 'variables': {
15 'apk_name': 'AndroidWebView', 15 'apk_name': 'AndroidWebView',
16 'java_in_dir': 'test/shell', 16 'java_in_dir': 'test/shell',
17 'native_lib_target': 'libstandalonelibwebviewchromium', 17 'native_lib_target': 'libstandalonelibwebviewchromium',
18 'resource_dir': 'test/shell/res', 18 'resource_dir': 'test/shell/res',
19 'extensions_to_not_compress': 'pak',
19 'additional_input_paths': [ 20 'additional_input_paths': [
20 '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak', 21 '<(PRODUCT_DIR)/android_webview_apk/assets/webviewchromium.pak',
22 '<(PRODUCT_DIR)/android_webview_apk/assets/en-US.pak',
21 '<(PRODUCT_DIR)/android_webview_apk/assets/asset_file.html', 23 '<(PRODUCT_DIR)/android_webview_apk/assets/asset_file.html',
22 '<(PRODUCT_DIR)/android_webview_apk/assets/cookie_test.html', 24 '<(PRODUCT_DIR)/android_webview_apk/assets/cookie_test.html',
23 '<(PRODUCT_DIR)/android_webview_apk/assets/asset_icon.png', 25 '<(PRODUCT_DIR)/android_webview_apk/assets/asset_icon.png',
24 '<(PRODUCT_DIR)/android_webview_apk/assets/full_screen_video_test.html ', 26 '<(PRODUCT_DIR)/android_webview_apk/assets/full_screen_video_test.html ',
25 ], 27 ],
26 'conditions': [ 28 'conditions': [
27 ['icu_use_data_file_flag==1', { 29 ['icu_use_data_file_flag==1', {
28 'additional_input_paths': [ 30 'additional_input_paths': [
29 '<(PRODUCT_DIR)/icudtl.dat', 31 '<(PRODUCT_DIR)/icudtl.dat',
30 ], 32 ],
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'android_webview_unittest_java', 145 'android_webview_unittest_java',
144 'android_webview_unittests', 146 'android_webview_unittests',
145 ], 147 ],
146 'variables': { 148 'variables': {
147 'test_suite_name': 'android_webview_unittests', 149 'test_suite_name': 'android_webview_unittests',
148 }, 150 },
149 'includes': [ '../build/apk_test.gypi' ], 151 'includes': [ '../build/apk_test.gypi' ],
150 }, 152 },
151 ], 153 ],
152 } 154 }
OLDNEW
« no previous file with comments | « android_webview/android_webview.gyp ('k') | android_webview/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698