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

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: address comments 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 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..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': [

Powered by Google App Engine
This is Rietveld 408576698