Chromium Code Reviews| 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", |
| ] |
| } |