| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 8cecf7429826e067cdb500c3b1f03b6190f31dae..941e8102cafc2c18bdf5b3e0c48ce775a396a32b 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -172,6 +172,7 @@
|
| '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',
|
| @@ -434,10 +435,6 @@
|
| },
|
| }],
|
| ['OS=="android"',{
|
| - 'sources!': [
|
| - 'common/font_list.cc',
|
| - 'common/sandbox_util.cc',
|
| - ],
|
| 'link_settings': {
|
| 'libraries': [
|
| '-landroid', # ANativeWindow
|
| @@ -484,8 +481,10 @@
|
| ],
|
| }, { # enable_plugins == 0
|
| 'sources!': [
|
| + 'common/font_list.cc',
|
| 'common/pepper_plugin_list.cc',
|
| 'common/pepper_plugin_list.h',
|
| + 'common/sandbox_util.cc',
|
| ],
|
| }],
|
| ['enable_gpu==1', {
|
|
|