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

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

Issue 2801353002: [CrOS Tether] Fill out the Initializer class. Tether will now initialize fully once the flag is ena… (Closed)
Patch Set: hansberry@ comment. Created 3 years, 8 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: chromeos/components/tether/BUILD.gn
diff --git a/chromeos/components/tether/BUILD.gn b/chromeos/components/tether/BUILD.gn
index 7474fa2347d2d4c743018e88e73bf010f4dbdb27..4cc67ead0fa160d19907e6e737f8d30d7330c949 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -122,6 +122,7 @@ source_set("unit_tests") {
"host_scan_scheduler_unittest.cc",
"host_scanner_operation_unittest.cc",
"host_scanner_unittest.cc",
+ "initializer_unittest.cc",
"keep_alive_operation_unittest.cc",
"keep_alive_scheduler_unittest.cc",
"local_device_data_provider_unittest.cc",
@@ -143,6 +144,7 @@ source_set("unit_tests") {
"//components/cryptauth:test_support",
"//components/cryptauth/ble",
"//components/prefs:test_support",
+ "//components/signin/core/browser:test_support",
"//device/bluetooth",
"//device/bluetooth:mocks",
"//testing/gmock",

Powered by Google App Engine
This is Rietveld 408576698