Chromium Code Reviews| Index: base/base.gyp |
| diff --git a/base/base.gyp b/base/base.gyp |
| index 00244aaa62bde7ee4ef5d8f03beef1ef05368832..0d3cd6a90c4e75cd75880402886abb754cfb0f3d 100644 |
| --- a/base/base.gyp |
| +++ b/base/base.gyp |
| @@ -1374,6 +1374,15 @@ |
| 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| }, |
| { |
| + # GN: //base:base_library_process_type |
| + 'target_name': 'base_library_process_type', |
|
nyquist
2015/02/12 00:42:47
base_java_library_process_type. Same for GN.
michaelbai
2015/02/12 06:48:28
Done.
|
| + 'type': 'none', |
| + 'variables': { |
| + 'source_file': 'android/library_loader/library_loader_hooks.h', |
| + }, |
| + 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| + }, |
| + { |
| # GN: //base:base_java |
| 'target_name': 'base_java', |
| 'type': 'none', |
| @@ -1386,6 +1395,7 @@ |
| 'base_java_library_load_from_apk_status_codes', |
| 'base_java_memory_pressure_level', |
| 'base_native_libraries_gen', |
| + 'base_library_process_type', |
| ], |
| 'includes': [ '../build/java.gypi' ], |
| 'conditions': [ |