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

Side by Side Diff: components/components_tests.gyp

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes following rebase Created 5 years, 6 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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 'update_client/ping_manager_unittest.cc', 569 'update_client/ping_manager_unittest.cc',
570 'update_client/request_sender_unittest.cc', 570 'update_client/request_sender_unittest.cc',
571 'update_client/update_checker_unittest.cc', 571 'update_client/update_checker_unittest.cc',
572 'update_client/update_client_unittest.cc', 572 'update_client/update_client_unittest.cc',
573 'update_client/update_query_params_unittest.cc', 573 'update_client/update_query_params_unittest.cc',
574 'update_client/update_response_unittest.cc', 574 'update_client/update_response_unittest.cc',
575 ], 575 ],
576 'url_fixer_unittest_sources': [ 576 'url_fixer_unittest_sources': [
577 'url_fixer/url_fixer_unittest.cc', 577 'url_fixer/url_fixer_unittest.cc',
578 ], 578 ],
579 'url_formatter_unittest_sources': [
580 'url_formatter/url_formatter.cc',
581 ],
579 'url_matcher_unittest_sources': [ 582 'url_matcher_unittest_sources': [
580 'url_matcher/regex_set_matcher_unittest.cc', 583 'url_matcher/regex_set_matcher_unittest.cc',
581 'url_matcher/string_pattern_unittest.cc', 584 'url_matcher/string_pattern_unittest.cc',
582 'url_matcher/substring_set_matcher_unittest.cc', 585 'url_matcher/substring_set_matcher_unittest.cc',
583 'url_matcher/url_matcher_factory_unittest.cc', 586 'url_matcher/url_matcher_factory_unittest.cc',
584 'url_matcher/url_matcher_unittest.cc', 587 'url_matcher/url_matcher_unittest.cc',
585 ], 588 ],
586 'variations_unittest_sources': [ 589 'variations_unittest_sources': [
587 'variations/active_field_trials_unittest.cc', 590 'variations/active_field_trials_unittest.cc',
588 'variations/caching_permuted_entropy_provider_unittest.cc', 591 'variations/caching_permuted_entropy_provider_unittest.cc',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 '<@(search_unittest_sources)', 707 '<@(search_unittest_sources)',
705 '<@(search_provider_logos_unittest_sources)', 708 '<@(search_provider_logos_unittest_sources)',
706 '<@(sessions_unittest_sources)', 709 '<@(sessions_unittest_sources)',
707 '<@(signin_unittest_sources)', 710 '<@(signin_unittest_sources)',
708 '<@(suggestions_unittest_sources)', 711 '<@(suggestions_unittest_sources)',
709 '<@(sync_driver_unittest_sources)', 712 '<@(sync_driver_unittest_sources)',
710 '<@(translate_unittest_sources)', 713 '<@(translate_unittest_sources)',
711 '<@(undo_unittest_sources)', 714 '<@(undo_unittest_sources)',
712 '<@(update_client_unittest_sources)', 715 '<@(update_client_unittest_sources)',
713 '<@(url_fixer_unittest_sources)', 716 '<@(url_fixer_unittest_sources)',
717 '<@(url_formatter_unittest_sources)',
714 '<@(url_matcher_unittest_sources)', 718 '<@(url_matcher_unittest_sources)',
715 '<@(variations_unittest_sources)', 719 '<@(variations_unittest_sources)',
716 '<@(wallpaper_unittest_sources)', 720 '<@(wallpaper_unittest_sources)',
717 '<@(web_resource_unittest_sources)', 721 '<@(web_resource_unittest_sources)',
718 '<@(webdata_unittest_sources)', 722 '<@(webdata_unittest_sources)',
719 ], 723 ],
720 'include_dirs': [ 724 'include_dirs': [
721 '..', 725 '..',
722 ], 726 ],
723 'dependencies': [ 727 'dependencies': [
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 'components.gyp:suggestions', 822 'components.gyp:suggestions',
819 'components.gyp:sync_driver_test_support', 823 'components.gyp:sync_driver_test_support',
820 'components.gyp:translate_core_browser', 824 'components.gyp:translate_core_browser',
821 'components.gyp:translate_core_common', 825 'components.gyp:translate_core_common',
822 'components.gyp:translate_core_language_detection', 826 'components.gyp:translate_core_language_detection',
823 'components.gyp:ui_zoom', 827 'components.gyp:ui_zoom',
824 'components.gyp:undo_component', 828 'components.gyp:undo_component',
825 'components.gyp:update_client', 829 'components.gyp:update_client',
826 'components.gyp:update_client_test_support', 830 'components.gyp:update_client_test_support',
827 'components.gyp:url_fixer', 831 'components.gyp:url_fixer',
832 'components.gyp:url_formatter',
828 'components.gyp:variations', 833 'components.gyp:variations',
829 'components.gyp:variations_http_provider', 834 'components.gyp:variations_http_provider',
830 'components.gyp:wallpaper', 835 'components.gyp:wallpaper',
831 'components.gyp:web_resource', 836 'components.gyp:web_resource',
832 'components.gyp:web_resource_test_support', 837 'components.gyp:web_resource_test_support',
833 'components_resources.gyp:components_resources', 838 'components_resources.gyp:components_resources',
834 'components_strings.gyp:components_strings', 839 'components_strings.gyp:components_strings',
835 'components_tests_pak', 840 'components_tests_pak',
836 'mime_util/mime_util.gyp:mime_util', 841 'mime_util/mime_util.gyp:mime_util',
837 ], 842 ],
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1462 ], 1467 ],
1463 'variables': { 1468 'variables': {
1464 'test_suite_name': 'components_unittests', 1469 'test_suite_name': 'components_unittests',
1465 }, 1470 },
1466 'includes': [ '../build/apk_test.gypi' ], 1471 'includes': [ '../build/apk_test.gypi' ],
1467 }, 1472 },
1468 ], 1473 ],
1469 }], 1474 }],
1470 ], 1475 ],
1471 } 1476 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698