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

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

Issue 2565023002: Use GURLs in Physical Web data source (Closed)
Patch Set: Register missing dependencies Created 4 years 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 0d8944f4865fdc1b79b58ad5524c3c92c764ada3..48ee9e1fc7ed27c04ae2f554677405e07a4e60a4 100644
--- a/components/physical_web/data_source/BUILD.gn
+++ b/components/physical_web/data_source/BUILD.gn
@@ -25,6 +25,7 @@ source_set("test_support") {
deps = [
":data_source",
"//base",
+ "//url",
]
}
@@ -38,5 +39,6 @@ source_set("unit_tests") {
":data_source",
"//base",
"//testing/gtest",
+ "//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698