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

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

Issue 2561493002: Pass Physical Web metadata through a struct (Closed)
Patch Set: Address compile errors Created 3 years, 11 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 48ee9e1fc7ed27c04ae2f554677405e07a4e60a4..5e1c96203107674b7fce5ddaa383ae4782bf97e5 100644
--- a/components/physical_web/data_source/BUILD.gn
+++ b/components/physical_web/data_source/BUILD.gn
@@ -11,8 +11,9 @@ source_set("data_source") {
"physical_web_listener.h",
]
- deps = [
+ public_deps = [
"//base",
+ "//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698