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

Unified Diff: components/components_tests.gyp

Issue 2066553002: Certificate Transparency DNS log client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mock_dns_responses
Patch Set: Rebase and lint fixes Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/certificate_transparency/log_dns_client_unittest.cc ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 1830d8505d5127d9383927150a25a7a7890efb6d..9d9d2f7a4eb91c6f3d1cffb4084f3acaee96c11b 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -116,6 +116,7 @@
],
'certificate_transparency_unittest_sources': [
'certificate_transparency/ct_policy_manager_unittest.cc',
+ 'certificate_transparency/log_dns_client_unittest.cc',
'certificate_transparency/log_proof_fetcher_unittest.cc',
'certificate_transparency/single_tree_tracker_unittest.cc',
],
@@ -630,7 +631,6 @@
'proximity_auth/ble/bluetooth_low_energy_connection_unittest.cc',
'proximity_auth/ble/bluetooth_low_energy_device_whitelist_unittest.cc',
'proximity_auth/ble/bluetooth_low_energy_weave_packet_generator_unittest.cc',
- 'proximity_auth/ble/bluetooth_low_energy_weave_packet_receiver_unittest.cc',
Primiano Tucci (use gerrit) 2016/07/08 08:21:46 I assume you didn't mean to drop this test on the
Rob Percival 2016/07/08 08:51:06 Acknowledged.
'proximity_auth/bluetooth_connection_finder_unittest.cc',
'proximity_auth/bluetooth_connection_unittest.cc',
'proximity_auth/bluetooth_throttler_impl_unittest.cc',
@@ -708,7 +708,6 @@
'safe_browsing_db/v4_database_unittest.cc',
'safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc',
'safe_browsing_db/v4_protocol_manager_util_unittest.cc',
- 'safe_browsing_db/v4_store_unittest.cc',
'safe_browsing_db/v4_update_protocol_manager_unittest.cc',
],
'safe_json_unittest_sources': [
@@ -883,8 +882,6 @@
'tracing/browser/trace_config_file_unittest.cc',
'tracing/common/graphics_memory_dump_provider_android_unittest.cc',
'tracing/common/process_metrics_memory_dump_provider_unittest.cc',
- 'tracing/core/trace_ring_buffer_unittest.cc',
Primiano Tucci (use gerrit) 2016/07/08 08:21:46 Please be more careful with rebases. You just land
Rob Percival 2016/07/08 08:51:06 Done.
- 'tracing/core/scattered_stream_writer_unittest.cc',
],
'translate_unittest_sources': [
'translate/core/browser/language_state_unittest.cc',
« no previous file with comments | « components/certificate_transparency/log_dns_client_unittest.cc ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698