| 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/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build_overrides/v8.gni") | 9 import("//build_overrides/v8.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] | 353 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] |
| 354 | 354 |
| 355 configs += [ | 355 configs += [ |
| 356 "//build/config:precompiled_headers", | 356 "//build/config:precompiled_headers", |
| 357 "//build/config/compiler:no_size_t_to_int_warning", | 357 "//build/config/compiler:no_size_t_to_int_warning", |
| 358 ] | 358 ] |
| 359 | 359 |
| 360 deps = [ | 360 deps = [ |
| 361 ":browsertest_support", | 361 ":browsertest_support", |
| 362 ":web_ui_test_mojo_bindings", | 362 ":web_ui_test_mojo_bindings", |
| 363 "//base/allocator", | |
| 364 "//base/test:test_support", | 363 "//base/test:test_support", |
| 365 "//content:resources", | 364 "//content:resources", |
| 366 "//content/browser/background_sync:background_sync_proto", | 365 "//content/browser/background_sync:background_sync_proto", |
| 367 "//content/common:mojo_bindings", | 366 "//content/common:mojo_bindings", |
| 368 "//content/gpu", | 367 "//content/gpu", |
| 369 "//content/public/common", | 368 "//content/public/common", |
| 370 "//content/public/plugin", | 369 "//content/public/plugin", |
| 371 "//content/public/renderer", | 370 "//content/public/renderer", |
| 372 "//content/shell:content_shell_lib", | 371 "//content/shell:content_shell_lib", |
| 373 "//content/shell:pak", | 372 "//content/shell:pak", |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 data += [ "$root_out_dir/content_shell_assets/content_shell.pak" ] | 550 data += [ "$root_out_dir/content_shell_assets/content_shell.pak" ] |
| 552 } else { | 551 } else { |
| 553 data += [ "$root_out_dir/content_shell.pak" ] | 552 data += [ "$root_out_dir/content_shell.pak" ] |
| 554 } | 553 } |
| 555 } | 554 } |
| 556 | 555 |
| 557 configs += [ "//build/config:precompiled_headers" ] | 556 configs += [ "//build/config:precompiled_headers" ] |
| 558 | 557 |
| 559 deps = [ | 558 deps = [ |
| 560 ":test_support", | 559 ":test_support", |
| 561 "//base/allocator", | |
| 562 "//base/test:test_support", | 560 "//base/test:test_support", |
| 563 "//content/browser/background_sync:background_sync_proto", | 561 "//content/browser/background_sync:background_sync_proto", |
| 564 "//content/browser/cache_storage:cache_storage_proto", | 562 "//content/browser/cache_storage:cache_storage_proto", |
| 565 "//content/browser/notifications:notification_proto", | 563 "//content/browser/notifications:notification_proto", |
| 566 "//content/browser/service_worker:service_worker_proto", | 564 "//content/browser/service_worker:service_worker_proto", |
| 567 "//content/browser/speech/proto", | 565 "//content/browser/speech/proto", |
| 568 "//content/common:mojo_bindings", | 566 "//content/common:mojo_bindings", |
| 569 "//content/public/browser", | 567 "//content/public/browser", |
| 570 "//content/public/common", | 568 "//content/public/common", |
| 571 "//content/public/common:mojo_bindings", | 569 "//content/public/common:mojo_bindings", |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 776 } | 774 } |
| 777 } | 775 } |
| 778 | 776 |
| 779 test("content_perftests") { | 777 test("content_perftests") { |
| 780 sources = [ | 778 sources = [ |
| 781 "../browser/renderer_host/input/input_router_impl_perftest.cc", | 779 "../browser/renderer_host/input/input_router_impl_perftest.cc", |
| 782 "../common/cc_messages_perftest.cc", | 780 "../common/cc_messages_perftest.cc", |
| 783 "../test/run_all_perftests.cc", | 781 "../test/run_all_perftests.cc", |
| 784 ] | 782 ] |
| 785 deps = [ | 783 deps = [ |
| 786 "//base/allocator", | |
| 787 "//base/test:test_support", | 784 "//base/test:test_support", |
| 788 "//cc", | 785 "//cc", |
| 789 "//content/public/browser", | 786 "//content/public/browser", |
| 790 "//content/public/common", | 787 "//content/public/common", |
| 791 "//content/test:test_support", | 788 "//content/test:test_support", |
| 792 "//skia", | 789 "//skia", |
| 793 "//testing/gtest", | 790 "//testing/gtest", |
| 794 "//testing/perf", | 791 "//testing/perf", |
| 795 "//ui/gfx", | 792 "//ui/gfx", |
| 796 "//ui/gfx/geometry", | 793 "//ui/gfx/geometry", |
| (...skipping 14 matching lines...) Expand all Loading... |
| 811 } | 808 } |
| 812 | 809 |
| 813 test("content_gl_tests") { | 810 test("content_gl_tests") { |
| 814 sources = [ | 811 sources = [ |
| 815 "../common/gpu/client/gl_helper_unittest.cc", | 812 "../common/gpu/client/gl_helper_unittest.cc", |
| 816 "../common/gpu/client/gpu_in_process_context_tests.cc", | 813 "../common/gpu/client/gpu_in_process_context_tests.cc", |
| 817 ] | 814 ] |
| 818 | 815 |
| 819 deps = [ | 816 deps = [ |
| 820 ":test_support", | 817 ":test_support", |
| 821 "//base/allocator", | |
| 822 "//base/test:test_support", | 818 "//base/test:test_support", |
| 823 "//content/public/common", | 819 "//content/public/common", |
| 824 "//gpu/blink", | 820 "//gpu/blink", |
| 825 "//gpu/command_buffer/common", | 821 "//gpu/command_buffer/common", |
| 826 "//testing/gtest", | 822 "//testing/gtest", |
| 827 "//third_party/WebKit/public:blink", | 823 "//third_party/WebKit/public:blink", |
| 828 "//ui/base", | 824 "//ui/base", |
| 829 "//ui/gfx", | 825 "//ui/gfx", |
| 830 "//ui/gfx:test_support", | 826 "//ui/gfx:test_support", |
| 831 "//ui/gfx/geometry", | 827 "//ui/gfx/geometry", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 847 } | 843 } |
| 848 } | 844 } |
| 849 | 845 |
| 850 test("content_gl_benchmark") { | 846 test("content_gl_benchmark") { |
| 851 sources = [ | 847 sources = [ |
| 852 "../common/gpu/client/gl_helper_benchmark.cc", | 848 "../common/gpu/client/gl_helper_benchmark.cc", |
| 853 ] | 849 ] |
| 854 | 850 |
| 855 deps = [ | 851 deps = [ |
| 856 ":test_support", | 852 ":test_support", |
| 857 "//base/allocator", | |
| 858 "//base/test:test_support", | 853 "//base/test:test_support", |
| 859 "//content/public/common", | 854 "//content/public/common", |
| 860 "//gpu/blink", | 855 "//gpu/blink", |
| 861 "//testing/gtest", | 856 "//testing/gtest", |
| 862 "//third_party/WebKit/public:blink", | 857 "//third_party/WebKit/public:blink", |
| 863 "//ui/base", | 858 "//ui/base", |
| 864 "//ui/gfx", | 859 "//ui/gfx", |
| 865 "//ui/gfx/geometry", | 860 "//ui/gfx/geometry", |
| 866 "//ui/gl", | 861 "//ui/gl", |
| 867 "//ui/gl:test_support", | 862 "//ui/gl:test_support", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 901 deps += [ | 896 deps += [ |
| 902 "//gpu:test_support", | 897 "//gpu:test_support", |
| 903 "//media/base/android", | 898 "//media/base/android", |
| 904 "//media/base/android:media_java", | 899 "//media/base/android:media_java", |
| 905 "//testing/gmock", | 900 "//testing/gmock", |
| 906 "//ui/android:ui_java", | 901 "//ui/android:ui_java", |
| 907 ] | 902 ] |
| 908 } | 903 } |
| 909 } | 904 } |
| 910 } | 905 } |
| OLD | NEW |