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

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: Removing explicit base dep Created 5 years, 3 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'browser_watcher/watcher_client_win_unittest.cc', 80 'browser_watcher/watcher_client_win_unittest.cc',
81 'browser_watcher/watcher_metrics_provider_win_unittest.cc', 81 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
82 'browser_watcher/window_hang_monitor_win_unittest.cc', 82 'browser_watcher/window_hang_monitor_win_unittest.cc',
83 ], 83 ],
84 'bubble_unittest_sources': [ 84 'bubble_unittest_sources': [
85 'bubble/bubble_manager_unittest.cc', 85 'bubble/bubble_manager_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 'compression_unittest_sources': [ 101 'compression_unittest_sources': [
99 'compression/compression_utils_unittest.cc', 102 'compression/compression_utils_unittest.cc',
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
994 '<(DEPTH)/base/allocator/allocator.gyp:allocator', 997 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
995 ], 998 ],
996 }], 999 }],
997 [ 'cld_version==2', { 1000 [ 'cld_version==2', {
998 'dependencies': [ 1001 'dependencies': [
999 # Unit tests should always use statically-linked CLD data. 1002 # Unit tests should always use statically-linked CLD data.
1000 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], 1003 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
1001 }], 1004 }],
1002 ['OS != "ios"', { 1005 ['OS != "ios"', {
1003 'sources': [ 1006 'sources': [
1007 '<@(certificate_transparency_unittest_sources)',
1004 '<@(devtools_http_handler_unittest_sources)', 1008 '<@(devtools_http_handler_unittest_sources)',
1005 '<@(error_page_unittest_sources)', 1009 '<@(error_page_unittest_sources)',
1006 '<@(guest_view_unittest_sources)', 1010 '<@(guest_view_unittest_sources)',
1007 '<@(navigation_interception_unittest_sources)', 1011 '<@(navigation_interception_unittest_sources)',
1008 '<@(network_hints_unittest_sources)', 1012 '<@(network_hints_unittest_sources)',
1009 '<@(power_unittest_sources)', 1013 '<@(power_unittest_sources)',
1010 '<@(safe_json_unittest_sources)', 1014 '<@(safe_json_unittest_sources)',
1011 '<@(scheduler_unittest_sources)', 1015 '<@(scheduler_unittest_sources)',
1012 '<@(storage_monitor_unittest_sources)', 1016 '<@(storage_monitor_unittest_sources)',
1013 '<@(ui_unittest_sources)', 1017 '<@(ui_unittest_sources)',
1014 '<@(visitedlink_unittest_sources)', 1018 '<@(visitedlink_unittest_sources)',
1015 '<@(web_cache_unittest_sources)', 1019 '<@(web_cache_unittest_sources)',
1016 '<@(webcrypto_unittest_sources)', 1020 '<@(webcrypto_unittest_sources)',
1017 '<@(web_modal_unittest_sources)', 1021 '<@(web_modal_unittest_sources)',
1018 ], 1022 ],
1019 'dependencies': [ 1023 'dependencies': [
1020 '../skia/skia.gyp:skia', 1024 '../skia/skia.gyp:skia',
1021 'components.gyp:autofill_content_browser', 1025 'components.gyp:autofill_content_browser',
1022 'components.gyp:autofill_content_renderer', 1026 'components.gyp:autofill_content_renderer',
1023 'components.gyp:autofill_content_test_support', 1027 'components.gyp:autofill_content_test_support',
1028 'components.gyp:certificate_transparency',
1024 'components.gyp:crash_test_support', 1029 'components.gyp:crash_test_support',
1025 'components.gyp:data_reduction_proxy_content_browser', 1030 'components.gyp:data_reduction_proxy_content_browser',
1026 'components.gyp:devtools_http_handler', 1031 'components.gyp:devtools_http_handler',
1027 'components.gyp:dom_distiller_content_browser', 1032 'components.gyp:dom_distiller_content_browser',
1028 'components.gyp:error_page_renderer', 1033 'components.gyp:error_page_renderer',
1029 'components.gyp:favicon_content', 1034 'components.gyp:favicon_content',
1030 'components.gyp:guest_view_browser', 1035 'components.gyp:guest_view_browser',
1031 'components.gyp:guest_view_common', 1036 'components.gyp:guest_view_common',
1032 'components.gyp:guest_view_test_support', 1037 'components.gyp:guest_view_test_support',
1033 'components.gyp:history_content_browser', 1038 'components.gyp:history_content_browser',
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
1639 'invalidation/impl/android/junit/', 1644 'invalidation/impl/android/junit/',
1640 'policy/android/junit/' 1645 'policy/android/junit/'
1641 ], 1646 ],
1642 }, 1647 },
1643 'includes': [ '../build/host_jar.gypi' ], 1648 'includes': [ '../build/host_jar.gypi' ],
1644 }, 1649 },
1645 ], 1650 ],
1646 }], 1651 }],
1647 ], 1652 ],
1648 } 1653 }
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