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

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

Issue 2540603004: [Android] Redirect std{in,out,err} to sockets for layout tests. (Closed)
Patch Set: peter comments after layout_test_android -> scoped_android_configuration Created 4 years 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 4ae34574a989434d56b9f62e1a00df4a6f6d01c2..dcc67f88f7543c5bc6c61bf354558a10df8aefee 100644
--- a/content/shell/android/BUILD.gn
+++ b/content/shell/android/BUILD.gn
@@ -43,6 +43,7 @@ android_library("content_shell_java") {
deps = [
":content_shell_java_resources",
"//base:base_java",
+ "//base:base_java_test_support",
"//content/public/android:content_java",
"//device/geolocation:geolocation_java",
"//media/base/android:media_java",

Powered by Google App Engine
This is Rietveld 408576698