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

Side by Side Diff: third_party/android_webview_glue/android_webview_glue_common.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
« 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
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 'type': 'none', 5 'type': 'none',
6 'dependencies': [ 6 'dependencies': [
7 '<(DEPTH)/android_webview/android_webview.gyp:libwebviewchromium', 7 '<(DEPTH)/android_webview/android_webview.gyp:libwebviewchromium',
8 '<(DEPTH)/android_webview/android_webview.gyp:android_webview_java', 8 '<(DEPTH)/android_webview/android_webview.gyp:android_webview_java',
9 '<(DEPTH)/android_webview/android_webview.gyp:android_webview_pak', 9 '<(DEPTH)/android_webview/android_webview.gyp:android_webview_pak',
10 ], 10 ],
11 'variables': { 11 'variables': {
12 'android_sdk_jar': '<(DEPTH)/third_party/android_platform/webview/frameworks .jar', 12 'android_sdk_jar': '<(DEPTH)/third_party/android_platform/webview/frameworks _1597296.jar',
13 'app_manifest_version_code%': '999999', 13 'app_manifest_version_code%': '999999',
14 'java_in_dir': 'src/chromium', 14 'java_in_dir': 'src/chromium',
15 'java_in_dir_suffix': '/java', 15 'java_in_dir_suffix': '/java',
16 'native_lib_target': 'libwebviewchromium', 16 'native_lib_target': 'libwebviewchromium',
17 'never_lint': 1, 17 'never_lint': 1,
18 'resource_dir': 'src/chromium/res', 18 'resource_dir': 'src/chromium/res',
19 'R_package': 'com.android.webview.chromium', 19 'R_package': 'com.android.webview.chromium',
20 'R_package_relpath': 'com/android/webview/chromium', 20 'R_package_relpath': 'com/android/webview/chromium',
21 'extensions_to_not_compress': 'pak', 21 'extensions_to_not_compress': 'pak',
22 'asset_location': '<(PRODUCT_DIR)/android_webview_assets', 22 'asset_location': '<(PRODUCT_DIR)/android_webview_assets',
(...skipping 11 matching lines...) Expand all
34 ['v8_use_external_startup_data==1', { 34 ['v8_use_external_startup_data==1', {
35 'additional_input_paths': [ 35 'additional_input_paths': [
36 '<(PRODUCT_DIR)/natives_blob.bin', 36 '<(PRODUCT_DIR)/natives_blob.bin',
37 '<(PRODUCT_DIR)/snapshot_blob.bin', 37 '<(PRODUCT_DIR)/snapshot_blob.bin',
38 ], 38 ],
39 }], 39 }],
40 ], 40 ],
41 }, 41 },
42 'includes': [ '../../build/java_apk.gypi' ], 42 'includes': [ '../../build/java_apk.gypi' ],
43 } 43 }
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