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

Unified Diff: content/test/BUILD.gn

Issue 1902463002: Introduce components/display_compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove bot changes. Will do in a separate CL 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_tests.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 9e23c65a465595151164f528157d93c238568310..1084c6b4dc52d0c878362cd404baa5e40379eaf6 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -50,6 +50,7 @@ source_set("test_support") {
"//cc:test_support",
"//cc/blink",
"//cc/surfaces",
+ "//components/display_compositor",
"//components/scheduler:scheduler",
"//components/scheduler:test_support",
"//content/app:both_for_content_tests",
@@ -645,6 +646,7 @@ test("content_unittests") {
"//cc",
"//cc:test_support",
"//cc/surfaces",
+ "//components/display_compositor",
"//components/scheduler",
"//content:resources",
"//content/app:both_for_content_tests",
@@ -851,7 +853,6 @@ test("content_unittests") {
}
if (!use_aura && !is_mac) {
sources -= [
- "../browser/compositor/buffer_queue_unittest.cc",
"../browser/compositor/reflector_impl_unittest.cc",
"../browser/compositor/software_browser_compositor_output_surface_unittest.cc",
]
@@ -916,8 +917,6 @@ test("content_gl_tests") {
}
sources = [
- "../browser/compositor/gl_helper_unittest.cc",
- "../browser/compositor/yuv_readback_unittest.cc",
"../common/gpu/client/gpu_context_tests.h",
"../common/gpu/client/gpu_in_process_context_tests.cc",
"run_all_gl_tests.cc",
@@ -957,36 +956,6 @@ test("content_gl_tests") {
}
}
-test("content_gl_benchmark") {
- # See comment at the top of //content/BUILD.gn for why this is disabled in
- # component builds.
- if (is_component_build) {
- check_includes = false
- }
-
- sources = [
- "../browser/compositor/gl_helper_benchmark.cc",
- "run_gl_benchmark.cc",
- ]
-
- deps = [
- ":test_support",
- "//base/test:test_support",
- "//content/browser:for_content_tests",
- "//content/public/common",
- "//gpu/blink",
- "//gpu/command_buffer/client:gl_in_process_context",
- "//gpu/command_buffer/client:gles2_implementation",
- "//testing/gtest",
- "//third_party/WebKit/public:blink",
- "//ui/base",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/gl",
- "//ui/gl:test_support",
- ]
-}
-
if (is_android) {
# TODO(GYP): Port Windows and ChromeOS logic.
test("video_decode_accelerator_unittest") {
« 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