Chromium Code Reviews| Index: components/ui/zoom/BUILD.gn |
| diff --git a/components/ui/zoom/BUILD.gn b/components/ui/zoom/BUILD.gn |
| index 127fec2ed638308a1a286f0e6caa727d8720b443..1cd492eeda2de48e4e180e9178f47767b627f501 100644 |
| --- a/components/ui/zoom/BUILD.gn |
| +++ b/components/ui/zoom/BUILD.gn |
| @@ -25,3 +25,14 @@ source_set("zoom") { |
| "//url", |
| ] |
| } |
| + |
| +source_set("unit_tests") { |
| + testonly = true |
| + sources = [ |
| + "page_zoom_unittests.cc", |
| + ] |
| + deps = [ |
| + ":zoom", |
| + "//testing/gtest", |
| + ] |
| +} |