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

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

Issue 2700873002: [CrOS Tether] Create MessageWrapper, a wrapper class for proto messages sent for tethering. This cl… (Closed)
Patch Set: Rebased. Created 3 years, 10 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/message_wrapper.h » ('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 0fbb396c37047a444ad544d5e554cc7ff166bb0c..47f53248c455e649cd6dfbd544d4eb0b81e6ad5b 100644
--- a/chromeos/components/tether/BUILD.gn
+++ b/chromeos/components/tether/BUILD.gn
@@ -24,6 +24,8 @@ static_library("tether") {
"initializer.h",
"local_device_data_provider.cc",
"local_device_data_provider.h",
+ "message_wrapper.cc",
+ "message_wrapper.h",
]
deps = [
@@ -70,6 +72,7 @@ source_set("unit_tests") {
"ble_scanner_unittest.cc",
"host_scan_scheduler_unittest.cc",
"local_device_data_provider_unittest.cc",
+ "message_wrapper_unittest.cc",
]
deps = [
« no previous file with comments | « no previous file | chromeos/components/tether/message_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698