Chromium Code Reviews| Index: components/test/run_all_unittests.cc |
| diff --git a/components/test/run_all_unittests.cc b/components/test/run_all_unittests.cc |
| index d04085ea80db4c8c89031f3b98e67826684f67d7..ef7d826bddffd0bb066d7bb9ac26aa751608cd63 100644 |
| --- a/components/test/run_all_unittests.cc |
| +++ b/components/test/run_all_unittests.cc |
| @@ -26,6 +26,8 @@ |
| #include "components/policy/core/browser/android/component_jni_registrar.h" |
| #include "components/safe_json/android/component_jni_registrar.h" |
| #include "components/signin/core/browser/android/component_jni_registrar.h" |
| +#include "content/browser/android/browser_jni_registrar.h" |
|
Yaron
2015/09/28 14:19:23
sorry about you having to deal with this - it's ki
iclelland
2015/09/28 17:25:57
Well, at least I got to learn something new :) Tha
|
| +#include "net/android/net_jni_registrar.h" |
| #include "ui/base/android/ui_base_jni_registrar.h" |
| #include "ui/gfx/android/gfx_jni_registrar.h" |
| #endif |
| @@ -57,6 +59,8 @@ class ComponentsTestSuite : public base::TestSuite { |
| ASSERT_TRUE(policy::android::RegisterPolicy(env)); |
| ASSERT_TRUE(safe_json::android::RegisterSafeJsonJni(env)); |
| ASSERT_TRUE(signin::android::RegisterSigninJni(env)); |
| + ASSERT_TRUE(net::android::RegisterJni(env)); |
| + ASSERT_TRUE(content::android::RegisterBrowserJni(env)); |
| #endif |
| ui::RegisterPathProvider(); |