diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-05 01:04:18 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-05 01:04:18 +0000 |
commit | 12f3e6ae91c76613e7d8cfc4e303611e922e21b2 (patch) | |
tree | 4e0d1e3e00274a1b0d8ce24303ecd5a72a5ccc29 /gpu/gpu.gyp | |
parent | 2c858a85313b7a5b4144504ae2adf7e2a9663dec (diff) | |
download | chromium_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.gyp | 28 |
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': [ |