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

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

Issue 1895443004: Pull YUV Readback tests out of gl_helper_unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase + Cleanup 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
« 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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 908
909 test("content_gl_tests") { 909 test("content_gl_tests") {
910 # See comment at the top of //content/BUILD.gn for why this is disabled in 910 # See comment at the top of //content/BUILD.gn for why this is disabled in
911 # component builds. 911 # component builds.
912 if (is_component_build) { 912 if (is_component_build) {
913 check_includes = false 913 check_includes = false
914 } 914 }
915 915
916 sources = [ 916 sources = [
917 "../browser/compositor/gl_helper_unittest.cc", 917 "../browser/compositor/gl_helper_unittest.cc",
918 "../browser/compositor/yuv_readback_unittest.cc",
918 "../common/gpu/client/gpu_context_tests.h", 919 "../common/gpu/client/gpu_context_tests.h",
919 "../common/gpu/client/gpu_in_process_context_tests.cc", 920 "../common/gpu/client/gpu_in_process_context_tests.cc",
920 "run_all_gl_tests.cc", 921 "run_all_gl_tests.cc",
921 ] 922 ]
922 923
923 deps = [ 924 deps = [
924 ":test_support", 925 ":test_support",
925 "//base/test:test_support", 926 "//base/test:test_support",
926 "//content/browser:for_content_tests", 927 "//content/browser:for_content_tests",
927 "//content/public/common", 928 "//content/public/common",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 "//gpu:test_support", 1019 "//gpu:test_support",
1019 "//media/base/android", 1020 "//media/base/android",
1020 "//media/base/android:media_java", 1021 "//media/base/android:media_java",
1021 "//media/capture/video/android:capture_java", 1022 "//media/capture/video/android:capture_java",
1022 "//testing/gmock", 1023 "//testing/gmock",
1023 "//ui/android:ui_java", 1024 "//ui/android:ui_java",
1024 ] 1025 ]
1025 } 1026 }
1026 } 1027 }
1027 } 1028 }
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