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

Side by Side Diff: components/components_tests.gyp

Issue 668863002: [Clean up] Move VariationsHttpHeaderProvider into a subdirectory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN variations:unit_tests build Created 6 years, 2 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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'url_matcher/regex_set_matcher_unittest.cc', 244 'url_matcher/regex_set_matcher_unittest.cc',
245 'url_matcher/string_pattern_unittest.cc', 245 'url_matcher/string_pattern_unittest.cc',
246 'url_matcher/substring_set_matcher_unittest.cc', 246 'url_matcher/substring_set_matcher_unittest.cc',
247 'url_matcher/url_matcher_factory_unittest.cc', 247 'url_matcher/url_matcher_factory_unittest.cc',
248 'url_matcher/url_matcher_unittest.cc', 248 'url_matcher/url_matcher_unittest.cc',
249 'url_fixer/url_fixer_unittest.cc', 249 'url_fixer/url_fixer_unittest.cc',
250 'variations/active_field_trials_unittest.cc', 250 'variations/active_field_trials_unittest.cc',
251 'variations/caching_permuted_entropy_provider_unittest.cc', 251 'variations/caching_permuted_entropy_provider_unittest.cc',
252 'variations/entropy_provider_unittest.cc', 252 'variations/entropy_provider_unittest.cc',
253 'variations/metrics_util_unittest.cc', 253 'variations/metrics_util_unittest.cc',
254 'variations/net/variations_http_header_provider_unittest.cc',
254 'variations/study_filtering_unittest.cc', 255 'variations/study_filtering_unittest.cc',
255 'variations/variations_associated_data_unittest.cc', 256 'variations/variations_associated_data_unittest.cc',
256 'variations/variations_http_header_provider_unittest.cc',
257 'variations/variations_seed_processor_unittest.cc', 257 'variations/variations_seed_processor_unittest.cc',
258 'variations/variations_seed_simulator_unittest.cc', 258 'variations/variations_seed_simulator_unittest.cc',
259 'visitedlink/test/visitedlink_unittest.cc', 259 'visitedlink/test/visitedlink_unittest.cc',
260 'web_cache/browser/web_cache_manager_unittest.cc', 260 'web_cache/browser/web_cache_manager_unittest.cc',
261 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 261 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
262 'webdata/common/web_database_migration_unittest.cc', 262 'webdata/common/web_database_migration_unittest.cc',
263 ], 263 ],
264 'include_dirs': [ 264 'include_dirs': [
265 '..', 265 '..',
266 ], 266 ],
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 'dependencies': [ 983 'dependencies': [
984 '../base/allocator/allocator.gyp:allocator', 984 '../base/allocator/allocator.gyp:allocator',
985 ], 985 ],
986 }], 986 }],
987 ], 987 ],
988 }, 988 },
989 ], 989 ],
990 }], 990 }],
991 ], 991 ],
992 } 992 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698