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

Unified Diff: content/shell/android/BUILD.gn

Issue 2217013002: Remove the JNI-based InterfaceRegistry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@java-interface-registry-migration
Patch Set: rebase Created 4 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: content/shell/android/BUILD.gn
diff --git a/content/shell/android/BUILD.gn b/content/shell/android/BUILD.gn
index 816ad1eddc73802d86bf9ab3bf760c6a0e7bcf1d..c7b5f8631fbf73d521a5945dfc827dc69967ff4a 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -13,7 +13,6 @@ generate_jni("content_shell_jni_headers") {
"java/src/org/chromium/content_shell/Shell.java",
"java/src/org/chromium/content_shell/ShellLayoutTestUtils.java",
"java/src/org/chromium/content_shell/ShellManager.java",
- "java/src/org/chromium/content_shell/ShellMojoTestUtils.java",
]
}
@@ -56,7 +55,6 @@ android_library("content_shell_java") {
"java/src/org/chromium/content_shell/Shell.java",
"java/src/org/chromium/content_shell/ShellLayoutTestUtils.java",
"java/src/org/chromium/content_shell/ShellManager.java",
- "java/src/org/chromium/content_shell/ShellMojoTestUtils.java",
]
}
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/android/java/src/org/chromium/content_shell/ShellMojoTestUtils.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698