| 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 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 437 ], | 437 ], |
| 438 'power_unittest_sources': [ | 438 'power_unittest_sources': [ |
| 439 'power/origin_power_map_unittest.cc', | 439 'power/origin_power_map_unittest.cc', |
| 440 ], | 440 ], |
| 441 'precache_unittest_sources': [ | 441 'precache_unittest_sources': [ |
| 442 'precache/content/precache_manager_unittest.cc', | 442 'precache/content/precache_manager_unittest.cc', |
| 443 'precache/core/precache_database_unittest.cc', | 443 'precache/core/precache_database_unittest.cc', |
| 444 'precache/core/precache_fetcher_unittest.cc', | 444 'precache/core/precache_fetcher_unittest.cc', |
| 445 'precache/core/precache_url_table_unittest.cc', | 445 'precache/core/precache_url_table_unittest.cc', |
| 446 ], | 446 ], |
| 447 'prefs_tracker_unittest_sources': [ |
| 448 'prefs_tracker/device_id_unittest.cc', |
| 449 'prefs_tracker/mock_validation_delegate.cc', |
| 450 'prefs_tracker/mock_validation_delegate.h', |
| 451 'prefs_tracker/pref_hash_calculator_unittest.cc', |
| 452 'prefs_tracker/pref_hash_filter_unittest.cc', |
| 453 'prefs_tracker/pref_hash_store_impl_unittest.cc', |
| 454 'prefs_tracker/pref_service_hash_store_contents_unittest.cc', |
| 455 'prefs_tracker/segregated_pref_store_unittest.cc', |
| 456 'prefs_tracker/tracked_preferences_migration_unittest.cc', |
| 457 ], |
| 447 'proximity_auth_unittest_sources': [ | 458 'proximity_auth_unittest_sources': [ |
| 448 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c
c', | 459 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c
c', |
| 449 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', | 460 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', |
| 450 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', | 461 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', |
| 451 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', | 462 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', |
| 452 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc', | 463 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc', |
| 453 'proximity_auth/bluetooth_connection_finder_unittest.cc', | 464 'proximity_auth/bluetooth_connection_finder_unittest.cc', |
| 454 'proximity_auth/bluetooth_connection_unittest.cc', | 465 'proximity_auth/bluetooth_connection_unittest.cc', |
| 455 'proximity_auth/bluetooth_throttler_impl_unittest.cc', | 466 'proximity_auth/bluetooth_throttler_impl_unittest.cc', |
| 456 'proximity_auth/client_impl_unittest.cc', | 467 'proximity_auth/client_impl_unittest.cc', |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 721 '<@(login_unittest_sources)', | 732 '<@(login_unittest_sources)', |
| 722 '<@(metrics_unittest_sources)', | 733 '<@(metrics_unittest_sources)', |
| 723 '<@(mime_util_unittest_sources)', | 734 '<@(mime_util_unittest_sources)', |
| 724 '<@(network_time_unittest_sources)', | 735 '<@(network_time_unittest_sources)', |
| 725 '<@(offline_page_unittest_sources)', | 736 '<@(offline_page_unittest_sources)', |
| 726 '<@(omnibox_unittest_sources)', | 737 '<@(omnibox_unittest_sources)', |
| 727 '<@(os_crypt_unittest_sources)', | 738 '<@(os_crypt_unittest_sources)', |
| 728 '<@(packed_ct_ev_whitelist_unittest_sources)', | 739 '<@(packed_ct_ev_whitelist_unittest_sources)', |
| 729 '<@(password_manager_unittest_sources)', | 740 '<@(password_manager_unittest_sources)', |
| 730 '<@(precache_unittest_sources)', | 741 '<@(precache_unittest_sources)', |
| 742 '<@(prefs_tracker_unittest_sources)', |
| 731 '<@(proxy_config_unittest_sources)', | 743 '<@(proxy_config_unittest_sources)', |
| 732 '<@(query_parser_unittest_sources)', | 744 '<@(query_parser_unittest_sources)', |
| 733 '<@(rappor_unittest_sources)', | 745 '<@(rappor_unittest_sources)', |
| 734 '<@(search_unittest_sources)', | 746 '<@(search_unittest_sources)', |
| 735 '<@(search_engines_unittest_sources)', | 747 '<@(search_engines_unittest_sources)', |
| 736 '<@(search_provider_logos_unittest_sources)', | 748 '<@(search_provider_logos_unittest_sources)', |
| 737 '<@(sessions_unittest_sources)', | 749 '<@(sessions_unittest_sources)', |
| 738 '<@(signin_unittest_sources)', | 750 '<@(signin_unittest_sources)', |
| 739 '<@(suggestions_unittest_sources)', | 751 '<@(suggestions_unittest_sources)', |
| 740 '<@(sync_driver_unittest_sources)', | 752 '<@(sync_driver_unittest_sources)', |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 830 'components.gyp:offline_pages', | 842 'components.gyp:offline_pages', |
| 831 'components.gyp:omnibox_browser', | 843 'components.gyp:omnibox_browser', |
| 832 'components.gyp:omnibox_test_support', | 844 'components.gyp:omnibox_test_support', |
| 833 'components.gyp:os_crypt', | 845 'components.gyp:os_crypt', |
| 834 'components.gyp:packed_ct_ev_whitelist', | 846 'components.gyp:packed_ct_ev_whitelist', |
| 835 'components.gyp:password_manager_core_browser', | 847 'components.gyp:password_manager_core_browser', |
| 836 'components.gyp:password_manager_core_browser', | 848 'components.gyp:password_manager_core_browser', |
| 837 'components.gyp:password_manager_core_browser_test_support', | 849 'components.gyp:password_manager_core_browser_test_support', |
| 838 'components.gyp:precache_core', | 850 'components.gyp:precache_core', |
| 839 'components.gyp:pref_registry_test_support', | 851 'components.gyp:pref_registry_test_support', |
| 852 'components.gyp:prefs_tracker', |
| 840 'components.gyp:proxy_config', | 853 'components.gyp:proxy_config', |
| 841 'components.gyp:query_parser', | 854 'components.gyp:query_parser', |
| 842 'components.gyp:rappor', | 855 'components.gyp:rappor', |
| 843 'components.gyp:rappor_test_support', | 856 'components.gyp:rappor_test_support', |
| 844 'components.gyp:search', | 857 'components.gyp:search', |
| 845 'components.gyp:search_engines', | 858 'components.gyp:search_engines', |
| 846 'components.gyp:search_engines_test_support', | 859 'components.gyp:search_engines_test_support', |
| 847 'components.gyp:search_provider_logos', | 860 'components.gyp:search_provider_logos', |
| 848 'components.gyp:sessions_test_support', | 861 'components.gyp:sessions_test_support', |
| 849 'components.gyp:signin_core_browser', | 862 'components.gyp:signin_core_browser', |
| (...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1514 ], | 1527 ], |
| 1515 'variables': { | 1528 'variables': { |
| 1516 'test_suite_name': 'components_unittests', | 1529 'test_suite_name': 'components_unittests', |
| 1517 }, | 1530 }, |
| 1518 'includes': [ '../build/apk_test.gypi' ], | 1531 'includes': [ '../build/apk_test.gypi' ], |
| 1519 }, | 1532 }, |
| 1520 ], | 1533 ], |
| 1521 }], | 1534 }], |
| 1522 ], | 1535 ], |
| 1523 } | 1536 } |
| OLD | NEW |