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

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

Issue 2900903002: Create a FakeTetherService, which stubs out TetherService for development. (Closed)
Patch Set: Fix TetherService tests. 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/tether/BUILD.gn
diff --git a/chrome/browser/chromeos/tether/BUILD.gn b/chrome/browser/chromeos/tether/BUILD.gn
index 0c75eefb6abb5e4c4608107caddb24e0294ca326..6bc1777fd382cd214f0e09f8be38e9f5231879d2 100644
--- a/chrome/browser/chromeos/tether/BUILD.gn
+++ b/chrome/browser/chromeos/tether/BUILD.gn
@@ -4,6 +4,8 @@
static_library("tether") {
sources = [
+ "fake_tether_service.cc",
+ "fake_tether_service.h",
"tether_service.cc",
"tether_service.h",
"tether_service_factory.cc",
« no previous file with comments | « chrome/browser/chromeos/login/session/user_session_manager.cc ('k') | chrome/browser/chromeos/tether/fake_tether_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698