| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 47750689bb675f91a14163a7444fe74b911d2770..40850a0aaf1dee2dd0e89ff6aa3e0838e7241d94 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -114,6 +114,10 @@
|
| 'common/custom_handlers/protocol_handler.cc',
|
| 'common/custom_handlers/protocol_handler.h',
|
| 'common/descriptors_android.h',
|
| + 'common/device_form_factor_android.cc',
|
| + 'common/device_form_factor_desktop.cc',
|
| + 'common/device_form_factor_ios.mm',
|
| + 'common/device_form_factor.h',
|
| 'common/dump_without_crashing.cc',
|
| 'common/dump_without_crashing.h',
|
| 'common/encrypted_media_messages_android.h',
|
| @@ -505,6 +509,11 @@
|
| '<(DEPTH)/webkit/glue/webkit_glue.gyp:glue',
|
| ],
|
| }],
|
| + ['OS=="android" or OS=="ios"', {
|
| + 'sources!': [
|
| + 'common/device_form_factor_desktop.cc'
|
| + ],
|
| + }],
|
| ['OS=="android"', {
|
| 'sources/': [
|
| ['exclude', '^common/chrome_version_info_posix.cc'],
|
|
|