| 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 1337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1348 'components.gyp:cryptauth_test_support', | 1348 'components.gyp:cryptauth_test_support', |
| 1349 'components.gyp:feedback_component', | 1349 'components.gyp:feedback_component', |
| 1350 'components.gyp:pref_registry_test_support', | 1350 'components.gyp:pref_registry_test_support', |
| 1351 'components.gyp:proximity_auth', | 1351 'components.gyp:proximity_auth', |
| 1352 'components.gyp:proximity_auth_test_support', | 1352 'components.gyp:proximity_auth_test_support', |
| 1353 'components.gyp:webusb', | 1353 'components.gyp:webusb', |
| 1354 ], | 1354 ], |
| 1355 }], | 1355 }], |
| 1356 ['chromeos==1', { | 1356 ['chromeos==1', { |
| 1357 'sources': [ | 1357 'sources': [ |
| 1358 'arc/arc_bridge_service_unittest.cc', |
| 1358 'pairing/message_buffer_unittest.cc', | 1359 'pairing/message_buffer_unittest.cc', |
| 1359 'timers/alarm_timer_unittest.cc', | 1360 'timers/alarm_timer_unittest.cc', |
| 1360 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', | 1361 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', |
| 1361 'wifi_sync/wifi_credential_syncable_service_unittest.cc', | 1362 'wifi_sync/wifi_credential_syncable_service_unittest.cc', |
| 1362 'wifi_sync/wifi_credential_unittest.cc', | 1363 'wifi_sync/wifi_credential_unittest.cc', |
| 1363 'wifi_sync/wifi_security_class_chromeos_unittest.cc', | 1364 'wifi_sync/wifi_security_class_chromeos_unittest.cc', |
| 1364 'wifi_sync/wifi_security_class_unittest.cc', | 1365 'wifi_sync/wifi_security_class_unittest.cc', |
| 1365 '<@(ownership_unittest_sources)', | 1366 '<@(ownership_unittest_sources)', |
| 1366 ], | 1367 ], |
| 1367 'sources!': [ | 1368 'sources!': [ |
| 1368 'signin/core/browser/signin_status_metrics_provider_unittest.cc', | 1369 'signin/core/browser/signin_status_metrics_provider_unittest.cc', |
| 1369 'storage_monitor/storage_monitor_linux_unittest.cc', | 1370 'storage_monitor/storage_monitor_linux_unittest.cc', |
| 1370 ], | 1371 ], |
| 1371 'dependencies': [ | 1372 'dependencies': [ |
| 1372 '../chromeos/chromeos.gyp:chromeos_test_support', | 1373 '../chromeos/chromeos.gyp:chromeos_test_support', |
| 1374 'components.gyp:arc', |
| 1373 'components.gyp:ownership', | 1375 'components.gyp:ownership', |
| 1374 'components.gyp:pairing', | 1376 'components.gyp:pairing', |
| 1375 'components.gyp:user_manager_test_support', | 1377 'components.gyp:user_manager_test_support', |
| 1376 'components.gyp:wifi_sync', | 1378 'components.gyp:wifi_sync', |
| 1377 ], | 1379 ], |
| 1378 }], | 1380 }], |
| 1379 ['OS=="linux"', { | 1381 ['OS=="linux"', { |
| 1380 'sources': [ | 1382 'sources': [ |
| 1381 'metrics/serialization/serialization_utils_unittest.cc', | 1383 'metrics/serialization/serialization_utils_unittest.cc', |
| 1382 ], | 1384 ], |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1822 'dependencies': [ | 1824 'dependencies': [ |
| 1823 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1825 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1824 ], | 1826 ], |
| 1825 }], | 1827 }], |
| 1826 ], | 1828 ], |
| 1827 }, | 1829 }, |
| 1828 ], | 1830 ], |
| 1829 }], | 1831 }], |
| 1830 ], | 1832 ], |
| 1831 } | 1833 } |
| OLD | NEW |