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', |
], |
}], |
], |