| 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 'user_prefs_unittest_sources': [ |
| 454 'user_prefs/tracked/device_id_unittest.cc', |
| 455 'user_prefs/tracked/pref_hash_calculator_unittest.cc', |
| 456 'user_prefs/tracked/pref_hash_filter_unittest.cc', |
| 457 'user_prefs/tracked/pref_hash_store_impl_unittest.cc', |
| 458 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc', |
| 459 'user_prefs/tracked/segregated_pref_store_unittest.cc', |
| 460 'user_prefs/tracked/tracked_preferences_migration_unittest.cc', |
| 461 ], |
| 453 'proximity_auth_unittest_sources': [ | 462 'proximity_auth_unittest_sources': [ |
| 454 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c
c', | 463 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c
c', |
| 455 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', | 464 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', |
| 456 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', | 465 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', |
| 457 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', | 466 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', |
| 458 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc', | 467 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc', |
| 459 'proximity_auth/bluetooth_connection_finder_unittest.cc', | 468 'proximity_auth/bluetooth_connection_finder_unittest.cc', |
| 460 'proximity_auth/bluetooth_connection_unittest.cc', | 469 'proximity_auth/bluetooth_connection_unittest.cc', |
| 461 'proximity_auth/bluetooth_throttler_impl_unittest.cc', | 470 'proximity_auth/bluetooth_throttler_impl_unittest.cc', |
| 462 'proximity_auth/client_impl_unittest.cc', | 471 'proximity_auth/client_impl_unittest.cc', |
| (...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 755 '<@(secure_display_unittest_sources)', | 764 '<@(secure_display_unittest_sources)', |
| 756 '<@(sessions_unittest_sources)', | 765 '<@(sessions_unittest_sources)', |
| 757 '<@(signin_unittest_sources)', | 766 '<@(signin_unittest_sources)', |
| 758 '<@(suggestions_unittest_sources)', | 767 '<@(suggestions_unittest_sources)', |
| 759 '<@(sync_driver_unittest_sources)', | 768 '<@(sync_driver_unittest_sources)', |
| 760 '<@(translate_unittest_sources)', | 769 '<@(translate_unittest_sources)', |
| 761 '<@(undo_unittest_sources)', | 770 '<@(undo_unittest_sources)', |
| 762 '<@(update_client_unittest_sources)', | 771 '<@(update_client_unittest_sources)', |
| 763 '<@(url_fixer_unittest_sources)', | 772 '<@(url_fixer_unittest_sources)', |
| 764 '<@(url_matcher_unittest_sources)', | 773 '<@(url_matcher_unittest_sources)', |
| 774 '<@(user_prefs_unittest_sources)', |
| 765 '<@(variations_unittest_sources)', | 775 '<@(variations_unittest_sources)', |
| 766 '<@(wallpaper_unittest_sources)', | 776 '<@(wallpaper_unittest_sources)', |
| 767 '<@(web_resource_unittest_sources)', | 777 '<@(web_resource_unittest_sources)', |
| 768 '<@(webdata_unittest_sources)', | 778 '<@(webdata_unittest_sources)', |
| 769 ], | 779 ], |
| 770 'include_dirs': [ | 780 'include_dirs': [ |
| 771 '..', | 781 '..', |
| 772 ], | 782 ], |
| 773 'dependencies': [ | 783 'dependencies': [ |
| 774 '../base/base.gyp:base', | 784 '../base/base.gyp:base', |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 872 'components.gyp:suggestions', | 882 'components.gyp:suggestions', |
| 873 'components.gyp:sync_driver_test_support', | 883 'components.gyp:sync_driver_test_support', |
| 874 'components.gyp:translate_core_browser', | 884 'components.gyp:translate_core_browser', |
| 875 'components.gyp:translate_core_common', | 885 'components.gyp:translate_core_common', |
| 876 'components.gyp:translate_core_language_detection', | 886 'components.gyp:translate_core_language_detection', |
| 877 'components.gyp:ui_zoom', | 887 'components.gyp:ui_zoom', |
| 878 'components.gyp:undo_component', | 888 'components.gyp:undo_component', |
| 879 'components.gyp:update_client', | 889 'components.gyp:update_client', |
| 880 'components.gyp:update_client_test_support', | 890 'components.gyp:update_client_test_support', |
| 881 'components.gyp:url_fixer', | 891 'components.gyp:url_fixer', |
| 892 'components.gyp:user_prefs_tracked', |
| 893 'components.gyp:user_prefs_tracked_test_support', |
| 882 'components.gyp:variations', | 894 'components.gyp:variations', |
| 883 'components.gyp:variations_http_provider', | 895 'components.gyp:variations_http_provider', |
| 884 'components.gyp:wallpaper', | 896 'components.gyp:wallpaper', |
| 885 'components.gyp:web_resource', | 897 'components.gyp:web_resource', |
| 886 'components.gyp:web_resource_test_support', | 898 'components.gyp:web_resource_test_support', |
| 887 'components_resources.gyp:components_resources', | 899 'components_resources.gyp:components_resources', |
| 888 'components_strings.gyp:components_strings', | 900 'components_strings.gyp:components_strings', |
| 889 'components_tests_pak', | 901 'components_tests_pak', |
| 890 'mime_util/mime_util.gyp:mime_util', | 902 'mime_util/mime_util.gyp:mime_util', |
| 891 ], | 903 ], |
| (...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1573 'invalidation/impl/android/junit/', | 1585 'invalidation/impl/android/junit/', |
| 1574 'policy/android/junit/' | 1586 'policy/android/junit/' |
| 1575 ], | 1587 ], |
| 1576 }, | 1588 }, |
| 1577 'includes': [ '../build/host_jar.gypi' ], | 1589 'includes': [ '../build/host_jar.gypi' ], |
| 1578 }, | 1590 }, |
| 1579 ], | 1591 ], |
| 1580 }], | 1592 }], |
| 1581 ], | 1593 ], |
| 1582 } | 1594 } |
| OLD | NEW |