| Index: content/content.gyp
|
| diff --git a/content/content.gyp b/content/content.gyp
|
| index 221a1a53928a3e57c7edc508631022819b66a135..44fd2810a467b86ac3e711b1e00a2ff3f817bc0c 100644
|
| --- a/content/content.gyp
|
| +++ b/content/content.gyp
|
| @@ -494,6 +494,15 @@
|
| },
|
| 'includes': [ 'content_jni.gypi' ],
|
| },
|
| + {
|
| + 'target_name': 'chrome_android_linker',
|
| + 'type': 'shared_library',
|
| + 'sources': [
|
| + 'common/android/linker/chrome_linker_jni.cc',
|
| + ],
|
| + 'includes': [ '../third_party/crazy_linker/crazy_linker.gypi' ],
|
| + },
|
| +
|
| ],
|
| }], # OS == "android"
|
| ],
|
|
|