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

Unified Diff: base/base.gyp

Issue 23717023: Android: Add chrome-specific dynamic linker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add new 'content_linker_unittests_apk' target + ensure ashmem regions are forced read-only Created 7 years, 3 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 94bb2f3dbe0b57e1808a4d71a2bf49b09fb3e53f..a7e22f8063badb50e038705310c8fef0cb12ed94 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1270,6 +1270,14 @@
},
'includes': [ '../build/java.gypi' ],
},
+ {
+ 'target_name': 'crazy_linker',
+ 'type': 'shared_library',
+ 'sources': [
+ 'android/linker/crazy_linker_jni.cc',
+ ],
+ 'includes': [ '../third_party/crazy_linker/crazy_linker.gypi' ],
+ },
],
}],
['OS == "win"', {

Powered by Google App Engine
This is Rietveld 408576698