| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/sanitizers/sanitizers.gni") | 7 import("//build/config/sanitizers/sanitizers.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
| 10 import("//tools/grit/repack.gni") | 10 import("//tools/grit/repack.gni") |
| (...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 763 } | 763 } |
| 764 } | 764 } |
| 765 } | 765 } |
| 766 | 766 |
| 767 source_set("browser_tests") { | 767 source_set("browser_tests") { |
| 768 testonly = true | 768 testonly = true |
| 769 | 769 |
| 770 sources = [ | 770 sources = [ |
| 771 "browser_tests/blimp_browser_test.cc", | 771 "browser_tests/blimp_browser_test.cc", |
| 772 "browser_tests/blimp_browser_test.h", | 772 "browser_tests/blimp_browser_test.h", |
| 773 "browser_tests/blimp_client_session.cc", |
| 774 "browser_tests/blimp_client_session.h", |
| 773 "browser_tests/blimp_contents_view_readback_helper.cc", | 775 "browser_tests/blimp_contents_view_readback_helper.cc", |
| 774 "browser_tests/blimp_contents_view_readback_helper.h", | 776 "browser_tests/blimp_contents_view_readback_helper.h", |
| 775 "browser_tests/blimp_test_launcher.cc", | 777 "browser_tests/blimp_test_launcher.cc", |
| 776 "browser_tests/input_browsertest.cc", | 778 "browser_tests/input_browsertest.cc", |
| 777 "browser_tests/integration_test.cc", | 779 "browser_tests/integration_test.cc", |
| 778 "browser_tests/navigation_browsertest.cc", | 780 "browser_tests/navigation_browsertest.cc", |
| 781 "browser_tests/test_client_session.cc", |
| 782 "browser_tests/test_client_session.h", |
| 779 "browser_tests/waitable_content_pump.cc", | 783 "browser_tests/waitable_content_pump.cc", |
| 780 "browser_tests/waitable_content_pump.h", | 784 "browser_tests/waitable_content_pump.h", |
| 781 ] | 785 ] |
| 782 | 786 |
| 783 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 787 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| 784 | 788 |
| 785 deps = [ | 789 deps = [ |
| 786 "//base", | 790 "//base", |
| 787 "//blimp/client/app:session", | 791 "//blimp/client/core/compositor", |
| 788 "//blimp/client/app:test_support", | 792 "//blimp/client/core/contents", |
| 789 "//blimp/client/core/contents:test_support", | 793 "//blimp/client/core/contents:test_support", |
| 790 "//blimp/client/core/context", | 794 "//blimp/client/core/context", |
| 795 "//blimp/client/core/geolocation", |
| 796 "//blimp/client/core/render_widget", |
| 791 "//blimp/client/core/render_widget:test_support", | 797 "//blimp/client/core/render_widget:test_support", |
| 792 "//blimp/client/core/session", | 798 "//blimp/client/core/session", |
| 799 "//blimp/client/core/settings", |
| 793 "//blimp/client/core/switches", | 800 "//blimp/client/core/switches", |
| 794 "//blimp/client/test", | 801 "//blimp/client/test", |
| 795 "//blimp/common", | 802 "//blimp/common", |
| 803 "//blimp/common/proto", |
| 796 "//blimp/engine:app", | 804 "//blimp/engine:app", |
| 797 "//blimp/engine:app_config", | 805 "//blimp/engine:app_config", |
| 798 "//blimp/engine:app_switches", | 806 "//blimp/engine:app_switches", |
| 799 "//blimp/engine:pak", | 807 "//blimp/engine:pak", |
| 800 "//blimp/engine:session", | 808 "//blimp/engine:session", |
| 801 "//blimp/engine:test_support", | 809 "//blimp/engine:test_support", |
| 802 "//blimp/net", | 810 "//blimp/net", |
| 803 "//components/prefs:test_support", | 811 "//components/prefs:test_support", |
| 804 "//content/public/app:both", | 812 "//content/public/app:both", |
| 805 "//content/test:test_support", | 813 "//content/test:test_support", |
| 814 "//device/geolocation", |
| 815 "//net", |
| 806 "//testing/gmock", | 816 "//testing/gmock", |
| 807 "//testing/gtest", | 817 "//testing/gtest", |
| 818 "//ui/events", |
| 819 "//ui/gfx/geometry", |
| 820 "//url", |
| 808 ] | 821 ] |
| 809 | 822 |
| 810 data = [ | 823 data = [ |
| 811 "//blimp/test/data/", | 824 "//blimp/test/data/", |
| 812 "$root_out_dir/blimp_engine.pak", | 825 "$root_out_dir/blimp_engine.pak", |
| 813 ] | 826 ] |
| 814 } | 827 } |
| OLD | NEW |