Chromium Code Reviews| Index: components/variations/BUILD.gn |
| diff --git a/components/variations/BUILD.gn b/components/variations/BUILD.gn |
| index a65148ae55af9d617d34bfc1a505084691f162b5..1630ec3e82e4862282de024e1a1361de177b54ab 100644 |
| --- a/components/variations/BUILD.gn |
| +++ b/components/variations/BUILD.gn |
| @@ -118,4 +118,8 @@ source_set("unit_tests") { |
| "//components/compression", |
| "//testing/gtest", |
| ] |
| + |
| + if (is_android) { |
| + deps += [ "//components/variations/android:variations_java" ] |
| + } |
| } |