| 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 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1364 'components.gyp:cryptauth_test_support', | 1364 'components.gyp:cryptauth_test_support', |
| 1365 'components.gyp:feedback_component', | 1365 'components.gyp:feedback_component', |
| 1366 'components.gyp:pref_registry_test_support', | 1366 'components.gyp:pref_registry_test_support', |
| 1367 'components.gyp:proximity_auth', | 1367 'components.gyp:proximity_auth', |
| 1368 'components.gyp:proximity_auth_test_support', | 1368 'components.gyp:proximity_auth_test_support', |
| 1369 'components.gyp:webusb', | 1369 'components.gyp:webusb', |
| 1370 ], | 1370 ], |
| 1371 }], | 1371 }], |
| 1372 ['chromeos==1', { | 1372 ['chromeos==1', { |
| 1373 'sources': [ | 1373 'sources': [ |
| 1374 'arc/arc_bridge_service_unittest.cc', |
| 1374 'pairing/message_buffer_unittest.cc', | 1375 'pairing/message_buffer_unittest.cc', |
| 1375 'timers/alarm_timer_unittest.cc', | 1376 'timers/alarm_timer_unittest.cc', |
| 1376 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', | 1377 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', |
| 1377 'wifi_sync/wifi_credential_syncable_service_unittest.cc', | 1378 'wifi_sync/wifi_credential_syncable_service_unittest.cc', |
| 1378 'wifi_sync/wifi_credential_unittest.cc', | 1379 'wifi_sync/wifi_credential_unittest.cc', |
| 1379 'wifi_sync/wifi_security_class_chromeos_unittest.cc', | 1380 'wifi_sync/wifi_security_class_chromeos_unittest.cc', |
| 1380 'wifi_sync/wifi_security_class_unittest.cc', | 1381 'wifi_sync/wifi_security_class_unittest.cc', |
| 1381 '<@(metrics_leak_detector_unittest_sources)', | 1382 '<@(metrics_leak_detector_unittest_sources)', |
| 1382 '<@(ownership_unittest_sources)', | 1383 '<@(ownership_unittest_sources)', |
| 1383 ], | 1384 ], |
| 1384 'sources!': [ | 1385 'sources!': [ |
| 1385 'signin/core/browser/signin_status_metrics_provider_unittest.cc', | 1386 'signin/core/browser/signin_status_metrics_provider_unittest.cc', |
| 1386 'storage_monitor/storage_monitor_linux_unittest.cc', | 1387 'storage_monitor/storage_monitor_linux_unittest.cc', |
| 1387 ], | 1388 ], |
| 1388 'dependencies': [ | 1389 'dependencies': [ |
| 1389 '../chromeos/chromeos.gyp:chromeos_test_support', | 1390 '../chromeos/chromeos.gyp:chromeos_test_support', |
| 1391 'components.gyp:arc', |
| 1390 'components.gyp:metrics_leak_detector', | 1392 'components.gyp:metrics_leak_detector', |
| 1391 'components.gyp:ownership', | 1393 'components.gyp:ownership', |
| 1392 'components.gyp:pairing', | 1394 'components.gyp:pairing', |
| 1393 'components.gyp:user_manager_test_support', | 1395 'components.gyp:user_manager_test_support', |
| 1394 'components.gyp:wifi_sync', | 1396 'components.gyp:wifi_sync', |
| 1395 ], | 1397 ], |
| 1396 }], | 1398 }], |
| 1397 ['chromeos==1 and enable_arc==1', { | |
| 1398 'sources': [ | |
| 1399 'arc/arc_bridge_service_unittest.cc', | |
| 1400 ], | |
| 1401 'dependencies': [ | |
| 1402 'components.gyp:arc', | |
| 1403 ], | |
| 1404 }], | |
| 1405 ['OS=="linux"', { | 1399 ['OS=="linux"', { |
| 1406 'sources': [ | 1400 'sources': [ |
| 1407 'metrics/serialization/serialization_utils_unittest.cc', | 1401 'metrics/serialization/serialization_utils_unittest.cc', |
| 1408 ], | 1402 ], |
| 1409 'dependencies': [ | 1403 'dependencies': [ |
| 1410 'components.gyp:metrics_serialization', | 1404 'components.gyp:metrics_serialization', |
| 1411 '../dbus/dbus.gyp:dbus', | 1405 '../dbus/dbus.gyp:dbus', |
| 1412 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', | 1406 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', |
| 1413 ], | 1407 ], |
| 1414 }], | 1408 }], |
| (...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1852 'dependencies': [ | 1846 'dependencies': [ |
| 1853 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1847 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1854 ], | 1848 ], |
| 1855 }], | 1849 }], |
| 1856 ], | 1850 ], |
| 1857 }, | 1851 }, |
| 1858 ], | 1852 ], |
| 1859 }], | 1853 }], |
| 1860 ], | 1854 ], |
| 1861 } | 1855 } |
| OLD | NEW |