Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(574)

Side by Side Diff: components/components_tests.gyp

Issue 1227973003: Componentize //chrome/browser/prefs/tracked. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error for win_chromium_gn_x64_rel Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 ], 446 ],
447 'power_unittest_sources': [ 447 'power_unittest_sources': [
448 'power/origin_power_map_unittest.cc', 448 'power/origin_power_map_unittest.cc',
449 ], 449 ],
450 'precache_unittest_sources': [ 450 'precache_unittest_sources': [
451 'precache/content/precache_manager_unittest.cc', 451 'precache/content/precache_manager_unittest.cc',
452 'precache/core/precache_database_unittest.cc', 452 'precache/core/precache_database_unittest.cc',
453 'precache/core/precache_fetcher_unittest.cc', 453 'precache/core/precache_fetcher_unittest.cc',
454 'precache/core/precache_url_table_unittest.cc', 454 'precache/core/precache_url_table_unittest.cc',
455 ], 455 ],
456 'user_prefs_unittest_sources': [
457 'user_prefs/tracked/device_id_unittest.cc',
458 'user_prefs/tracked/pref_hash_calculator_unittest.cc',
459 'user_prefs/tracked/pref_hash_filter_unittest.cc',
460 'user_prefs/tracked/pref_hash_store_impl_unittest.cc',
461 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc',
462 'user_prefs/tracked/segregated_pref_store_unittest.cc',
463 'user_prefs/tracked/tracked_preferences_migration_unittest.cc',
464 ],
456 'proximity_auth_unittest_sources': [ 465 'proximity_auth_unittest_sources': [
457 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c c', 466 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c c',
458 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', 467 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc',
459 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', 468 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc',
460 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', 469 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc',
461 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc', 470 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc',
462 'proximity_auth/bluetooth_connection_finder_unittest.cc', 471 'proximity_auth/bluetooth_connection_finder_unittest.cc',
463 'proximity_auth/bluetooth_connection_unittest.cc', 472 'proximity_auth/bluetooth_connection_unittest.cc',
464 'proximity_auth/bluetooth_throttler_impl_unittest.cc', 473 'proximity_auth/bluetooth_throttler_impl_unittest.cc',
465 'proximity_auth/client_impl_unittest.cc', 474 'proximity_auth/client_impl_unittest.cc',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 '<@(secure_display_unittest_sources)', 769 '<@(secure_display_unittest_sources)',
761 '<@(sessions_unittest_sources)', 770 '<@(sessions_unittest_sources)',
762 '<@(signin_unittest_sources)', 771 '<@(signin_unittest_sources)',
763 '<@(suggestions_unittest_sources)', 772 '<@(suggestions_unittest_sources)',
764 '<@(sync_driver_unittest_sources)', 773 '<@(sync_driver_unittest_sources)',
765 '<@(translate_unittest_sources)', 774 '<@(translate_unittest_sources)',
766 '<@(undo_unittest_sources)', 775 '<@(undo_unittest_sources)',
767 '<@(update_client_unittest_sources)', 776 '<@(update_client_unittest_sources)',
768 '<@(url_fixer_unittest_sources)', 777 '<@(url_fixer_unittest_sources)',
769 '<@(url_matcher_unittest_sources)', 778 '<@(url_matcher_unittest_sources)',
779 '<@(user_prefs_unittest_sources)',
770 '<@(variations_unittest_sources)', 780 '<@(variations_unittest_sources)',
771 '<@(wallpaper_unittest_sources)', 781 '<@(wallpaper_unittest_sources)',
772 '<@(web_resource_unittest_sources)', 782 '<@(web_resource_unittest_sources)',
773 '<@(webdata_unittest_sources)', 783 '<@(webdata_unittest_sources)',
774 ], 784 ],
775 'include_dirs': [ 785 'include_dirs': [
776 '..', 786 '..',
777 ], 787 ],
778 'dependencies': [ 788 'dependencies': [
779 '../base/base.gyp:base', 789 '../base/base.gyp:base',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
875 'components.gyp:suggestions', 885 'components.gyp:suggestions',
876 'components.gyp:sync_driver_test_support', 886 'components.gyp:sync_driver_test_support',
877 'components.gyp:translate_core_browser', 887 'components.gyp:translate_core_browser',
878 'components.gyp:translate_core_common', 888 'components.gyp:translate_core_common',
879 'components.gyp:translate_core_language_detection', 889 'components.gyp:translate_core_language_detection',
880 'components.gyp:ui_zoom', 890 'components.gyp:ui_zoom',
881 'components.gyp:undo_component', 891 'components.gyp:undo_component',
882 'components.gyp:update_client', 892 'components.gyp:update_client',
883 'components.gyp:update_client_test_support', 893 'components.gyp:update_client_test_support',
884 'components.gyp:url_fixer', 894 'components.gyp:url_fixer',
895 'components.gyp:user_prefs_tracked',
896 'components.gyp:user_prefs_tracked_test_support',
885 'components.gyp:variations', 897 'components.gyp:variations',
886 'components.gyp:variations_http_provider', 898 'components.gyp:variations_http_provider',
887 'components.gyp:wallpaper', 899 'components.gyp:wallpaper',
888 'components.gyp:web_resource', 900 'components.gyp:web_resource',
889 'components.gyp:web_resource_test_support', 901 'components.gyp:web_resource_test_support',
890 'components_resources.gyp:components_resources', 902 'components_resources.gyp:components_resources',
891 'components_strings.gyp:components_strings', 903 'components_strings.gyp:components_strings',
892 'components_tests_pak', 904 'components_tests_pak',
893 'mime_util/mime_util.gyp:mime_util', 905 'mime_util/mime_util.gyp:mime_util',
894 ], 906 ],
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
1578 'invalidation/impl/android/junit/', 1590 'invalidation/impl/android/junit/',
1579 'policy/android/junit/' 1591 'policy/android/junit/'
1580 ], 1592 ],
1581 }, 1593 },
1582 'includes': [ '../build/host_jar.gypi' ], 1594 'includes': [ '../build/host_jar.gypi' ],
1583 }, 1595 },
1584 ], 1596 ],
1585 }], 1597 }],
1586 ], 1598 ],
1587 } 1599 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/user_prefs.gypi » ('j') | components/user_prefs.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698