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

Unified Diff: content/shell/BUILD.gn

Issue 2540603004: [Android] Redirect std{in,out,err} to sockets for layout tests. (Closed)
Patch Set: Fix server_process_constructor name. 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/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index ad98ab15e3a4f5aa3db8b13171951f88107bb8dd..a6ff9a093be91106ce80c3fc2bf7c2056e2e03ce 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -316,7 +316,10 @@ static_library("content_shell_lib") {
}
if (is_android) {
- deps += [ "//content/shell/android:content_shell_jni_headers" ]
+ deps += [
+ "//base/test:test_support",
+ "//content/shell/android:content_shell_jni_headers",
+ ]
}
if (is_posix && !is_mac) {
« no previous file with comments | « no previous file | content/shell/android/BUILD.gn » ('j') | third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698