summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authorzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-05 01:04:18 +0000
committerzmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-05 01:04:18 +0000
commit12f3e6ae91c76613e7d8cfc4e303611e922e21b2 (patch)
tree4e0d1e3e00274a1b0d8ce24303ecd5a72a5ccc29 /gpu/gpu.gyp
parent2c858a85313b7a5b4144504ae2adf7e2a9663dec (diff)
downloadchromium_src-12f3e6ae91c76613e7d8cfc4e303611e922e21b2.zip
chromium_src-12f3e6ae91c76613e7d8cfc4e303611e922e21b2.tar.gz
chromium_src-12f3e6ae91c76613e7d8cfc4e303611e922e21b2.tar.bz2
Include angle tests in gpu_unittests
BUG= TEST=gpu_unittests R=kbr@chromium.org, piman@chromium.org Review URL: https://codereview.chromium.org/23509013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227161 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp28
1 files changed, 28 insertions, 0 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 8fef21d..63e77cc 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': [