| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 2a5c13b6018fce24e28d92117a7a5d05aafa73f6..82c56e06780737269955f119881435063274e15f 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -1365,6 +1365,7 @@
|
| }],
|
| ['chromeos==1', {
|
| 'sources': [
|
| + 'arc/arc_bridge_service_unittest.cc',
|
| 'pairing/message_buffer_unittest.cc',
|
| 'timers/alarm_timer_unittest.cc',
|
| 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc',
|
| @@ -1380,20 +1381,13 @@
|
| ],
|
| 'dependencies': [
|
| '../chromeos/chromeos.gyp:chromeos_test_support',
|
| + 'components.gyp:arc',
|
| 'components.gyp:ownership',
|
| 'components.gyp:pairing',
|
| 'components.gyp:user_manager_test_support',
|
| 'components.gyp:wifi_sync',
|
| ],
|
| }],
|
| - ['chromeos==1 and enable_arc==1', {
|
| - 'sources': [
|
| - 'arc/arc_bridge_service_unittest.cc',
|
| - ],
|
| - 'dependencies': [
|
| - 'components.gyp:arc',
|
| - ],
|
| - }],
|
| ['OS=="linux"', {
|
| 'sources': [
|
| 'metrics/serialization/serialization_utils_unittest.cc',
|
|
|