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

Side by Side Diff: android_webview/libwebviewchromium.gypi

Issue 920883002: Use combined native/manual JNI registration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Factor out common code in test Created 5 years, 10 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
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': 'shared_library', 5 'type': 'shared_library',
6 'android_unmangled_name': 1, 6 'android_unmangled_name': 1,
7 'dependencies': [ 7 'dependencies': [
8 'android_webview_common', 8 'android_webview_common',
9 ], 9 ],
10 'variables': {
11 'use_native_jni_exports': 1,
12 },
10 'conditions': [ 13 'conditions': [
11 [ 'android_webview_build==1', { 14 [ 'android_webview_build==1', {
12 'dependencies': [ 15 'dependencies': [
13 # When building inside the android tree we also need to depend on all 16 # When building inside the android tree we also need to depend on all
14 # the java sources generated from templates which will be needed by 17 # the java sources generated from templates which will be needed by
15 # android_webview_java in android_webview/java_library_common.mk. 18 # android_webview_java in android_webview/java_library_common.mk.
16 '../base/base.gyp:base_java_application_state', 19 '../base/base.gyp:base_java_application_state',
17 '../base/base.gyp:base_java_library_load_from_apk_status_codes', 20 '../base/base.gyp:base_java_library_load_from_apk_status_codes',
18 '../base/base.gyp:base_java_library_process_type', 21 '../base/base.gyp:base_java_library_process_type',
19 '../base/base.gyp:base_java_memory_pressure_level', 22 '../base/base.gyp:base_java_memory_pressure_level',
(...skipping 29 matching lines...) Expand all
49 # android. 52 # android.
50 'aosp_build_settings': { 53 'aosp_build_settings': {
51 'LOCAL_FDO_SUPPORT': 'true', 54 'LOCAL_FDO_SUPPORT': 'true',
52 }, 55 },
53 }], 56 }],
54 ], 57 ],
55 'sources': [ 58 'sources': [
56 'lib/main/webview_entry_point.cc', 59 'lib/main/webview_entry_point.cc',
57 ], 60 ],
58 } 61 }
OLDNEW
« no previous file with comments | « android_webview/lib/main/webview_jni_onload_delegate.cc ('k') | base/android/base_jni_onload.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698