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", |
729 "//third_party/mesa:osmesa", | 730 "//third_party/mesa:osmesa", |
730 ] | 731 ] |
731 | 732 |
732 if (enable_plugins) { | 733 if (enable_plugins) { |
733 deps += [ | 734 deps += [ |
734 "//ppapi/host", | 735 "//ppapi/host", |
735 "//ppapi/proxy", | 736 "//ppapi/proxy", |
736 "//ppapi/proxy:ipc", | 737 "//ppapi/proxy:ipc", |
737 "//ppapi/shared_impl:test_support", | 738 "//ppapi/shared_impl:test_support", |
738 ] | 739 ] |
(...skipping 16 matching lines...) Expand all Loading... |
755 "//net/tools/testserver/", | 756 "//net/tools/testserver/", |
756 "//ppapi/tests/test_case.html", | 757 "//ppapi/tests/test_case.html", |
757 "//ppapi/tests/test_page.css", | 758 "//ppapi/tests/test_page.css", |
758 "//third_party/pyftpdlib/", | 759 "//third_party/pyftpdlib/", |
759 "//third_party/pywebsocket/", | 760 "//third_party/pywebsocket/", |
760 "//third_party/tlslite/", | 761 "//third_party/tlslite/", |
761 ] | 762 ] |
762 } | 763 } |
763 | 764 |
764 if (is_win || is_linux || is_android) { | 765 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" ] | |
789 } | 788 } |
790 | 789 |
791 if (is_android) { | 790 if (is_android) { |
792 sources += [ | 791 sources += [ |
793 "../browser/accessibility/android_granularity_movement_browsertest.cc", | 792 "../browser/accessibility/android_granularity_movement_browsertest.cc", |
794 "../browser/media/session/audio_focus_delegate_android_browsertest.cc", | 793 "../browser/media/session/audio_focus_delegate_android_browsertest.cc", |
795 "../shell/android/browsertests_apk/content_browser_tests_jni_onload.cc", | 794 "../shell/android/browsertests_apk/content_browser_tests_jni_onload.cc", |
796 ] | 795 ] |
797 sources -= [ | 796 sources -= [ |
798 "../browser/battery_status/battery_monitor_impl_browsertest.cc", | 797 "../browser/battery_status/battery_monitor_impl_browsertest.cc", |
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1707 if (is_android) { | 1706 if (is_android) { |
1708 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1707 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1709 } | 1708 } |
1710 } | 1709 } |
1711 | 1710 |
1712 group("fuzzers") { | 1711 group("fuzzers") { |
1713 deps = [ | 1712 deps = [ |
1714 "//content/test/fuzzer", | 1713 "//content/test/fuzzer", |
1715 ] | 1714 ] |
1716 } | 1715 } |
OLD | NEW |