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

Unified Diff: base/base.gyp

Issue 897683003: Know the process shared library loaded in (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix webview compile error Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 00244aaa62bde7ee4ef5d8f03beef1ef05368832..986ff0e003ad8bc31e73455ce73cba387fe10548 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1374,6 +1374,19 @@
'includes': [ '../build/android/java_cpp_template.gypi' ],
},
{
+ # GN: //base:base_library_process_type_gen
+ 'target_name': 'base_library_process_type_gen',
+ 'type': 'none',
+ 'sources': [
+ 'android/java/templates/LibraryProcessType.template',
+ ],
+ 'variables': {
+ 'package_name': 'org/chromium/base/library_loader',
+ 'template_deps': ['android/library_loader/library_process_type_list.h'],
+ },
+ 'includes': [ '../build/android/java_cpp_template.gypi' ],
Ted C 2015/02/06 01:37:43 instead of using the template, can you use java_cp
michaelbai 2015/02/10 05:17:31 Done.
+ },
+ {
# GN: //base:base_java
'target_name': 'base_java',
'type': 'none',
@@ -1386,6 +1399,7 @@
'base_java_library_load_from_apk_status_codes',
'base_java_memory_pressure_level',
'base_native_libraries_gen',
+ 'base_library_process_type_gen',
],
'includes': [ '../build/java.gypi' ],
'conditions': [

Powered by Google App Engine
This is Rietveld 408576698