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

Unified Diff: base/base.gyp

Issue 330253003: Use the local crazy_linker source fork in place of the NDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Note the fork switch bug id in base.gyp Created 6 years, 6 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
« no previous file with comments | « no previous file | third_party/android_crazy_linker/crazy_linker.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 43535095ad2b3d230f0ddea95377b05126ea7da6..5544a4b5a279d34f2ba0dcc2435bf74223be1e0f 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1427,7 +1427,10 @@
'-finstrument-functions',
],
'dependencies': [
- '<(android_ndk_root)/crazy_linker.gyp:crazy_linker',
+ # The NDK contains the crazy_linker here:
+ # '<(android_ndk_root)/crazy_linker.gyp:crazy_linker'
+ # However, we use our own fork. See bug 384700.
+ '../third_party/android_crazy_linker/crazy_linker.gyp:crazy_linker',
],
}],
],
« no previous file with comments | « no previous file | third_party/android_crazy_linker/crazy_linker.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698