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

Unified Diff: chromeos/components/tether/BUILD.gn

Issue 2926503002: [CrOS Tether] Create proto_test_util.cc/h and move CreateTestDeviceStatus() there. (Closed)
Patch Set: Included missing dep. Created 3 years, 6 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 | « no previous file | chromeos/components/tether/connect_tethering_operation_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/BUILD.gn
diff --git a/chromeos/components/tether/BUILD.gn b/chromeos/components/tether/BUILD.gn
index 3a5c33b242745f7048443571ba9c66c409a37eeb..ec274f333feea67b750449b0055978ef3386ad92 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -116,6 +116,8 @@ static_library("test_support") {
"mock_local_device_data_provider.h",
"mock_tether_host_response_recorder.cc",
"mock_tether_host_response_recorder.h",
+ "proto_test_util.cc",
+ "proto_test_util.h",
]
public_deps = [
@@ -125,6 +127,7 @@ static_library("test_support") {
deps = [
"//base",
"//chromeos",
+ "//chromeos/components/tether/proto",
"//components/cryptauth",
"//testing/gmock",
"//testing/gtest",
« no previous file with comments | « no previous file | chromeos/components/tether/connect_tethering_operation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698