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

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

Issue 1827123002: Move 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
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | gpu/BUILD.gn » ('j') | 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 "../common/gpu/client/gpu_context_tests.h",
918 "../common/gpu/client/gpu_in_process_context_tests.cc", 919 "../common/gpu/client/gpu_in_process_context_tests.cc",
919 "run_all_gl_tests.cc", 920 "run_all_gl_tests.cc",
920 ] 921 ]
921 922
922 deps = [ 923 deps = [
923 ":test_support", 924 ":test_support",
924 "//base/test:test_support", 925 "//base/test:test_support",
925 "//content/browser:for_content_tests", 926 "//content/browser:for_content_tests",
926 "//content/public/common", 927 "//content/public/common",
927 "//gpu/blink", 928 "//gpu/blink",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1017 "//gpu:test_support", 1018 "//gpu:test_support",
1018 "//media/base/android", 1019 "//media/base/android",
1019 "//media/base/android:media_java", 1020 "//media/base/android:media_java",
1020 "//media/capture/video/android:capture_java", 1021 "//media/capture/video/android:capture_java",
1021 "//testing/gmock", 1022 "//testing/gmock",
1022 "//ui/android:ui_java", 1023 "//ui/android:ui_java",
1023 ] 1024 ]
1024 } 1025 }
1025 } 1026 }
1026 } 1027 }
OLDNEW
« no previous file with comments | « content/renderer/renderer_blink_platform_impl.cc ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698