| Index: base/base.gyp
|
| diff --git a/base/base.gyp b/base/base.gyp
|
| index 43535095ad2b3d230f0ddea95377b05126ea7da6..56438b0f63c230a9bb0c22171c71f81b5255ec19 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.
|
| + '../third_party/android_crazy_linker/crazy_linker.gyp:crazy_linker',
|
| ],
|
| }],
|
| ],
|
|
|