| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 18ecdeaa036c638bb63b5721eb7cf92ef479fd9c..7c4f4d1ef49fc9ac0e03aa10fd3a518e80a10b64 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -419,6 +419,13 @@
|
| },
|
| }],
|
| ['OS=="android"',{
|
| + 'sources!': [
|
| + 'common/find_match_rect_android.cc',
|
| + 'common/font_list_android.cc',
|
| + 'common/font_list.cc',
|
| + 'common/sandbox_util.cc',
|
| + 'public/common/child_process_host_delegate.cc',
|
| + ],
|
| 'link_settings': {
|
| 'libraries': [
|
| '-landroid', # ANativeWindow
|
|
|