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

Unified Diff: components/proximity_auth/BUILD.gn

Issue 1351473003: Refactor fake Connection subclasses in proximity_auth/ tests to a single file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@client_rename
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
Index: components/proximity_auth/BUILD.gn
diff --git a/components/proximity_auth/BUILD.gn b/components/proximity_auth/BUILD.gn
index 30f3c7009074e6984d75835505f412d8e657563f..5e2f8c56d3c1155bcc1bbaf3f91b3ae7842c1fa7 100644
--- a/components/proximity_auth/BUILD.gn
+++ b/components/proximity_auth/BUILD.gn
@@ -78,6 +78,8 @@ source_set("test_support") {
sources = [
"device_to_device_responder_operations.cc",
"device_to_device_responder_operations.h",
+ "fake_connection.cc",
+ "fake_connection.h",
"mock_proximity_auth_client.cc",
"mock_proximity_auth_client.h",
]
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/ble/bluetooth_low_energy_connection_finder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698