Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: components/variations/BUILD.gn

Issue 1437833004: Implemented clearing Java prefs after pulling variations first run seed from Java to C++ side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed unit tests failure Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" ]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698