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

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: Rebased 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
« no previous file with comments | « components/BUILD.gn ('k') | components/user_prefs.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 ], 447 ],
448 'power_unittest_sources': [ 448 'power_unittest_sources': [
449 'power/origin_power_map_unittest.cc', 449 'power/origin_power_map_unittest.cc',
450 ], 450 ],
451 'precache_unittest_sources': [ 451 'precache_unittest_sources': [
452 'precache/content/precache_manager_unittest.cc', 452 'precache/content/precache_manager_unittest.cc',
453 'precache/core/precache_database_unittest.cc', 453 'precache/core/precache_database_unittest.cc',
454 'precache/core/precache_fetcher_unittest.cc', 454 'precache/core/precache_fetcher_unittest.cc',
455 'precache/core/precache_url_table_unittest.cc', 455 'precache/core/precache_url_table_unittest.cc',
456 ], 456 ],
457 'user_prefs_unittest_sources': [
458 'user_prefs/tracked/device_id_unittest.cc',
459 'user_prefs/tracked/pref_hash_calculator_unittest.cc',
460 'user_prefs/tracked/pref_hash_filter_unittest.cc',
461 'user_prefs/tracked/pref_hash_store_impl_unittest.cc',
462 'user_prefs/tracked/pref_service_hash_store_contents_unittest.cc',
463 'user_prefs/tracked/segregated_pref_store_unittest.cc',
464 'user_prefs/tracked/tracked_preferences_migration_unittest.cc',
465 ],
457 'proximity_auth_unittest_sources': [ 466 'proximity_auth_unittest_sources': [
458 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c c', 467 'proximity_auth/ble/bluetooth_low_energy_characteristics_finder_unittest.c c',
459 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc', 468 'proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc',
460 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc', 469 'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc',
461 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc', 470 'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc',
462 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc', 471 'proximity_auth/ble/proximity_auth_ble_system_unittest.cc',
463 'proximity_auth/bluetooth_connection_finder_unittest.cc', 472 'proximity_auth/bluetooth_connection_finder_unittest.cc',
464 'proximity_auth/bluetooth_connection_unittest.cc', 473 'proximity_auth/bluetooth_connection_unittest.cc',
465 'proximity_auth/bluetooth_throttler_impl_unittest.cc', 474 'proximity_auth/bluetooth_throttler_impl_unittest.cc',
466 'proximity_auth/client_impl_unittest.cc', 475 'proximity_auth/client_impl_unittest.cc',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 '<@(sessions_unittest_sources)', 773 '<@(sessions_unittest_sources)',
765 '<@(signin_unittest_sources)', 774 '<@(signin_unittest_sources)',
766 '<@(suggestions_unittest_sources)', 775 '<@(suggestions_unittest_sources)',
767 '<@(sync_driver_unittest_sources)', 776 '<@(sync_driver_unittest_sources)',
768 '<@(translate_unittest_sources)', 777 '<@(translate_unittest_sources)',
769 '<@(undo_unittest_sources)', 778 '<@(undo_unittest_sources)',
770 '<@(update_client_unittest_sources)', 779 '<@(update_client_unittest_sources)',
771 '<@(upload_list_unittest_sources)', 780 '<@(upload_list_unittest_sources)',
772 '<@(url_formatter_unittest_sources)', 781 '<@(url_formatter_unittest_sources)',
773 '<@(url_matcher_unittest_sources)', 782 '<@(url_matcher_unittest_sources)',
783 '<@(user_prefs_unittest_sources)',
774 '<@(variations_unittest_sources)', 784 '<@(variations_unittest_sources)',
775 '<@(wallpaper_unittest_sources)', 785 '<@(wallpaper_unittest_sources)',
776 '<@(web_resource_unittest_sources)', 786 '<@(web_resource_unittest_sources)',
777 '<@(webdata_unittest_sources)', 787 '<@(webdata_unittest_sources)',
778 ], 788 ],
779 'include_dirs': [ 789 'include_dirs': [
780 '..', 790 '..',
781 ], 791 ],
782 'dependencies': [ 792 'dependencies': [
783 '../base/base.gyp:base', 793 '../base/base.gyp:base',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'components.gyp:suggestions', 889 'components.gyp:suggestions',
880 'components.gyp:sync_driver_test_support', 890 'components.gyp:sync_driver_test_support',
881 'components.gyp:translate_core_browser', 891 'components.gyp:translate_core_browser',
882 'components.gyp:translate_core_common', 892 'components.gyp:translate_core_common',
883 'components.gyp:translate_core_language_detection', 893 'components.gyp:translate_core_language_detection',
884 'components.gyp:ui_zoom', 894 'components.gyp:ui_zoom',
885 'components.gyp:undo_component', 895 'components.gyp:undo_component',
886 'components.gyp:update_client', 896 'components.gyp:update_client',
887 'components.gyp:update_client_test_support', 897 'components.gyp:update_client_test_support',
888 'components.gyp:upload_list', 898 'components.gyp:upload_list',
899 'components.gyp:user_prefs_tracked',
900 'components.gyp:user_prefs_tracked_test_support',
889 'components.gyp:variations', 901 'components.gyp:variations',
890 'components.gyp:variations_http_provider', 902 'components.gyp:variations_http_provider',
891 'components.gyp:wallpaper', 903 'components.gyp:wallpaper',
892 'components.gyp:web_resource', 904 'components.gyp:web_resource',
893 'components.gyp:web_resource_test_support', 905 'components.gyp:web_resource_test_support',
894 'components_resources.gyp:components_resources', 906 'components_resources.gyp:components_resources',
895 'components_strings.gyp:components_strings', 907 'components_strings.gyp:components_strings',
896 'components_tests_pak', 908 'components_tests_pak',
897 'mime_util/mime_util.gyp:mime_util', 909 'mime_util/mime_util.gyp:mime_util',
898 'url_formatter/url_formatter.gyp:url_formatter', 910 'url_formatter/url_formatter.gyp:url_formatter',
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1583 'invalidation/impl/android/junit/', 1595 'invalidation/impl/android/junit/',
1584 'policy/android/junit/' 1596 'policy/android/junit/'
1585 ], 1597 ],
1586 }, 1598 },
1587 'includes': [ '../build/host_jar.gypi' ], 1599 'includes': [ '../build/host_jar.gypi' ],
1588 }, 1600 },
1589 ], 1601 ],
1590 }], 1602 }],
1591 ], 1603 ],
1592 } 1604 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/user_prefs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698