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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/content_tests.gypi ('k') | content/test/content_test_suite.cc » ('j') | 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 fdb5ee20860c2fcd168a1dbfe5e96239eb3e1bb3..03ca8a943100da4e5e3daf431aab97b50371a4fa 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -908,52 +908,6 @@ test("content_perftests") {
}
}
-test("content_gl_tests") {
- # 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 = [
- "../common/gpu/client/gpu_context_tests.h",
- "../common/gpu/client/gpu_in_process_context_tests.cc",
- "run_all_gl_tests.cc",
- ]
-
- deps = [
- ":test_support",
- "//base/test:test_support",
- "//content/browser:for_content_tests",
- "//content/public/common",
- "//gpu/command_buffer/client:gl_in_process_context",
- "//gpu/command_buffer/client:gles2_implementation",
- "//gpu/command_buffer/common",
- "//media",
- "//testing/gtest",
- "//third_party/WebKit/public:blink",
- "//ui/base",
- "//ui/gfx",
- "//ui/gfx:test_support",
- "//ui/gfx/geometry",
- "//ui/gl",
- "//ui/gl:test_support",
- "//v8",
- ]
-
- if (is_android) {
- deps += [
- "//content/public/test/android:content_java_test_support",
- "//content/shell/android:content_shell_assets",
- ]
- } else {
- data_deps = [
- "//third_party/ffmpeg",
- "//third_party/mesa:osmesa",
- ]
- }
-}
-
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') | content/test/content_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698