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

Unified Diff: mojo/android/javatests/init_library.cc

Issue 508033004: mojo: Utility class to parse .data file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Follow review Created 6 years, 4 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
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/android/javatests/init_library.cc
diff --git a/mojo/android/javatests/init_library.cc b/mojo/android/javatests/init_library.cc
index 28cee79443ad28f27d0eed520f841ede2e633b3f..4e45d5ad324a67524fe00307422a38062d3c548f 100644
--- a/mojo/android/javatests/init_library.cc
+++ b/mojo/android/javatests/init_library.cc
@@ -7,6 +7,7 @@
#include "base/android/jni_registrar.h"
#include "base/android/library_loader/library_loader_hooks.h"
#include "mojo/android/javatests/mojo_test_case.h"
+#include "mojo/android/javatests/validation_test_util.h"
#include "mojo/android/system/core_impl.h"
namespace {
@@ -14,6 +15,7 @@ namespace {
base::android::RegistrationMethod kMojoRegisteredMethods[] = {
{ "CoreImpl", mojo::android::RegisterCoreImpl },
{ "MojoTestCase", mojo::android::RegisterMojoTestCase },
+ { "ValidationTestUtil", mojo::android::RegisterValidationTestUtil },
};
bool RegisterMojoJni(JNIEnv* env) {
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/android/javatests/src/org/chromium/mojo/bindings/ValidationTestUtil.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698