| Index: gpu/gpu.gyp
|
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
|
| index 0e31fb04b844cd631ca3d0271883d3bf5da316b4..0792431e0186e133d6835452d533dfac13cef7b0 100644
|
| --- a/gpu/gpu.gyp
|
| +++ b/gpu/gpu.gyp
|
| @@ -721,6 +721,24 @@
|
| 'angle_end2end_tests_main.cc',
|
| ],
|
| },
|
| + {
|
| + # TODO(jmadill): port this target to the GN build.
|
| + 'target_name': 'angle_perftests',
|
| + 'type': '<(gtest_target_type)',
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + '../base/base.gyp:test_support_base',
|
| + ],
|
| + 'includes':
|
| + [
|
| + '../third_party/angle/build/common_defines.gypi',
|
| + '../third_party/angle/src/tests/angle_perftests.gypi',
|
| + ],
|
| + 'sources':
|
| + [
|
| + 'angle_perftests_main.cc',
|
| + ],
|
| + },
|
| ],
|
| }],
|
| ['test_isolation_mode != "noop"', {
|
|
|