| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index c7a967a74e549f073bd443ccca903d37068fe70c..9fbc37cb1de47a6ca02e4a0c181b1811fd64de03 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -382,7 +382,6 @@
|
| ],
|
| }, { # OS == ios
|
| 'sources/': [
|
| - ['exclude', '^common/automation_'],
|
| ['exclude', '^common/child_process_'],
|
| ['exclude', '^common/chrome_content_client\\.cc$'],
|
| ['exclude', '^common/chrome_version_info_posix\\.cc$'],
|
| @@ -481,6 +480,11 @@
|
| '../remoting/remoting.gyp:remoting_client_plugin',
|
| ],
|
| }],
|
| + ['enable_automation==0', {
|
| + 'sources/': [
|
| + ['exclude', '^common/automation_']
|
| + ]
|
| + }]
|
| ],
|
| 'target_conditions': [
|
| ['OS == "ios"', {
|
|
|