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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « base/android/fifo_utils.cc ('k') | content/shell/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/config/win/console_app.gni") 8 import("//build/config/win/console_app.gni")
9 import("//build/config/win/manifest.gni") 9 import("//build/config/win/manifest.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "app/paths_mac.h", 51 "app/paths_mac.h",
52 "app/paths_mac.mm", 52 "app/paths_mac.mm",
53 "app/shell_crash_reporter_client.cc", 53 "app/shell_crash_reporter_client.cc",
54 "app/shell_crash_reporter_client.h", 54 "app/shell_crash_reporter_client.h",
55 "app/shell_main_delegate.cc", 55 "app/shell_main_delegate.cc",
56 "app/shell_main_delegate.h", 56 "app/shell_main_delegate.h",
57 "app/shell_main_delegate_mac.h", 57 "app/shell_main_delegate_mac.h",
58 "app/shell_main_delegate_mac.mm", 58 "app/shell_main_delegate_mac.mm",
59 "browser/layout_test/blink_test_controller.cc", 59 "browser/layout_test/blink_test_controller.cc",
60 "browser/layout_test/blink_test_controller.h", 60 "browser/layout_test/blink_test_controller.h",
61 "browser/layout_test/layout_test_android.cc",
62 "browser/layout_test/layout_test_android.h",
63 "browser/layout_test/layout_test_bluetooth_adapter_provider.cc", 61 "browser/layout_test/layout_test_bluetooth_adapter_provider.cc",
64 "browser/layout_test/layout_test_bluetooth_adapter_provider.h", 62 "browser/layout_test/layout_test_bluetooth_adapter_provider.h",
65 "browser/layout_test/layout_test_bluetooth_chooser_factory.cc", 63 "browser/layout_test/layout_test_bluetooth_chooser_factory.cc",
66 "browser/layout_test/layout_test_bluetooth_chooser_factory.h", 64 "browser/layout_test/layout_test_bluetooth_chooser_factory.h",
67 "browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc", 65 "browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc",
68 "browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h", 66 "browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h",
69 "browser/layout_test/layout_test_browser_context.cc", 67 "browser/layout_test/layout_test_browser_context.cc",
70 "browser/layout_test/layout_test_browser_context.h", 68 "browser/layout_test/layout_test_browser_context.h",
71 "browser/layout_test/layout_test_browser_main.cc", 69 "browser/layout_test/layout_test_browser_main.cc",
72 "browser/layout_test/layout_test_browser_main.h", 70 "browser/layout_test/layout_test_browser_main.h",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 ] 303 ]
306 } 304 }
307 305
308 if (use_x11) { 306 if (use_x11) {
309 # Some tests rely on this tool at runtime. Note: it might be better if 307 # Some tests rely on this tool at runtime. Note: it might be better if
310 # the tests that needed it had this as a dep instead of adding it here. 308 # the tests that needed it had this as a dep instead of adding it here.
311 deps += [ "//ui/events/devices/x11" ] 309 deps += [ "//ui/events/devices/x11" ]
312 } 310 }
313 311
314 if (is_android) { 312 if (is_android) {
315 deps += [ "//content/shell/android:content_shell_jni_headers" ] 313 sources += [
314 "browser/layout_test/scoped_android_configuration.cc",
315 "browser/layout_test/scoped_android_configuration.h",
316 ]
317 deps += [
318 "//base/test:test_support",
319 "//content/shell/android:content_shell_jni_headers",
320 ]
316 } 321 }
317 322
318 if (is_posix && !is_mac) { 323 if (is_posix && !is_mac) {
319 deps += [ 324 deps += [
320 "//components/crash/content/app", 325 "//components/crash/content/app",
321 "//components/crash/content/browser", 326 "//components/crash/content/browser",
322 ] 327 ]
323 } 328 }
324 329
325 if (use_aura) { 330 if (use_aura) {
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 "{{bundle_resources_dir}}/{{source_file_part}}", 756 "{{bundle_resources_dir}}/{{source_file_part}}",
752 ] 757 ]
753 } 758 }
754 } 759 }
755 760
756 mojom("mojo_bindings") { 761 mojom("mojo_bindings") {
757 sources = [ 762 sources = [
758 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 763 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
759 ] 764 ]
760 } 765 }
OLDNEW
« 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