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

Unified Diff: content/content_tests.gypi

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_gl_tests.isolate ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index b6fef25300d2bb7563da36aa9932c5ee15f89c34..72b97b33e7def549ba3d0e59d0d9107654610719 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -821,7 +821,6 @@
'browser/android/java/java_type_unittest.cc',
'browser/android/java/jni_helper_unittest.cc',
'browser/android/url_request_content_job_unittest.cc',
- 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc',
'renderer/java/gin_java_bridge_value_converter_unittest.cc',
'renderer/media/android/webmediasession_android_unittest.cc',
],
@@ -1514,47 +1513,6 @@
}],
],
},
- {
- # GN version: //content/test:content_gl_tests
- 'target_name': 'content_gl_tests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- 'content.gyp:content_common',
- 'test_support_content',
- '../base/base.gyp:test_support_base',
- '../gpu/gpu.gyp:command_buffer_common',
- '../testing/gtest.gyp:gtest',
- '../third_party/WebKit/public/blink.gyp:blink',
- '../ui/base/ui_base.gyp:ui_base',
- '../ui/gfx/gfx.gyp:gfx',
- '../ui/gfx/gfx.gyp:gfx_geometry',
- '../ui/gfx/gfx.gyp:gfx_test_support',
- '../ui/gl/gl.gyp:gl',
- '../ui/gl/gl.gyp:gl_test_support',
- '../v8/src/v8.gyp:v8',
- ],
- 'include_dirs': [
- '..',
- ],
- 'sources': [
- 'common/gpu/client/gpu_context_tests.h',
- 'common/gpu/client/gpu_in_process_context_tests.cc',
- 'test/run_all_gl_tests.cc',
- ],
- 'conditions': [
- ['OS=="android"', {
- 'dependencies': [
- '../testing/android/native_test.gyp:native_test_native_code',
- ],
- }, {
- 'dependencies': [
- # Runtime dependencis.
- '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
- '../third_party/mesa/mesa.gyp:osmesa',
- ],
- }],
- ],
- },
],
'conditions': [
['test_isolation_mode != "noop"', {
@@ -1611,26 +1569,6 @@
],
},
],
- 'conditions': [
- ['archive_gpu_tests==1', {
- 'targets': [
- {
- # GN: content/test:content_gl_tests_run
- 'target_name': 'content_gl_tests_run',
- 'type': 'none',
- 'dependencies': [
- 'content_shell_and_tests.gyp:content_gl_tests',
- ],
- 'includes': [
- '../build/isolate.gypi',
- ],
- 'sources': [
- 'content_gl_tests.isolate',
- ],
- },
- ],
- }],
- ],
}],
['chromeos==1 or OS=="win" or OS=="android"', {
'targets': [
@@ -1813,21 +1751,6 @@
['OS == "android"', {
'targets': [
{
- # GN: //content/test:content_gl_tests
- 'target_name': 'content_gl_tests_apk',
- 'type': 'none',
- 'dependencies': [
- 'content_gl_tests',
- 'content_java_test_support',
- ],
- 'variables': {
- 'test_suite_name': 'content_gl_tests',
- },
- 'includes': [
- '../build/apk_test.gypi',
- ],
- },
- {
# GN: //content/test:content_unittests
'target_name': 'content_unittests_apk',
'type': 'none',
« no previous file with comments | « content/content_gl_tests.isolate ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698