Chromium Code Reviews| Index: ui/chromeos/BUILD.gn |
| diff --git a/ui/chromeos/BUILD.gn b/ui/chromeos/BUILD.gn |
| index 69fd5c6f64dd485ab6142e3e9d7a9caaa585cc44..f57b983b5e5390b81ac7046e455cb73d92a1a3f0 100644 |
| --- a/ui/chromeos/BUILD.gn |
| +++ b/ui/chromeos/BUILD.gn |
| @@ -94,4 +94,8 @@ test("ui_chromeos_unittests") { |
| "//ui/views", |
| "//ui/views:test_support", |
| ] |
| + data = [ |
| + "$root_out_dir/locales/en-US.pak", |
| + "$root_out_dir/ui_test.pak", |
| + ] |
| } |