| Index: components/variations/android/BUILD.gn
|
| diff --git a/components/variations/android/BUILD.gn b/components/variations/android/BUILD.gn
|
| index 3fe1d683d7e7629c6946056ac90926a221dfa0d5..576db64f7eb6d8a4acf12ebf96e05829d1fce75d 100644
|
| --- a/components/variations/android/BUILD.gn
|
| +++ b/components/variations/android/BUILD.gn
|
| @@ -4,11 +4,10 @@
|
|
|
| import("//build/config/android/rules.gni")
|
|
|
| -
|
| # GYP: //components/variations.gypi:variations_java
|
| android_library("variations_java") {
|
| deps = [
|
| - "//base:base_java"
|
| + "//base:base_java",
|
| ]
|
| DEPRECATED_java_in_dir = "java/src"
|
| }
|
|
|