| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 98a13805449b47f72838be6c9af99b7c8b069ed1..f9b0df85d4c1819848c03134f7cc55df5af009de 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -1376,6 +1376,14 @@
|
| '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',
|
|
|