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

Side by Side Diff: components/components_tests.gyp

Issue 1530133005: Refactor VariationsHttpHeaderProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing include to srt_fetcher_win.cc. Created 5 years 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/autofill/core/browser/autofill_download_manager.cc ('k') | components/feedback.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 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 'url_matcher/substring_set_matcher_unittest.cc', 791 'url_matcher/substring_set_matcher_unittest.cc',
792 'url_matcher/url_matcher_factory_unittest.cc', 792 'url_matcher/url_matcher_factory_unittest.cc',
793 'url_matcher/url_matcher_unittest.cc', 793 'url_matcher/url_matcher_unittest.cc',
794 ], 794 ],
795 'variations_unittest_sources': [ 795 'variations_unittest_sources': [
796 'variations/active_field_trials_unittest.cc', 796 'variations/active_field_trials_unittest.cc',
797 'variations/caching_permuted_entropy_provider_unittest.cc', 797 'variations/caching_permuted_entropy_provider_unittest.cc',
798 'variations/entropy_provider_unittest.cc', 798 'variations/entropy_provider_unittest.cc',
799 'variations/experiment_labels_unittest.cc', 799 'variations/experiment_labels_unittest.cc',
800 'variations/metrics_util_unittest.cc', 800 'variations/metrics_util_unittest.cc',
801 'variations/net/variations_http_header_provider_unittest.cc', 801 'variations/net/variations_http_headers_unittest.cc',
802 'variations/service/ui_string_overrider_unittest.cc', 802 'variations/service/ui_string_overrider_unittest.cc',
803 'variations/service/variations_service_unittest.cc', 803 'variations/service/variations_service_unittest.cc',
804 'variations/study_filtering_unittest.cc', 804 'variations/study_filtering_unittest.cc',
805 'variations/variations_associated_data_unittest.cc', 805 'variations/variations_associated_data_unittest.cc',
806 'variations/variations_http_header_provider_unittest.cc',
806 'variations/variations_request_scheduler_mobile_unittest.cc', 807 'variations/variations_request_scheduler_mobile_unittest.cc',
807 'variations/variations_request_scheduler_unittest.cc', 808 'variations/variations_request_scheduler_unittest.cc',
808 'variations/variations_seed_processor_unittest.cc', 809 'variations/variations_seed_processor_unittest.cc',
809 'variations/variations_seed_simulator_unittest.cc', 810 'variations/variations_seed_simulator_unittest.cc',
810 'variations/variations_seed_store_unittest.cc', 811 'variations/variations_seed_store_unittest.cc',
811 ], 812 ],
812 'visitedlink_unittest_sources': [ 813 'visitedlink_unittest_sources': [
813 'visitedlink/test/visitedlink_unittest.cc', 814 'visitedlink/test/visitedlink_unittest.cc',
814 ], 815 ],
815 'wallpaper_unittest_sources': [ 816 'wallpaper_unittest_sources': [
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1083 'components.gyp:translate_core_language_detection', 1084 'components.gyp:translate_core_language_detection',
1084 'components.gyp:ui_zoom', 1085 'components.gyp:ui_zoom',
1085 'components.gyp:undo_component', 1086 'components.gyp:undo_component',
1086 'components.gyp:update_client', 1087 'components.gyp:update_client',
1087 'components.gyp:update_client_test_support', 1088 'components.gyp:update_client_test_support',
1088 'components.gyp:upload_list', 1089 'components.gyp:upload_list',
1089 'components.gyp:url_matcher', 1090 'components.gyp:url_matcher',
1090 'components.gyp:user_prefs_tracked', 1091 'components.gyp:user_prefs_tracked',
1091 'components.gyp:user_prefs_tracked_test_support', 1092 'components.gyp:user_prefs_tracked_test_support',
1092 'components.gyp:variations', 1093 'components.gyp:variations',
1093 'components.gyp:variations_http_provider', 1094 'components.gyp:variations_net',
1094 'components.gyp:variations_service', 1095 'components.gyp:variations_service',
1095 'components.gyp:version_info', 1096 'components.gyp:version_info',
1096 'components.gyp:web_resource', 1097 'components.gyp:web_resource',
1097 'components.gyp:web_resource_test_support', 1098 'components.gyp:web_resource_test_support',
1098 'components_resources.gyp:components_resources', 1099 'components_resources.gyp:components_resources',
1099 'components_strings.gyp:components_strings', 1100 'components_strings.gyp:components_strings',
1100 'components_tests_pak', 1101 'components_tests_pak',
1101 'mime_util/mime_util.gyp:mime_util', 1102 'mime_util/mime_util.gyp:mime_util',
1102 'url_formatter/url_formatter.gyp:url_formatter', 1103 'url_formatter/url_formatter.gyp:url_formatter',
1103 ], 1104 ],
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 'dependencies': [ 1877 'dependencies': [
1877 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1878 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1878 ], 1879 ],
1879 }], 1880 }],
1880 ], 1881 ],
1881 }, 1882 },
1882 ], 1883 ],
1883 }], 1884 }],
1884 ], 1885 ],
1885 } 1886 }
OLDNEW
« no previous file with comments | « components/autofill/core/browser/autofill_download_manager.cc ('k') | components/feedback.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698