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

Unified Diff: components/physical_web/webui/BUILD.gn

Issue 2571853003: Move PW message handler logic to components (Closed)
Patch Set: Set WebUI at handler Registration time Created 4 years 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 | components/physical_web/webui/physical_web_base_message_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/physical_web/webui/BUILD.gn
diff --git a/components/physical_web/webui/BUILD.gn b/components/physical_web/webui/BUILD.gn
index f3d6432dd2b700c0f266293e7ce3eef7ca158809..a2fc20a4cae4fd7143a0a34f5b175501f452cf39 100644
--- a/components/physical_web/webui/BUILD.gn
+++ b/components/physical_web/webui/BUILD.gn
@@ -4,11 +4,14 @@
source_set("webui") {
sources = [
+ "physical_web_base_message_handler.cc",
+ "physical_web_base_message_handler.h",
"physical_web_ui_constants.cc",
"physical_web_ui_constants.h",
]
deps = [
"//base",
+ "//components/physical_web/data_source",
]
}
« no previous file with comments | « no previous file | components/physical_web/webui/physical_web_base_message_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698