| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index edac7bd2f9981f36ed442bbbd1e3173e6a6b080b..1a5f0a6f33966bb315128e618178b4a5195980b5 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -80,6 +80,7 @@
|
| 'common/child_process_logging_win.cc',
|
| 'common/chrome_content_client.cc',
|
| 'common/chrome_content_client.h',
|
| + 'common/chrome_content_client_ios.mm',
|
| 'common/chrome_notification_types.h',
|
| 'common/chrome_result_codes.h',
|
| 'common/chrome_sandbox_type_mac.h',
|
| @@ -358,7 +359,11 @@
|
| # TODO(ios): Include files here as they are made to work; once
|
| # everything is online, remove everything below here and just
|
| # use the exclusions above.
|
| - ['exclude', '.*'],
|
| + ['exclude', '\\.(cc|mm)$'],
|
| + ['include', '_ios\\.(cc|mm)$'],
|
| + ['include', '(^|/)ios/'],
|
| + ['include', '^common/chrome_version_info\\.cc$'],
|
| + ['include', '^common/zip'],
|
| ],
|
| }],
|
| ['OS=="android"', {
|
| @@ -425,6 +430,7 @@
|
| # Pull in specific Mac files for iOS (which have been filtered out
|
| # by file name rules).
|
| ['include', '^common/chrome_version_info_mac\\.mm$'],
|
| + ['include', '^common/mac/nscoder_util\\.'],
|
| ],
|
| }],
|
| ],
|
|
|