| Index: content/content_common.gypi | 
| diff --git a/content/content_common.gypi b/content/content_common.gypi | 
| index 0503dde3968f8ed15939cb7b6ea4f97f30ca51ac..82d323eef13d4781df041024dabad4db7a32ae3f 100644 | 
| --- a/content/content_common.gypi | 
| +++ b/content/content_common.gypi | 
| @@ -100,6 +100,10 @@ | 
| 'common/android/address_parser.h', | 
| 'common/android/address_parser_internal.cc', | 
| 'common/android/address_parser_internal.h', | 
| +    'common/android/surface_callback.cc', | 
| +    'common/android/surface_callback.h', | 
| +    'common/android/surface_texture_peer.cc', | 
| +    'common/android/surface_texture_peer.h', | 
| 'common/appcache/appcache_backend_proxy.cc', | 
| 'common/appcache/appcache_backend_proxy.h', | 
| 'common/appcache/appcache_dispatcher.cc', | 
| @@ -346,6 +350,17 @@ | 
| 'common/sandbox_policy.h', | 
| ], | 
| }], | 
| +    ['OS=="android"',{ | 
| +      'link_settings': { | 
| +        'libraries': [ | 
| +          '-landroid',  # ANativeWindow | 
| +        ], | 
| +      }, | 
| +     'dependencies': [ | 
| +        'content.gyp:content_jni_headers', | 
| +        'content.gyp:common_aidl', | 
| +      ], | 
| +    }], | 
| ['toolkit_uses_gtk == 1', { | 
| 'dependencies': [ | 
| '../build/linux/system.gyp:gtk', | 
|  |