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

Side by Side Diff: content/test/BUILD.gn

Issue 1993543002: cc: Move cc param traits tests to cc/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added IPC dependency Created 4 years, 7 months 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
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/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("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 874
875 test("content_perftests") { 875 test("content_perftests") {
876 # See comment at the top of //content/BUILD.gn for why this is disabled in 876 # See comment at the top of //content/BUILD.gn for why this is disabled in
877 # component builds. 877 # component builds.
878 if (is_component_build) { 878 if (is_component_build) {
879 check_includes = false 879 check_includes = false
880 } 880 }
881 881
882 sources = [ 882 sources = [
883 "../browser/renderer_host/input/input_router_impl_perftest.cc", 883 "../browser/renderer_host/input/input_router_impl_perftest.cc",
884 "../common/cc_messages_perftest.cc",
885 "../common/discardable_shared_memory_heap_perftest.cc", 884 "../common/discardable_shared_memory_heap_perftest.cc",
886 "../test/run_all_perftests.cc", 885 "../test/run_all_perftests.cc",
887 ] 886 ]
888 deps = [ 887 deps = [
889 "//base/test:test_support", 888 "//base/test:test_support",
890 "//cc", 889 "//cc",
891 "//cc/ipc", 890 "//cc/ipc",
892 "//content/browser:for_content_tests", 891 "//content/browser:for_content_tests",
893 "//content/public/browser", 892 "//content/public/browser",
894 "//content/public/common", 893 "//content/public/common",
895 "//content/test:test_support", 894 "//content/test:test_support",
896 "//skia", 895 "//skia",
897 "//testing/gtest", 896 "//testing/gtest",
898 "//testing/perf", 897 "//testing/perf",
899 "//ui/gfx", 898 "//ui/gfx",
900 "//ui/gfx/geometry", 899 "//ui/gfx/geometry",
901 ] 900 ]
902 901
903 if (is_android) { 902 if (is_android) {
904 deps += [ "//testing/android/native_test:native_test_native_code" ] 903 deps += [ "//testing/android/native_test:native_test_native_code" ]
905 } 904 }
906 } 905 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698