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

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

Issue 2248913007: Add a Physical Web WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
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 5e38526d954ed78722d3c6345a0970271d351419..f3d6432dd2b700c0f266293e7ce3eef7ca158809 100644
--- a/components/physical_web/data_source/BUILD.gn
+++ b/components/physical_web/webui/BUILD.gn
@@ -2,9 +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_ui_constants.cc",
+ "physical_web_ui_constants.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698