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

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

Issue 677033002: [android_webview] Extract common SystemWebview parameters to .gypi file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « third_party/android_webview_glue/android_webview_glue.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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 'type': 'none',
6 'dependencies': [
7 '<(DEPTH)/android_webview/android_webview.gyp:libwebviewchromium',
8 '<(DEPTH)/android_webview/android_webview.gyp:android_webview_java',
9 '<(DEPTH)/android_webview/android_webview.gyp:android_webview_pak',
10 ],
11 'variables': {
12 'android_sdk_jar': '<(DEPTH)/third_party/android_platform/webview/frameworks .jar',
13 'app_manifest_version_code%': '999999',
14 'java_in_dir': 'src/chromium',
15 'java_in_dir_suffix': '/java',
16 'native_lib_target': 'libwebviewchromium',
17 'never_lint': 1,
18 'resource_dir': 'src/chromium/res',
19 'R_package': 'com.android.webview.chromium',
20 'R_package_relpath': 'com/android/webview/chromium',
21 'extensions_to_not_compress': 'pak',
22 'asset_location': '<(PRODUCT_DIR)/android_webview_assets',
23 # TODO: crbug.com/405035 Find a better solution for WebView .pak files.
24 'additional_input_paths': [
25 '<(PRODUCT_DIR)/android_webview_assets/webviewchromium.pak',
26 '<(PRODUCT_DIR)/android_webview_assets/en-US.pak',
27 ],
28 'conditions': [
29 ['icu_use_data_file_flag==1', {
30 'additional_input_paths': [
31 '<(PRODUCT_DIR)/icudtl.dat',
32 ],
33 }],
34 ],
35 },
36 'includes': [ '../../build/java_apk.gypi' ],
37 }
OLDNEW
« no previous file with comments | « third_party/android_webview_glue/android_webview_glue.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698