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

Side by Side Diff: components/components_tests.gyp

Issue 1100003006: Certificate Transparency: Fetching of Signed Tree Heads (DRAFT) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BUILD.gn file fixes 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
« no previous file with comments | « components/components.gyp ('k') | net/base/net_error_list.h » ('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 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 836 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 940 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
938 ], 941 ],
939 }], 942 }],
940 [ 'cld_version==2', { 943 [ 'cld_version==2', {
941 'dependencies': [ 944 'dependencies': [
942 # Unit tests should always use statically-linked CLD data. 945 # Unit tests should always use statically-linked CLD data.
943 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 946 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
944 }], 947 }],
945 ['OS != "ios"', { 948 ['OS != "ios"', {
946 'sources': [ 949 'sources': [
950 '<@(certificate_transparency_unittest_sources)',
947 '<@(devtools_http_handler_unittest_sources)', 951 '<@(devtools_http_handler_unittest_sources)',
948 '<@(error_page_unittest_sources)', 952 '<@(error_page_unittest_sources)',
949 '<@(guest_view_unittest_sources)', 953 '<@(guest_view_unittest_sources)',
950 '<@(navigation_interception_unittest_sources)', 954 '<@(navigation_interception_unittest_sources)',
951 '<@(network_hints_unittest_sources)', 955 '<@(network_hints_unittest_sources)',
952 '<@(power_unittest_sources)', 956 '<@(power_unittest_sources)',
953 '<@(safe_json_unittest_sources)', 957 '<@(safe_json_unittest_sources)',
954 '<@(scheduler_unittest_sources)', 958 '<@(scheduler_unittest_sources)',
955 '<@(storage_monitor_unittest_sources)', 959 '<@(storage_monitor_unittest_sources)',
956 '<@(ui_unittest_sources)', 960 '<@(ui_unittest_sources)',
957 '<@(visitedlink_unittest_sources)', 961 '<@(visitedlink_unittest_sources)',
958 '<@(web_cache_unittest_sources)', 962 '<@(web_cache_unittest_sources)',
959 '<@(webcrypto_unittest_sources)', 963 '<@(webcrypto_unittest_sources)',
960 '<@(web_modal_unittest_sources)', 964 '<@(web_modal_unittest_sources)',
961 ], 965 ],
962 'dependencies': [ 966 'dependencies': [
963 '../skia/skia.gyp:skia', 967 '../skia/skia.gyp:skia',
964 'components.gyp:autofill_content_browser', 968 'components.gyp:autofill_content_browser',
965 'components.gyp:autofill_content_renderer', 969 'components.gyp:autofill_content_renderer',
966 'components.gyp:autofill_content_test_support', 970 'components.gyp:autofill_content_test_support',
971 'components.gyp:certificate_transparency',
967 'components.gyp:data_reduction_proxy_content_browser', 972 'components.gyp:data_reduction_proxy_content_browser',
968 'components.gyp:devtools_http_handler', 973 'components.gyp:devtools_http_handler',
969 'components.gyp:dom_distiller_content_browser', 974 'components.gyp:dom_distiller_content_browser',
970 'components.gyp:error_page_renderer', 975 'components.gyp:error_page_renderer',
971 'components.gyp:favicon_content', 976 'components.gyp:favicon_content',
972 'components.gyp:guest_view_browser', 977 'components.gyp:guest_view_browser',
973 'components.gyp:guest_view_common', 978 'components.gyp:guest_view_common',
974 'components.gyp:guest_view_test_support', 979 'components.gyp:guest_view_test_support',
975 'components.gyp:history_content_browser', 980 'components.gyp:history_content_browser',
976 'components.gyp:keyed_service_content', 981 'components.gyp:keyed_service_content',
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
1583 'invalidation/impl/android/junit/', 1588 'invalidation/impl/android/junit/',
1584 'policy/android/junit/' 1589 'policy/android/junit/'
1585 ], 1590 ],
1586 }, 1591 },
1587 'includes': [ '../build/host_jar.gypi' ], 1592 'includes': [ '../build/host_jar.gypi' ],
1588 }, 1593 },
1589 ], 1594 ],
1590 }], 1595 }],
1591 ], 1596 ],
1592 } 1597 }
OLDNEW
« no previous file with comments | « components/components.gyp ('k') | net/base/net_error_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698