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

Side by Side Diff: components/components_tests.gyp

Issue 1271123003: Componentize VariationsSeedStore and its unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@componentize_variations_prefs
Patch Set: Rebase 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 | « chrome/chrome_tests_unit.gypi ('k') | components/variations.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 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'variations/entropy_provider_unittest.cc', 666 'variations/entropy_provider_unittest.cc',
667 'variations/experiment_labels_unittest.cc', 667 'variations/experiment_labels_unittest.cc',
668 'variations/metrics_util_unittest.cc', 668 'variations/metrics_util_unittest.cc',
669 'variations/net/variations_http_header_provider_unittest.cc', 669 'variations/net/variations_http_header_provider_unittest.cc',
670 'variations/study_filtering_unittest.cc', 670 'variations/study_filtering_unittest.cc',
671 'variations/variations_associated_data_unittest.cc', 671 'variations/variations_associated_data_unittest.cc',
672 'variations/variations_request_scheduler_mobile_unittest.cc', 672 'variations/variations_request_scheduler_mobile_unittest.cc',
673 'variations/variations_request_scheduler_unittest.cc', 673 'variations/variations_request_scheduler_unittest.cc',
674 'variations/variations_seed_processor_unittest.cc', 674 'variations/variations_seed_processor_unittest.cc',
675 'variations/variations_seed_simulator_unittest.cc', 675 'variations/variations_seed_simulator_unittest.cc',
676 'variations/variations_seed_store_unittest.cc',
676 ], 677 ],
677 'visitedlink_unittest_sources': [ 678 'visitedlink_unittest_sources': [
678 'visitedlink/test/visitedlink_unittest.cc', 679 'visitedlink/test/visitedlink_unittest.cc',
679 ], 680 ],
680 'wallpaper_unittest_sources': [ 681 'wallpaper_unittest_sources': [
681 'wallpaper/wallpaper_resizer_unittest.cc', 682 'wallpaper/wallpaper_resizer_unittest.cc',
682 ], 683 ],
683 'web_cache_unittest_sources': [ 684 'web_cache_unittest_sources': [
684 'web_cache/browser/web_cache_manager_unittest.cc', 685 'web_cache/browser/web_cache_manager_unittest.cc',
685 ], 686 ],
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1614 'invalidation/impl/android/junit/', 1615 'invalidation/impl/android/junit/',
1615 'policy/android/junit/' 1616 'policy/android/junit/'
1616 ], 1617 ],
1617 }, 1618 },
1618 'includes': [ '../build/host_jar.gypi' ], 1619 'includes': [ '../build/host_jar.gypi' ],
1619 }, 1620 },
1620 ], 1621 ],
1621 }], 1622 }],
1622 ], 1623 ],
1623 } 1624 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/variations.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698