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

Unified Diff: components/components_tests.gyp

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
« no previous file with comments | « no previous file | components/variations/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 437bf940dc52d6ddbf2f247f6b3031a915b76819..8d6b959d44af4e1da1eb735ae348c6602196a5d1 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -1185,6 +1185,8 @@
['OS=="android"', {
'dependencies': [
'../build/android/ndk.gyp:cpu_features',
+ 'components.gyp:variations_java',
+ 'components.gyp:variations_jni_headers',
],
}],
['OS=="android" and configuration_policy == 1', {
« no previous file with comments | « no previous file | components/variations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698