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

Unified Diff: content/public/test/android/BUILD.gn

Issue 2076583002: Add WebAPK's tests in ChildProcessLauncherTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move more functions to the helper class. Created 4 years, 6 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/public/test/android/BUILD.gn
diff --git a/content/public/test/android/BUILD.gn b/content/public/test/android/BUILD.gn
index 618ab392c300f81260aef4850b4c7de4b16c8c8c..1844d3ff11e5c079c92f0ff04149ba2d18ce1e00 100644
--- a/content/public/test/android/BUILD.gn
+++ b/content/public/test/android/BUILD.gn
@@ -27,6 +27,7 @@ android_library("content_java_test_support") {
"//content/public/android:content_java",
]
java_files = [
+ "javatests/src/org/chromium/content/browser/test/ChildProcessLauncherTestHelper.java",
"javatests/src/org/chromium/content/browser/test/NativeLibraryTestBase.java",
"javatests/src/org/chromium/content/browser/test/util/ApplicationUtils.java",
"javatests/src/org/chromium/content/browser/test/util/CallbackHelper.java",

Powered by Google App Engine
This is Rietveld 408576698