Index: content/content.gyp |
diff --git a/content/content.gyp b/content/content.gyp |
index 221a1a53928a3e57c7edc508631022819b66a135..f3d871398c253d2a60b9e11a83fcc4ebef90cbff 100644 |
--- a/content/content.gyp |
+++ b/content/content.gyp |
@@ -494,6 +494,17 @@ |
}, |
'includes': [ 'content_jni.gypi' ], |
}, |
+ { |
+ 'target_name': 'content_android_linker', |
+ 'type': 'shared_library', |
+ 'sources': [ |
+ 'common/android/linker/linker_jni.cc', |
+ ], |
+ 'dependencies': [ |
+ '<(android_ndk_root)/crazy_linker.gyp:crazy_linker', |
+ ], |
+ }, |
+ |
], |
}], # OS == "android" |
], |