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

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: Remove findbugs issues. 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 74c96b2e2b5ecbfe778f16055f785c93f0ea3e98..1ab0597dfcd9d0ea8292ff907a5eb3ed16640946 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1267,6 +1267,14 @@
},
'includes': [ '../build/java.gypi' ],
},
+ {
+ 'target_name': 'crazy_linker',
+ 'type': 'shared_library',
+ 'sources': [
+ 'android/linker/crazy_linker_jni.cpp',
+ ],
+ 'includes': [ '../third_party/crazy_linker/crazy_linker.gypi' ],
+ },
],
}],
['OS == "win"', {

Powered by Google App Engine
This is Rietveld 408576698