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

Side by Side Diff: components/components_tests.gyp

Issue 1222953002: Certificate Transparency: Add STH Fetching capability. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging with master 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
« components/components.gyp ('K') | « components/components.gyp ('k') | no next file » | 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'browser_watcher/endsession_watcher_window_win_unittest.cc', 80 'browser_watcher/endsession_watcher_window_win_unittest.cc',
81 'browser_watcher/exit_code_watcher_win_unittest.cc', 81 'browser_watcher/exit_code_watcher_win_unittest.cc',
82 'browser_watcher/exit_funnel_win_unittest.cc', 82 'browser_watcher/exit_funnel_win_unittest.cc',
83 'browser_watcher/watcher_client_win_unittest.cc', 83 'browser_watcher/watcher_client_win_unittest.cc',
84 'browser_watcher/watcher_metrics_provider_win_unittest.cc', 84 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
85 'browser_watcher/window_hang_monitor_win_unittest.cc', 85 'browser_watcher/window_hang_monitor_win_unittest.cc',
86 ], 86 ],
87 'captive_portal_unittest_sources': [ 87 'captive_portal_unittest_sources': [
88 'captive_portal/captive_portal_detector_unittest.cc', 88 'captive_portal/captive_portal_detector_unittest.cc',
89 ], 89 ],
90 'certificate_transparency_unittest_sources': [
91 'certificate_transparency/log_proof_fetcher_unittest.cc',
92 ],
90 'cloud_devices_unittest_sources': [ 93 'cloud_devices_unittest_sources': [
91 'cloud_devices/common/cloud_devices_urls_unittest.cc', 94 'cloud_devices/common/cloud_devices_urls_unittest.cc',
92 'cloud_devices/common/printer_description_unittest.cc', 95 'cloud_devices/common/printer_description_unittest.cc',
93 ], 96 ],
94 'component_updater_unittest_sources': [ 97 'component_updater_unittest_sources': [
95 'component_updater/component_updater_service_unittest.cc', 98 'component_updater/component_updater_service_unittest.cc',
96 'component_updater/timer_unittest.cc', 99 'component_updater/timer_unittest.cc',
97 ], 100 ],
98 'content_settings_unittest_sources': [ 101 'content_settings_unittest_sources': [
99 'content_settings/core/browser/content_settings_mock_provider.cc', 102 'content_settings/core/browser/content_settings_mock_provider.cc',
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 893 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
891 ], 894 ],
892 }], 895 }],
893 [ 'cld_version==0 or cld_version==2', { 896 [ 'cld_version==0 or cld_version==2', {
894 'dependencies': [ 897 'dependencies': [
895 # Unit tests should always use statically-linked CLD data. 898 # Unit tests should always use statically-linked CLD data.
896 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 899 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
897 }], 900 }],
898 ['OS != "ios"', { 901 ['OS != "ios"', {
899 'sources': [ 902 'sources': [
903 '<@(certificate_transparency_unittest_sources)',
900 '<@(devtools_http_handler_unittest_sources)', 904 '<@(devtools_http_handler_unittest_sources)',
901 '<@(error_page_unittest_sources)', 905 '<@(error_page_unittest_sources)',
902 '<@(guest_view_unittest_sources)', 906 '<@(guest_view_unittest_sources)',
903 '<@(navigation_interception_unittest_sources)', 907 '<@(navigation_interception_unittest_sources)',
904 '<@(network_hints_unittest_sources)', 908 '<@(network_hints_unittest_sources)',
905 '<@(power_unittest_sources)', 909 '<@(power_unittest_sources)',
906 '<@(safe_json_unittest_sources)', 910 '<@(safe_json_unittest_sources)',
907 '<@(scheduler_unittest_sources)', 911 '<@(scheduler_unittest_sources)',
908 '<@(storage_monitor_unittest_sources)', 912 '<@(storage_monitor_unittest_sources)',
909 '<@(ui_unittest_sources)', 913 '<@(ui_unittest_sources)',
910 '<@(visitedlink_unittest_sources)', 914 '<@(visitedlink_unittest_sources)',
911 '<@(web_cache_unittest_sources)', 915 '<@(web_cache_unittest_sources)',
912 '<@(webcrypto_unittest_sources)', 916 '<@(webcrypto_unittest_sources)',
913 '<@(web_modal_unittest_sources)', 917 '<@(web_modal_unittest_sources)',
914 ], 918 ],
915 'dependencies': [ 919 'dependencies': [
916 '../skia/skia.gyp:skia', 920 '../skia/skia.gyp:skia',
917 'components.gyp:autofill_content_browser', 921 'components.gyp:autofill_content_browser',
918 'components.gyp:autofill_content_renderer', 922 'components.gyp:autofill_content_renderer',
919 'components.gyp:autofill_content_test_support', 923 'components.gyp:autofill_content_test_support',
924 'components.gyp:certificate_transparency',
920 'components.gyp:data_reduction_proxy_content_browser', 925 'components.gyp:data_reduction_proxy_content_browser',
921 'components.gyp:devtools_http_handler', 926 'components.gyp:devtools_http_handler',
922 'components.gyp:dom_distiller_content', 927 'components.gyp:dom_distiller_content',
923 'components.gyp:error_page_renderer', 928 'components.gyp:error_page_renderer',
924 'components.gyp:favicon_content', 929 'components.gyp:favicon_content',
925 'components.gyp:guest_view_browser', 930 'components.gyp:guest_view_browser',
926 'components.gyp:guest_view_common', 931 'components.gyp:guest_view_common',
927 'components.gyp:guest_view_test_support', 932 'components.gyp:guest_view_test_support',
928 'components.gyp:history_content_browser', 933 'components.gyp:history_content_browser',
929 'components.gyp:keyed_service_content', 934 'components.gyp:keyed_service_content',
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
1512 ], 1517 ],
1513 'variables': { 1518 'variables': {
1514 'test_suite_name': 'components_unittests', 1519 'test_suite_name': 'components_unittests',
1515 }, 1520 },
1516 'includes': [ '../build/apk_test.gypi' ], 1521 'includes': [ '../build/apk_test.gypi' ],
1517 }, 1522 },
1518 ], 1523 ],
1519 }], 1524 }],
1520 ], 1525 ],
1521 } 1526 }
OLDNEW
« components/components.gyp ('K') | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698