| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index ebb8163b9873bb33446a861a8b1a1a23bce7b715..37ec9f592757384a165e1a0b4b39753d58f9faf6 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3006,6 +3006,20 @@
|
| 'telemetry_gpu_test.isolate',
|
| ],
|
| },
|
| + {
|
| + 'target_name': 'gpu_unittests_run',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + '../gpu/gpu.gyp:gpu_unittests',
|
| + ],
|
| + 'includes': [
|
| + '../build/isolate.gypi',
|
| + 'gpu_unittests.isolate',
|
| + ],
|
| + 'sources': [
|
| + 'gpu_unittests.isolate',
|
| + ],
|
| + },
|
| ],
|
| 'conditions': [
|
| ['internal_gles2_conform_tests==1', {
|
|
|