| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index c57abe11fbf5bae01718e810b6078268dabdd277..f58bac0136eefa1ad93a09690e09ed6300cb9030 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -116,7 +116,6 @@
|
| ],
|
| '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',
|
| ],
|
| @@ -631,6 +630,7 @@
|
| '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',
|
| 'proximity_auth/bluetooth_connection_finder_unittest.cc',
|
| 'proximity_auth/bluetooth_connection_unittest.cc',
|
| 'proximity_auth/bluetooth_throttler_impl_unittest.cc',
|
| @@ -708,6 +708,7 @@
|
| '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': [
|
| @@ -882,6 +883,8 @@
|
| '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',
|
| + 'tracing/core/scattered_stream_writer_unittest.cc',
|
| ],
|
| 'translate_unittest_sources': [
|
| 'translate/core/browser/language_state_unittest.cc',
|
|
|