| 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",
|
| ]
|
| }
|
|
|