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

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

Issue 1950183002: Add two missing tests to gn build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/test/BUILD.gn ('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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after
870 test("content_perftests") { 870 test("content_perftests") {
871 # See comment at the top of //content/BUILD.gn for why this is disabled in 871 # See comment at the top of //content/BUILD.gn for why this is disabled in
872 # component builds. 872 # component builds.
873 if (is_component_build) { 873 if (is_component_build) {
874 check_includes = false 874 check_includes = false
875 } 875 }
876 876
877 sources = [ 877 sources = [
878 "../browser/renderer_host/input/input_router_impl_perftest.cc", 878 "../browser/renderer_host/input/input_router_impl_perftest.cc",
879 "../common/cc_messages_perftest.cc", 879 "../common/cc_messages_perftest.cc",
880 "../common/discardable_shared_memory_heap_perftest.cc",
880 "../test/run_all_perftests.cc", 881 "../test/run_all_perftests.cc",
881 ] 882 ]
882 deps = [ 883 deps = [
883 "//base/test:test_support", 884 "//base/test:test_support",
884 "//cc", 885 "//cc",
885 "//content/browser:for_content_tests", 886 "//content/browser:for_content_tests",
886 "//content/public/browser", 887 "//content/public/browser",
887 "//content/public/common", 888 "//content/public/common",
888 "//content/test:test_support", 889 "//content/test:test_support",
889 "//skia", 890 "//skia",
890 "//testing/gtest", 891 "//testing/gtest",
891 "//testing/perf", 892 "//testing/perf",
892 "//ui/gfx", 893 "//ui/gfx",
893 "//ui/gfx/geometry", 894 "//ui/gfx/geometry",
894 ] 895 ]
895 896
896 if (is_android) { 897 if (is_android) {
897 deps += [ "//testing/android/native_test:native_test_native_code" ] 898 deps += [ "//testing/android/native_test:native_test_native_code" ]
898 } 899 }
899 } 900 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698