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

Side by Side Diff: content/shell/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 unified diff | Download patch
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 14 matching lines...) Expand all
87 "browser/layout_test/layout_test_notification_manager.cc", 85 "browser/layout_test/layout_test_notification_manager.cc",
88 "browser/layout_test/layout_test_notification_manager.h", 86 "browser/layout_test/layout_test_notification_manager.h",
89 "browser/layout_test/layout_test_permission_manager.cc", 87 "browser/layout_test/layout_test_permission_manager.cc",
90 "browser/layout_test/layout_test_permission_manager.h", 88 "browser/layout_test/layout_test_permission_manager.h",
91 "browser/layout_test/layout_test_push_messaging_service.cc", 89 "browser/layout_test/layout_test_push_messaging_service.cc",
92 "browser/layout_test/layout_test_push_messaging_service.h", 90 "browser/layout_test/layout_test_push_messaging_service.h",
93 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc", 91 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc",
94 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h", 92 "browser/layout_test/layout_test_resource_dispatcher_host_delegate.h",
95 "browser/layout_test/layout_test_url_request_context_getter.cc", 93 "browser/layout_test/layout_test_url_request_context_getter.cc",
96 "browser/layout_test/layout_test_url_request_context_getter.h", 94 "browser/layout_test/layout_test_url_request_context_getter.h",
95 "browser/layout_test/scoped_android_configuration.cc",
96 "browser/layout_test/scoped_android_configuration.h",
97 "browser/layout_test/secondary_test_window_observer.cc", 97 "browser/layout_test/secondary_test_window_observer.cc",
98 "browser/layout_test/secondary_test_window_observer.h", 98 "browser/layout_test/secondary_test_window_observer.h",
99 "browser/layout_test/test_info_extractor.cc", 99 "browser/layout_test/test_info_extractor.cc",
100 "browser/layout_test/test_info_extractor.h", 100 "browser/layout_test/test_info_extractor.h",
101 "browser/shell.cc", 101 "browser/shell.cc",
102 "browser/shell.h", 102 "browser/shell.h",
103 "browser/shell_access_token_store.cc", 103 "browser/shell_access_token_store.cc",
104 "browser/shell_access_token_store.h", 104 "browser/shell_access_token_store.h",
105 "browser/shell_android.cc", 105 "browser/shell_android.cc",
106 "browser/shell_application_mac.h", 106 "browser/shell_application_mac.h",
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 ] 305 ]
306 } 306 }
307 307
308 if (use_x11) { 308 if (use_x11) {
309 # Some tests rely on this tool at runtime. Note: it might be better if 309 # 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. 310 # the tests that needed it had this as a dep instead of adding it here.
311 deps += [ "//ui/events/devices/x11" ] 311 deps += [ "//ui/events/devices/x11" ]
312 } 312 }
313 313
314 if (is_android) { 314 if (is_android) {
315 deps += [ "//content/shell/android:content_shell_jni_headers" ] 315 deps += [
316 "//base/test:test_support",
317 "//content/shell/android:content_shell_jni_headers",
318 ]
316 } 319 }
317 320
318 if (is_posix && !is_mac) { 321 if (is_posix && !is_mac) {
319 deps += [ 322 deps += [
320 "//components/crash/content/app", 323 "//components/crash/content/app",
321 "//components/crash/content/browser", 324 "//components/crash/content/browser",
322 ] 325 ]
323 } 326 }
324 327
325 if (use_aura) { 328 if (use_aura) {
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 "{{bundle_resources_dir}}/{{source_file_part}}", 754 "{{bundle_resources_dir}}/{{source_file_part}}",
752 ] 755 ]
753 } 756 }
754 } 757 }
755 758
756 mojom("mojo_bindings") { 759 mojom("mojo_bindings") {
757 sources = [ 760 sources = [
758 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom", 761 "common/layout_test/layout_test_bluetooth_fake_adapter_setter.mojom",
759 ] 762 ]
760 } 763 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698