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

Unified Diff: base/BUILD.gn

Issue 2169553002: Properly throw java exceptions from shouldOverrideUrlLoading (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unused file. Created 4 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
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index ddb9ab4c9ce1057de5988ef1efc9db585e18bf5b..e09aa349cbc9be68856d2b2f70d3e67985c06d26 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -175,6 +175,7 @@ component("base") {
"android/important_file_writer_android.h",
"android/java_handler_thread.cc",
"android/java_handler_thread.h",
+ "android/java_message_handler_factory.h",
"android/java_runtime.cc",
"android/java_runtime.h",
"android/jni_android.cc",
@@ -2436,7 +2437,9 @@ if (is_android) {
deps = [
":base_java",
]
- java_files =
- [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
+ java_files = [
+ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
+ "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
+ ]
}
}

Powered by Google App Engine
This is Rietveld 408576698