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': [ |