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

Unified Diff: content/shell/BUILD.gn

Issue 2540603004: [Android] Redirect std{in,out,err} to sockets for layout tests. (Closed)
Patch Set: rebase Created 3 years, 11 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
« no previous file with comments | « base/android/fifo_utils.cc ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 2400fd203400e6d7e8e55b62646615b8bb64b6a5..6749acd82ed5b109af1f277028acb934736509b1 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -58,8 +58,6 @@ static_library("content_shell_lib") {
"app/shell_main_delegate_mac.mm",
"browser/layout_test/blink_test_controller.cc",
"browser/layout_test/blink_test_controller.h",
- "browser/layout_test/layout_test_android.cc",
- "browser/layout_test/layout_test_android.h",
"browser/layout_test/layout_test_bluetooth_adapter_provider.cc",
"browser/layout_test/layout_test_bluetooth_adapter_provider.h",
"browser/layout_test/layout_test_bluetooth_chooser_factory.cc",
@@ -312,7 +310,14 @@ static_library("content_shell_lib") {
}
if (is_android) {
- deps += [ "//content/shell/android:content_shell_jni_headers" ]
+ sources += [
+ "browser/layout_test/scoped_android_configuration.cc",
+ "browser/layout_test/scoped_android_configuration.h",
+ ]
+ deps += [
+ "//base/test:test_support",
+ "//content/shell/android:content_shell_jni_headers",
+ ]
}
if (is_posix && !is_mac) {
« no previous file with comments | « base/android/fifo_utils.cc ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698