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

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

Issue 1867873002: Move unittests in content/common/gpu/client to gpu/ipc/client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 8 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
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 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 907
908 test("content_gl_tests") { 908 test("content_gl_tests") {
909 # See comment at the top of //content/BUILD.gn for why this is disabled in 909 # See comment at the top of //content/BUILD.gn for why this is disabled in
910 # component builds. 910 # component builds.
911 if (is_component_build) { 911 if (is_component_build) {
912 check_includes = false 912 check_includes = false
913 } 913 }
914 914
915 sources = [ 915 sources = [
916 "../browser/compositor/gl_helper_unittest.cc", 916 "../browser/compositor/gl_helper_unittest.cc",
917 "../common/gpu/client/gpu_context_tests.h",
918 "../common/gpu/client/gpu_in_process_context_tests.cc",
919 "run_all_gl_tests.cc", 917 "run_all_gl_tests.cc",
920 ] 918 ]
921 919
922 deps = [ 920 deps = [
923 ":test_support", 921 ":test_support",
924 "//base/test:test_support", 922 "//base/test:test_support",
925 "//content/browser:for_content_tests", 923 "//content/browser:for_content_tests",
926 "//content/public/common", 924 "//content/public/common",
927 "//gpu/blink", 925 "//gpu/blink",
928 "//gpu/command_buffer/client:gl_in_process_context", 926 "//gpu/command_buffer/client:gl_in_process_context",
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 "//gpu:test_support", 1015 "//gpu:test_support",
1018 "//media/base/android", 1016 "//media/base/android",
1019 "//media/base/android:media_java", 1017 "//media/base/android:media_java",
1020 "//media/capture/video/android:capture_java", 1018 "//media/capture/video/android:capture_java",
1021 "//testing/gmock", 1019 "//testing/gmock",
1022 "//ui/android:ui_java", 1020 "//ui/android:ui_java",
1023 ] 1021 ]
1024 } 1022 }
1025 } 1023 }
1026 } 1024 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698