| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 409a9d87b27f131a78d75a1cc5bc09668686c276..631bd74e7958b7a8392fa1c00e46310e1e68d1bf 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -167,15 +167,12 @@
|
| 'common/file_utilities_messages.h',
|
| 'common/fileapi/file_system_messages.h',
|
| 'common/fileapi/webblob_messages.h',
|
| - 'common/find_match_rect_android.cc',
|
| - 'common/find_match_rect_android.h',
|
| 'common/font_cache_dispatcher_win.cc',
|
| 'common/font_cache_dispatcher_win.h',
|
| 'common/font_config_ipc_linux.cc',
|
| 'common/font_config_ipc_linux.h',
|
| 'common/font_list.cc',
|
| 'common/font_list.h',
|
| - 'common/font_list_android.cc',
|
| 'common/font_list_mac.mm',
|
| 'common/font_list_pango.cc',
|
| 'common/font_list_win.cc',
|
| @@ -426,6 +423,11 @@
|
| },
|
| }],
|
| ['OS=="android"',{
|
| + 'sources!': [
|
| + 'common/font_list.cc',
|
| + 'common/sandbox_util.cc',
|
| + 'public/common/child_process_host_delegate.cc',
|
| + ],
|
| 'link_settings': {
|
| 'libraries': [
|
| '-landroid', # ANativeWindow
|
|
|