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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2900903002: Create a FakeTetherService, which stubs out TetherService for development. (Closed)
Patch Set: Rebase. Created 3 years, 7 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: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 34b78888a642003b49ac6cbb5e1de4d2a51612ce..309e4be126692053485b6ef2bcb2ffbb1b17f796 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -1364,6 +1364,8 @@ source_set("chromeos") {
"system_logs/touch_log_source.h",
"system_logs/touch_log_source_ozone.cc",
"system_logs/touch_log_source_x11.cc",
+ "tether/fake_tether_service.cc",
+ "tether/fake_tether_service.h",
"tether/tether_service.cc",
"tether/tether_service.h",
"tether/tether_service_factory.cc",

Powered by Google App Engine
This is Rietveld 408576698