Index: components/physical_web/webui/BUILD.gn |
diff --git a/components/physical_web/data_source/BUILD.gn b/components/physical_web/webui/BUILD.gn |
similarity index 69% |
copy from components/physical_web/data_source/BUILD.gn |
copy to components/physical_web/webui/BUILD.gn |
index 70f92ff8c3092f5b95a86c9fe4ab91d776838d1a..f3d6432dd2b700c0f266293e7ce3eef7ca158809 100644 |
--- a/components/physical_web/data_source/BUILD.gn |
+++ b/components/physical_web/webui/BUILD.gn |
@@ -2,10 +2,10 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("data_source") { |
+source_set("webui") { |
sources = [ |
- "physical_web_data_source.h", |
- "physical_web_listener.h", |
+ "physical_web_ui_constants.cc", |
+ "physical_web_ui_constants.h", |
] |
deps = [ |