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

Unified Diff: gpu/gpu.gyp

Issue 23509013: Include angle tests in gpu_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 3 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
« gpu/angle_unittest_main.cc ('K') | « gpu/command_buffer_service.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 316aa914422f377e672ec0d387fc096c16d03293..229b47d0faad875e1c50dd63dca63c544be44c79 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -118,6 +118,34 @@
],
},
{
+ 'target_name': 'angle_unittests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '../testing/gmock.gyp:gmock',
+ '../testing/gtest.gyp:gtest',
+ '../third_party/angle_dx11/src/build_angle.gyp:translator_static',
+ ],
+ 'variables': {
+ 'ANGLE_DIR': '../third_party/angle_dx11',
+ },
+ 'includes': [
+ '../third_party/angle_dx11/tests/preprocessor_tests/preprocessor_tests.gypi',
+ '../third_party/angle_dx11/tests/compiler_tests/compiler_tests.gypi',
+ ],
+ 'include_dirs': [
+ '..',
+ '../third_party/angle_dx11/include',
+ '../third_party/angle_dx11/src',
+ '../third_party/angle_dx11/src/compiler/preprocessor',
+ '../third_party/angle_dx11/tests',
+ ],
+ 'sources': [
+ 'angle_unittest_main.cc',
+ ],
+ },
+ {
'target_name': 'gpu_unittests',
'type': '<(gtest_target_type)',
'dependencies': [
@@ -125,7 +153,7 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
- '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl',
+ '../third_party/angle_dx11/src/build_angle.gyp:translator_static',
'../ui/gl/gl.gyp:gl',
'../ui/ui.gyp:ui',
'command_buffer/command_buffer.gyp:gles2_utils',
@@ -252,7 +280,7 @@
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
- '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl',
+ '../third_party/angle_dx11/src/build_angle.gyp:translator_static',
'../ui/ui.gyp:ui',
'command_buffer/command_buffer.gyp:gles2_utils',
'command_buffer_client',
« gpu/angle_unittest_main.cc ('K') | « gpu/command_buffer_service.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698