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

Unified Diff: chromeos/BUILD.gn

Issue 2861883002: [CrOS Tether] Transform NetworkConnectionHandler to an interface. (Closed)
Patch Set: stevenjb@ comments. 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
« no previous file with comments | « no previous file | chromeos/components/tether/initializer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index ea30be5b8671b48bb860fe650a9465a621671091..02d26d4fe4aaa06f7ee0b65828928ef19f5d8c28 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -339,6 +339,8 @@ component("chromeos") {
"network/network_connect.h",
"network/network_connection_handler.cc",
"network/network_connection_handler.h",
+ "network/network_connection_handler_impl.cc",
+ "network/network_connection_handler_impl.h",
"network/network_connection_observer.cc",
"network/network_connection_observer.h",
"network/network_device_handler.cc",
@@ -657,7 +659,7 @@ test("chromeos_unittests") {
"network/network_change_notifier_chromeos_unittest.cc",
"network/network_configuration_handler_unittest.cc",
"network/network_connect_unittest.cc",
- "network/network_connection_handler_unittest.cc",
+ "network/network_connection_handler_impl_unittest.cc",
"network/network_device_handler_unittest.cc",
"network/network_sms_handler_unittest.cc",
"network/network_state_handler_unittest.cc",
« no previous file with comments | « no previous file | chromeos/components/tether/initializer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698