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

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

Issue 2231983002: Expose Physical Web data (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build errors 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/data_source/BUILD.gn
diff --git a/components/physical_web/data_source/BUILD.gn b/components/physical_web/data_source/BUILD.gn
index 5e38526d954ed78722d3c6345a0970271d351419..70f92ff8c3092f5b95a86c9fe4ab91d776838d1a 100644
--- a/components/physical_web/data_source/BUILD.gn
+++ b/components/physical_web/data_source/BUILD.gn
@@ -5,6 +5,7 @@
source_set("data_source") {
sources = [
"physical_web_data_source.h",
+ "physical_web_listener.h",
]
deps = [

Powered by Google App Engine
This is Rietveld 408576698