Chromium Code Reviews| 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 443 ], | 443 ], |
| 444 'power_unittest_sources': [ | 444 'power_unittest_sources': [ |
| 445 'power/origin_power_map_unittest.cc', | 445 'power/origin_power_map_unittest.cc', |
| 446 ], | 446 ], |
| 447 'precache_unittest_sources': [ | 447 'precache_unittest_sources': [ |
| 448 'precache/content/precache_manager_unittest.cc', | 448 'precache/content/precache_manager_unittest.cc', |
| 449 'precache/core/precache_database_unittest.cc', | 449 'precache/core/precache_database_unittest.cc', |
| 450 'precache/core/precache_fetcher_unittest.cc', | 450 'precache/core/precache_fetcher_unittest.cc', |
| 451 'precache/core/precache_url_table_unittest.cc', | 451 'precache/core/precache_url_table_unittest.cc', |
| 452 ], | 452 ], |
| 453 'tracked_unittest_sources': [ | |
|
blundell
2015/07/29 09:40:32
I would just call this user_prefs_unittest_sources
Jitu( very slow this week)
2015/07/29 13:32:00
Done.
| |
| 454 'user_prefs/tracked/device_id_unittest.cc', | |
| 455 'user_prefs/tracked/mock_validation_delegate.cc', | |
| 456 'user_prefs/tracked/mock_validation_delegate.h', | |
| 457 'user_prefs/tracked/pref_hash_calculator_unittest.cc', | |
| 458 'user_prefs/tracked/pref_hash_filter_unittest.cc', | |
| 459 'user_prefs/tracked/pref_hash_store_impl_unittest.cc', | |
| 460 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc', | |
| 461 'user_prefs/tracked/segregated_pref_store_unittest.cc', | |
| 462 'user_prefs/tracked/tracked_preferences_migration_unittest.cc', | |
| 463 ], | |
| 453 'proximity_auth_unittest_sources': [ | 464 'proximity_auth_unittest_sources': [ |
| 454 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c c', | 465 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c c', |
| 455 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', | 466 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', |
| 456 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', | 467 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', |
| 457 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', | 468 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', |
| 458 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc', | 469 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc', |
| 459 'proximity_auth/bluetooth_connection_finder_unittest.cc', | 470 'proximity_auth/bluetooth_connection_finder_unittest.cc', |
| 460 'proximity_auth/bluetooth_connection_unittest.cc', | 471 'proximity_auth/bluetooth_connection_unittest.cc', |
| 461 'proximity_auth/bluetooth_throttler_impl_unittest.cc', | 472 'proximity_auth/bluetooth_throttler_impl_unittest.cc', |
| 462 'proximity_auth/client_impl_unittest.cc', | 473 'proximity_auth/client_impl_unittest.cc', |
| (...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 750 '<@(query_parser_unittest_sources)', | 761 '<@(query_parser_unittest_sources)', |
| 751 '<@(rappor_unittest_sources)', | 762 '<@(rappor_unittest_sources)', |
| 752 '<@(search_unittest_sources)', | 763 '<@(search_unittest_sources)', |
| 753 '<@(search_engines_unittest_sources)', | 764 '<@(search_engines_unittest_sources)', |
| 754 '<@(search_provider_logos_unittest_sources)', | 765 '<@(search_provider_logos_unittest_sources)', |
| 755 '<@(secure_display_unittest_sources)', | 766 '<@(secure_display_unittest_sources)', |
| 756 '<@(sessions_unittest_sources)', | 767 '<@(sessions_unittest_sources)', |
| 757 '<@(signin_unittest_sources)', | 768 '<@(signin_unittest_sources)', |
| 758 '<@(suggestions_unittest_sources)', | 769 '<@(suggestions_unittest_sources)', |
| 759 '<@(sync_driver_unittest_sources)', | 770 '<@(sync_driver_unittest_sources)', |
| 771 '<@(tracked_unittest_sources)', | |
| 760 '<@(translate_unittest_sources)', | 772 '<@(translate_unittest_sources)', |
| 761 '<@(undo_unittest_sources)', | 773 '<@(undo_unittest_sources)', |
| 762 '<@(update_client_unittest_sources)', | 774 '<@(update_client_unittest_sources)', |
| 763 '<@(url_fixer_unittest_sources)', | 775 '<@(url_fixer_unittest_sources)', |
| 764 '<@(url_matcher_unittest_sources)', | 776 '<@(url_matcher_unittest_sources)', |
| 765 '<@(variations_unittest_sources)', | 777 '<@(variations_unittest_sources)', |
| 766 '<@(wallpaper_unittest_sources)', | 778 '<@(wallpaper_unittest_sources)', |
| 767 '<@(web_resource_unittest_sources)', | 779 '<@(web_resource_unittest_sources)', |
| 768 '<@(webdata_unittest_sources)', | 780 '<@(webdata_unittest_sources)', |
| 769 ], | 781 ], |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 864 'components.gyp:search', | 876 'components.gyp:search', |
| 865 'components.gyp:search_engines', | 877 'components.gyp:search_engines', |
| 866 'components.gyp:search_engines_test_support', | 878 'components.gyp:search_engines_test_support', |
| 867 'components.gyp:search_provider_logos', | 879 'components.gyp:search_provider_logos', |
| 868 'components.gyp:secure_display', | 880 'components.gyp:secure_display', |
| 869 'components.gyp:sessions_test_support', | 881 'components.gyp:sessions_test_support', |
| 870 'components.gyp:signin_core_browser', | 882 'components.gyp:signin_core_browser', |
| 871 'components.gyp:signin_core_browser_test_support', | 883 'components.gyp:signin_core_browser_test_support', |
| 872 'components.gyp:suggestions', | 884 'components.gyp:suggestions', |
| 873 'components.gyp:sync_driver_test_support', | 885 'components.gyp:sync_driver_test_support', |
| 886 'components.gyp:tracked', | |
| 874 'components.gyp:translate_core_browser', | 887 'components.gyp:translate_core_browser', |
| 875 'components.gyp:translate_core_common', | 888 'components.gyp:translate_core_common', |
| 876 'components.gyp:translate_core_language_detection', | 889 'components.gyp:translate_core_language_detection', |
| 877 'components.gyp:ui_zoom', | 890 'components.gyp:ui_zoom', |
| 878 'components.gyp:undo_component', | 891 'components.gyp:undo_component', |
| 879 'components.gyp:update_client', | 892 'components.gyp:update_client', |
| 880 'components.gyp:update_client_test_support', | 893 'components.gyp:update_client_test_support', |
| 881 'components.gyp:url_fixer', | 894 'components.gyp:url_fixer', |
| 882 'components.gyp:variations', | 895 'components.gyp:variations', |
| 883 'components.gyp:variations_http_provider', | 896 'components.gyp:variations_http_provider', |
| (...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1573 'invalidation/impl/android/junit/', | 1586 'invalidation/impl/android/junit/', |
| 1574 'policy/android/junit/' | 1587 'policy/android/junit/' |
| 1575 ], | 1588 ], |
| 1576 }, | 1589 }, |
| 1577 'includes': [ '../build/host_jar.gypi' ], | 1590 'includes': [ '../build/host_jar.gypi' ], |
| 1578 }, | 1591 }, |
| 1579 ], | 1592 ], |
| 1580 }], | 1593 }], |
| 1581 ], | 1594 ], |
| 1582 } | 1595 } |
| OLD | NEW |