OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1341 'components.gyp:cryptauth_test_support', | 1341 'components.gyp:cryptauth_test_support', |
1342 'components.gyp:feedback_component', | 1342 'components.gyp:feedback_component', |
1343 'components.gyp:pref_registry_test_support', | 1343 'components.gyp:pref_registry_test_support', |
1344 'components.gyp:proximity_auth', | 1344 'components.gyp:proximity_auth', |
1345 'components.gyp:proximity_auth_test_support', | 1345 'components.gyp:proximity_auth_test_support', |
1346 'components.gyp:webusb', | 1346 'components.gyp:webusb', |
1347 ], | 1347 ], |
1348 }], | 1348 }], |
1349 ['chromeos==1', { | 1349 ['chromeos==1', { |
1350 'sources': [ | 1350 'sources': [ |
| 1351 'arc/arc_bridge_service_unittest.cc', |
1351 'pairing/message_buffer_unittest.cc', | 1352 'pairing/message_buffer_unittest.cc', |
1352 'timers/alarm_timer_unittest.cc', | 1353 'timers/alarm_timer_unittest.cc', |
1353 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', | 1354 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', |
1354 'wifi_sync/wifi_credential_syncable_service_unittest.cc', | 1355 'wifi_sync/wifi_credential_syncable_service_unittest.cc', |
1355 'wifi_sync/wifi_credential_unittest.cc', | 1356 'wifi_sync/wifi_credential_unittest.cc', |
1356 'wifi_sync/wifi_security_class_chromeos_unittest.cc', | 1357 'wifi_sync/wifi_security_class_chromeos_unittest.cc', |
1357 'wifi_sync/wifi_security_class_unittest.cc', | 1358 'wifi_sync/wifi_security_class_unittest.cc', |
1358 '<@(ownership_unittest_sources)', | 1359 '<@(ownership_unittest_sources)', |
1359 ], | 1360 ], |
1360 'sources!': [ | 1361 'sources!': [ |
1361 'signin/core/browser/signin_status_metrics_provider_unittest.cc', | 1362 'signin/core/browser/signin_status_metrics_provider_unittest.cc', |
1362 'storage_monitor/storage_monitor_linux_unittest.cc', | 1363 'storage_monitor/storage_monitor_linux_unittest.cc', |
1363 ], | 1364 ], |
1364 'dependencies': [ | 1365 'dependencies': [ |
1365 '../chromeos/chromeos.gyp:chromeos_test_support', | 1366 '../chromeos/chromeos.gyp:chromeos_test_support', |
| 1367 'components.gyp:arc', |
1366 'components.gyp:ownership', | 1368 'components.gyp:ownership', |
1367 'components.gyp:pairing', | 1369 'components.gyp:pairing', |
1368 'components.gyp:user_manager_test_support', | 1370 'components.gyp:user_manager_test_support', |
1369 'components.gyp:wifi_sync', | 1371 'components.gyp:wifi_sync', |
1370 ], | 1372 ], |
1371 }], | 1373 }], |
1372 ['OS=="linux"', { | 1374 ['OS=="linux"', { |
1373 'sources': [ | 1375 'sources': [ |
1374 'metrics/serialization/serialization_utils_unittest.cc', | 1376 'metrics/serialization/serialization_utils_unittest.cc', |
1375 ], | 1377 ], |
(...skipping 444 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1820 'dependencies': [ | 1822 'dependencies': [ |
1821 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1823 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1822 ], | 1824 ], |
1823 }], | 1825 }], |
1824 ], | 1826 ], |
1825 }, | 1827 }, |
1826 ], | 1828 ], |
1827 }], | 1829 }], |
1828 ], | 1830 ], |
1829 } | 1831 } |
OLD | NEW |