OLD | NEW |
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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 "//ui/gl:test_support", | 719 "//ui/gl:test_support", |
720 "//ui/resources", | 720 "//ui/resources", |
721 "//ui/shell_dialogs", | 721 "//ui/shell_dialogs", |
722 "//ui/snapshot", | 722 "//ui/snapshot", |
723 ] | 723 ] |
724 | 724 |
725 data = [] | 725 data = [] |
726 | 726 |
727 data_deps = [ | 727 data_deps = [ |
728 "//content/shell:pak", | 728 "//content/shell:pak", |
729 "//testing/buildbot/filters:content_browsertests", | |
730 "//third_party/mesa:osmesa", | 729 "//third_party/mesa:osmesa", |
731 ] | 730 ] |
732 | 731 |
733 if (enable_plugins) { | 732 if (enable_plugins) { |
734 deps += [ | 733 deps += [ |
735 "//ppapi/host", | 734 "//ppapi/host", |
736 "//ppapi/proxy", | 735 "//ppapi/proxy", |
737 "//ppapi/proxy:ipc", | 736 "//ppapi/proxy:ipc", |
738 "//ppapi/shared_impl:test_support", | 737 "//ppapi/shared_impl:test_support", |
739 ] | 738 ] |
(...skipping 16 matching lines...) Expand all Loading... |
756 "//net/tools/testserver/", | 755 "//net/tools/testserver/", |
757 "//ppapi/tests/test_case.html", | 756 "//ppapi/tests/test_case.html", |
758 "//ppapi/tests/test_page.css", | 757 "//ppapi/tests/test_page.css", |
759 "//third_party/pyftpdlib/", | 758 "//third_party/pyftpdlib/", |
760 "//third_party/pywebsocket/", | 759 "//third_party/pywebsocket/", |
761 "//third_party/tlslite/", | 760 "//third_party/tlslite/", |
762 ] | 761 ] |
763 } | 762 } |
764 | 763 |
765 if (is_win || is_linux || is_android) { | 764 if (is_win || is_linux || is_android) { |
| 765 data += [ "//testing/buildbot/filters/site-per-process.content_browsertests.
filter" ] |
766 } | 766 } |
767 | 767 |
768 if (is_win) { | 768 if (is_win) { |
769 sources += [ "../browser/accessibility/accessibility_win_browsertest.cc" ] | 769 sources += [ "../browser/accessibility/accessibility_win_browsertest.cc" ] |
770 | 770 |
771 deps += [ | 771 deps += [ |
772 "//content/app/strings", | 772 "//content/app/strings", |
773 "//net:net_resources", | 773 "//net:net_resources", |
774 "//third_party/WebKit/public:resources", | 774 "//third_party/WebKit/public:resources", |
775 "//third_party/iaccessible2", | 775 "//third_party/iaccessible2", |
776 "//third_party/isimpledom", | 776 "//third_party/isimpledom", |
777 ] | 777 ] |
778 | 778 |
779 libs = [ "oleacc.lib" ] | 779 libs = [ "oleacc.lib" ] |
780 | 780 |
781 if (symbol_level != 0) { | 781 if (symbol_level != 0) { |
782 data += [ "$root_out_dir/content_browsertests.exe.pdb" ] | 782 data += [ "$root_out_dir/content_browsertests.exe.pdb" ] |
783 } | 783 } |
784 } | 784 } |
785 | 785 |
786 if (is_linux) { | 786 if (is_linux) { |
787 sources += [ "../zygote/zygote_browsertest.cc" ] | 787 sources += [ "../zygote/zygote_browsertest.cc" ] |
| 788 data += [ "//testing/buildbot/filters/browser-side-navigation.linux.content_
browsertests.filter" ] |
788 } | 789 } |
789 | 790 |
790 if (is_android) { | 791 if (is_android) { |
791 sources += [ | 792 sources += [ |
792 "../browser/accessibility/android_granularity_movement_browsertest.cc", | 793 "../browser/accessibility/android_granularity_movement_browsertest.cc", |
793 "../browser/media/session/audio_focus_delegate_android_browsertest.cc", | 794 "../browser/media/session/audio_focus_delegate_android_browsertest.cc", |
794 "../shell/android/browsertests_apk/content_browser_tests_jni_onload.cc", | 795 "../shell/android/browsertests_apk/content_browser_tests_jni_onload.cc", |
795 ] | 796 ] |
796 sources -= [ | 797 sources -= [ |
797 "../browser/battery_status/battery_monitor_impl_browsertest.cc", | 798 "../browser/battery_status/battery_monitor_impl_browsertest.cc", |
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1706 if (is_android) { | 1707 if (is_android) { |
1707 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1708 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1708 } | 1709 } |
1709 } | 1710 } |
1710 | 1711 |
1711 group("fuzzers") { | 1712 group("fuzzers") { |
1712 deps = [ | 1713 deps = [ |
1713 "//content/test/fuzzer", | 1714 "//content/test/fuzzer", |
1714 ] | 1715 ] |
1715 } | 1716 } |
OLD | NEW |