Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Side by Side Diff: components/components_tests.gyp

Issue 1374773002: Componentize script to generate UI string overrides mapping. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-resources-index
Patch Set: Rebase and fix //components/variations:unit_tests build with gn Created 5 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/variations/service/BUILD.gn » ('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 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 'url_matcher/url_matcher_factory_unittest.cc', 712 'url_matcher/url_matcher_factory_unittest.cc',
713 'url_matcher/url_matcher_unittest.cc', 713 'url_matcher/url_matcher_unittest.cc',
714 ], 714 ],
715 'variations_unittest_sources': [ 715 'variations_unittest_sources': [
716 'variations/active_field_trials_unittest.cc', 716 'variations/active_field_trials_unittest.cc',
717 'variations/caching_permuted_entropy_provider_unittest.cc', 717 'variations/caching_permuted_entropy_provider_unittest.cc',
718 'variations/entropy_provider_unittest.cc', 718 'variations/entropy_provider_unittest.cc',
719 'variations/experiment_labels_unittest.cc', 719 'variations/experiment_labels_unittest.cc',
720 'variations/metrics_util_unittest.cc', 720 'variations/metrics_util_unittest.cc',
721 'variations/net/variations_http_header_provider_unittest.cc', 721 'variations/net/variations_http_header_provider_unittest.cc',
722 'variations/service/ui_string_overrider_unittest.cc',
722 'variations/service/variations_service_unittest.cc', 723 'variations/service/variations_service_unittest.cc',
723 'variations/study_filtering_unittest.cc', 724 'variations/study_filtering_unittest.cc',
724 'variations/variations_associated_data_unittest.cc', 725 'variations/variations_associated_data_unittest.cc',
725 'variations/variations_request_scheduler_mobile_unittest.cc', 726 'variations/variations_request_scheduler_mobile_unittest.cc',
726 'variations/variations_request_scheduler_unittest.cc', 727 'variations/variations_request_scheduler_unittest.cc',
727 'variations/variations_seed_processor_unittest.cc', 728 'variations/variations_seed_processor_unittest.cc',
728 'variations/variations_seed_simulator_unittest.cc', 729 'variations/variations_seed_simulator_unittest.cc',
729 'variations/variations_seed_store_unittest.cc', 730 'variations/variations_seed_store_unittest.cc',
730 ], 731 ],
731 'visitedlink_unittest_sources': [ 732 'visitedlink_unittest_sources': [
(...skipping 991 matching lines...) Expand 10 before | Expand all | Expand 10 after
1723 'dependencies': [ 1724 'dependencies': [
1724 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1725 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1725 ], 1726 ],
1726 }], 1727 }],
1727 ], 1728 ],
1728 }, 1729 },
1729 ], 1730 ],
1730 }], 1731 }],
1731 ], 1732 ],
1732 } 1733 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/variations/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698