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

Unified Diff: components/test/run_all_unittests.cc

Issue 459513002: Massive refactor of the Android invalidation code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Try removing invalidation_unittests and using components_unittests instead. Created 6 years, 3 months 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/test/run_all_unittests.cc
diff --git a/components/test/run_all_unittests.cc b/components/test/run_all_unittests.cc
index 9664cce93c27982105c7d62d129c8f2a5b86e8cc..b31397b34efb2ac5d733ca79463a6e9e8867ef52 100644
--- a/components/test/run_all_unittests.cc
+++ b/components/test/run_all_unittests.cc
@@ -25,6 +25,7 @@
#if defined(OS_ANDROID)
#include "base/android/jni_android.h"
+#include "components/invalidation/android/component_jni_registrar.h"
#include "ui/base/android/ui_base_jni_registrar.h"
#include "ui/gfx/android/gfx_jni_registrar.h"
#endif
@@ -52,6 +53,7 @@ class ComponentsTestSuite : public base::TestSuite {
JNIEnv* env = base::android::AttachCurrentThread();
gfx::android::RegisterJni(env);
ui::android::RegisterJni(env);
+ invalidation::android::RegisterInvalidationJni(env);
#endif
#if defined(OS_MACOSX) && !defined(OS_IOS)
« no previous file with comments | « components/test/DEPS ('k') | content/content.gyp » ('j') | content/content.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698