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

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: Simplified handling of responses per review comments 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
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'browser_watcher/endsession_watcher_window_win_unittest.cc', 81 'browser_watcher/endsession_watcher_window_win_unittest.cc',
82 'browser_watcher/exit_code_watcher_win_unittest.cc', 82 'browser_watcher/exit_code_watcher_win_unittest.cc',
83 'browser_watcher/exit_funnel_win_unittest.cc', 83 'browser_watcher/exit_funnel_win_unittest.cc',
84 'browser_watcher/watcher_client_win_unittest.cc', 84 'browser_watcher/watcher_client_win_unittest.cc',
85 'browser_watcher/watcher_metrics_provider_win_unittest.cc', 85 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
86 'browser_watcher/window_hang_monitor_win_unittest.cc', 86 'browser_watcher/window_hang_monitor_win_unittest.cc',
87 ], 87 ],
88 'captive_portal_unittest_sources': [ 88 'captive_portal_unittest_sources': [
89 'captive_portal/captive_portal_detector_unittest.cc', 89 'captive_portal/captive_portal_detector_unittest.cc',
90 ], 90 ],
91 'certificate_transparency_unittest_sources': [
92 'certificate_transparency/log_proof_fetcher_unittest.cc',
93 ],
91 'cloud_devices_unittest_sources': [ 94 'cloud_devices_unittest_sources': [
92 'cloud_devices/common/cloud_devices_urls_unittest.cc', 95 'cloud_devices/common/cloud_devices_urls_unittest.cc',
93 'cloud_devices/common/printer_description_unittest.cc', 96 'cloud_devices/common/printer_description_unittest.cc',
94 ], 97 ],
95 'component_updater_unittest_sources': [ 98 'component_updater_unittest_sources': [
96 'component_updater/component_updater_service_unittest.cc', 99 'component_updater/component_updater_service_unittest.cc',
97 'component_updater/timer_unittest.cc', 100 'component_updater/timer_unittest.cc',
98 ], 101 ],
99 'content_settings_unittest_sources': [ 102 'content_settings_unittest_sources': [
100 'content_settings/core/browser/content_settings_mock_provider.cc', 103 'content_settings/core/browser/content_settings_mock_provider.cc',
(...skipping 832 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 936 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
934 ], 937 ],
935 }], 938 }],
936 [ 'cld_version==0 or cld_version==2', { 939 [ 'cld_version==0 or cld_version==2', {
937 'dependencies': [ 940 'dependencies': [
938 # Unit tests should always use statically-linked CLD data. 941 # Unit tests should always use statically-linked CLD data.
939 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 942 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
940 }], 943 }],
941 ['OS != "ios"', { 944 ['OS != "ios"', {
942 'sources': [ 945 'sources': [
946 '<@(certificate_transparency_unittest_sources)',
943 '<@(devtools_http_handler_unittest_sources)', 947 '<@(devtools_http_handler_unittest_sources)',
944 '<@(error_page_unittest_sources)', 948 '<@(error_page_unittest_sources)',
945 '<@(guest_view_unittest_sources)', 949 '<@(guest_view_unittest_sources)',
946 '<@(navigation_interception_unittest_sources)', 950 '<@(navigation_interception_unittest_sources)',
947 '<@(network_hints_unittest_sources)', 951 '<@(network_hints_unittest_sources)',
948 '<@(power_unittest_sources)', 952 '<@(power_unittest_sources)',
949 '<@(safe_json_unittest_sources)', 953 '<@(safe_json_unittest_sources)',
950 '<@(scheduler_unittest_sources)', 954 '<@(scheduler_unittest_sources)',
951 '<@(storage_monitor_unittest_sources)', 955 '<@(storage_monitor_unittest_sources)',
952 '<@(ui_unittest_sources)', 956 '<@(ui_unittest_sources)',
953 '<@(visitedlink_unittest_sources)', 957 '<@(visitedlink_unittest_sources)',
954 '<@(web_cache_unittest_sources)', 958 '<@(web_cache_unittest_sources)',
955 '<@(webcrypto_unittest_sources)', 959 '<@(webcrypto_unittest_sources)',
956 '<@(web_modal_unittest_sources)', 960 '<@(web_modal_unittest_sources)',
957 ], 961 ],
958 'dependencies': [ 962 'dependencies': [
959 '../skia/skia.gyp:skia', 963 '../skia/skia.gyp:skia',
960 'components.gyp:autofill_content_browser', 964 'components.gyp:autofill_content_browser',
961 'components.gyp:autofill_content_renderer', 965 'components.gyp:autofill_content_renderer',
962 'components.gyp:autofill_content_test_support', 966 'components.gyp:autofill_content_test_support',
967 'components.gyp:certificate_transparency',
963 'components.gyp:data_reduction_proxy_content_browser', 968 'components.gyp:data_reduction_proxy_content_browser',
964 'components.gyp:devtools_http_handler', 969 'components.gyp:devtools_http_handler',
965 'components.gyp:dom_distiller_content_browser', 970 'components.gyp:dom_distiller_content_browser',
966 'components.gyp:error_page_renderer', 971 'components.gyp:error_page_renderer',
967 'components.gyp:favicon_content', 972 'components.gyp:favicon_content',
968 'components.gyp:guest_view_browser', 973 'components.gyp:guest_view_browser',
969 'components.gyp:guest_view_common', 974 'components.gyp:guest_view_common',
970 'components.gyp:guest_view_test_support', 975 'components.gyp:guest_view_test_support',
971 'components.gyp:history_content_browser', 976 'components.gyp:history_content_browser',
972 'components.gyp:keyed_service_content', 977 'components.gyp:keyed_service_content',
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
1577 'invalidation/impl/android/junit/', 1582 'invalidation/impl/android/junit/',
1578 'policy/android/junit/' 1583 'policy/android/junit/'
1579 ], 1584 ],
1580 }, 1585 },
1581 'includes': [ '../build/host_jar.gypi' ], 1586 'includes': [ '../build/host_jar.gypi' ],
1582 }, 1587 },
1583 ], 1588 ],
1584 }], 1589 }],
1585 ], 1590 ],
1586 } 1591 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698