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

Side by Side Diff: components/components_tests.gyp

Issue 1221033002: Add proxy_config component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update copyrights Created 5 years, 5 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 | « components/components.gyp ('k') | components/proxy_config.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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'proximity_auth/cryptauth/cryptauth_enrollment_manager_unittest.cc', 457 'proximity_auth/cryptauth/cryptauth_enrollment_manager_unittest.cc',
458 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc', 458 'proximity_auth/cryptauth/fake_secure_message_delegate_unittest.cc',
459 'proximity_auth/cryptauth/sync_scheduler_impl_unittest.cc', 459 'proximity_auth/cryptauth/sync_scheduler_impl_unittest.cc',
460 'proximity_auth/logging/logging_unittest.cc', 460 'proximity_auth/logging/logging_unittest.cc',
461 'proximity_auth/proximity_monitor_impl_unittest.cc', 461 'proximity_auth/proximity_monitor_impl_unittest.cc',
462 'proximity_auth/proximity_auth_system_unittest.cc', 462 'proximity_auth/proximity_auth_system_unittest.cc',
463 'proximity_auth/remote_status_update_unittest.cc', 463 'proximity_auth/remote_status_update_unittest.cc',
464 'proximity_auth/throttled_bluetooth_connection_finder_unittest.cc', 464 'proximity_auth/throttled_bluetooth_connection_finder_unittest.cc',
465 'proximity_auth/wire_message_unittest.cc', 465 'proximity_auth/wire_message_unittest.cc',
466 ], 466 ],
467 'proxy_config_unittest_sources': [
468 'proxy_config/proxy_config_dictionary_unittest.cc',
469 'proxy_config/proxy_prefs_unittest.cc',
470 ],
467 'query_parser_unittest_sources': [ 471 'query_parser_unittest_sources': [
468 'query_parser/query_parser_unittest.cc', 472 'query_parser/query_parser_unittest.cc',
469 'query_parser/snippet_unittest.cc', 473 'query_parser/snippet_unittest.cc',
470 ], 474 ],
471 'rappor_unittest_sources': [ 475 'rappor_unittest_sources': [
472 'rappor/bloom_filter_unittest.cc', 476 'rappor/bloom_filter_unittest.cc',
473 'rappor/byte_vector_utils_unittest.cc', 477 'rappor/byte_vector_utils_unittest.cc',
474 'rappor/log_uploader_unittest.cc', 478 'rappor/log_uploader_unittest.cc',
475 'rappor/rappor_metric_unittest.cc', 479 'rappor/rappor_metric_unittest.cc',
476 'rappor/rappor_prefs_unittest.cc', 480 'rappor/rappor_prefs_unittest.cc',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 '<@(login_unittest_sources)', 708 '<@(login_unittest_sources)',
705 '<@(metrics_unittest_sources)', 709 '<@(metrics_unittest_sources)',
706 '<@(mime_util_unittest_sources)', 710 '<@(mime_util_unittest_sources)',
707 '<@(network_time_unittest_sources)', 711 '<@(network_time_unittest_sources)',
708 '<@(offline_page_unittest_sources)', 712 '<@(offline_page_unittest_sources)',
709 '<@(omnibox_unittest_sources)', 713 '<@(omnibox_unittest_sources)',
710 '<@(os_crypt_unittest_sources)', 714 '<@(os_crypt_unittest_sources)',
711 '<@(packed_ct_ev_whitelist_unittest_sources)', 715 '<@(packed_ct_ev_whitelist_unittest_sources)',
712 '<@(password_manager_unittest_sources)', 716 '<@(password_manager_unittest_sources)',
713 '<@(precache_unittest_sources)', 717 '<@(precache_unittest_sources)',
718 '<@(proxy_config_unittest_sources)',
714 '<@(query_parser_unittest_sources)', 719 '<@(query_parser_unittest_sources)',
715 '<@(rappor_unittest_sources)', 720 '<@(rappor_unittest_sources)',
716 '<@(search_unittest_sources)', 721 '<@(search_unittest_sources)',
717 '<@(search_provider_logos_unittest_sources)', 722 '<@(search_provider_logos_unittest_sources)',
718 '<@(sessions_unittest_sources)', 723 '<@(sessions_unittest_sources)',
719 '<@(signin_unittest_sources)', 724 '<@(signin_unittest_sources)',
720 '<@(suggestions_unittest_sources)', 725 '<@(suggestions_unittest_sources)',
721 '<@(sync_driver_unittest_sources)', 726 '<@(sync_driver_unittest_sources)',
722 '<@(translate_unittest_sources)', 727 '<@(translate_unittest_sources)',
723 '<@(undo_unittest_sources)', 728 '<@(undo_unittest_sources)',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 'components.gyp:offline_pages', 816 'components.gyp:offline_pages',
812 'components.gyp:omnibox', 817 'components.gyp:omnibox',
813 'components.gyp:omnibox_test_support', 818 'components.gyp:omnibox_test_support',
814 'components.gyp:os_crypt', 819 'components.gyp:os_crypt',
815 'components.gyp:packed_ct_ev_whitelist', 820 'components.gyp:packed_ct_ev_whitelist',
816 'components.gyp:password_manager_core_browser', 821 'components.gyp:password_manager_core_browser',
817 'components.gyp:password_manager_core_browser', 822 'components.gyp:password_manager_core_browser',
818 'components.gyp:password_manager_core_browser_test_support', 823 'components.gyp:password_manager_core_browser_test_support',
819 'components.gyp:precache_core', 824 'components.gyp:precache_core',
820 'components.gyp:pref_registry_test_support', 825 'components.gyp:pref_registry_test_support',
826 'components.gyp:proxy_config',
821 'components.gyp:query_parser', 827 'components.gyp:query_parser',
822 'components.gyp:rappor', 828 'components.gyp:rappor',
823 'components.gyp:rappor_test_support', 829 'components.gyp:rappor_test_support',
824 'components.gyp:search', 830 'components.gyp:search',
825 'components.gyp:search_engines', 831 'components.gyp:search_engines',
826 'components.gyp:search_engines_test_support', 832 'components.gyp:search_engines_test_support',
827 'components.gyp:search_provider_logos', 833 'components.gyp:search_provider_logos',
828 'components.gyp:sessions_test_support', 834 'components.gyp:sessions_test_support',
829 'components.gyp:signin_core_browser', 835 'components.gyp:signin_core_browser',
830 'components.gyp:signin_core_browser_test_support', 836 'components.gyp:signin_core_browser_test_support',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
1490 ], 1496 ],
1491 'variables': { 1497 'variables': {
1492 'test_suite_name': 'components_unittests', 1498 'test_suite_name': 'components_unittests',
1493 }, 1499 },
1494 'includes': [ '../build/apk_test.gypi' ], 1500 'includes': [ '../build/apk_test.gypi' ],
1495 }, 1501 },
1496 ], 1502 ],
1497 }], 1503 }],
1498 ], 1504 ],
1499 } 1505 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | components/proxy_config.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698