| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index c62c52d27fea7a58f0c7a238fc416fc464732108..19840495a65096259e63f206a9f0a308644c423b 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -611,6 +611,7 @@
|
| '../gpu/gpu.gyp:gl_tests',
|
| '../gpu/gpu.gyp:angle_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| + '../gpu/gpu.gyp:command_buffer_gles2_tests',
|
| '../third_party/catapult/telemetry/telemetry.gyp:*',
|
| ],
|
| 'conditions': [
|
| @@ -648,6 +649,7 @@
|
| '../gpu/gpu.gyp:gl_tests',
|
| '../gpu/gpu.gyp:angle_unittests',
|
| '../gpu/gpu.gyp:gpu_unittests',
|
| + '../gpu/gpu.gyp:command_buffer_gles2_tests',
|
| '../third_party/catapult/telemetry/telemetry.gyp:*',
|
| ],
|
| 'conditions': [
|
| @@ -844,6 +846,7 @@
|
| '../content/content_shell_and_tests.gyp:content_gl_tests_apk',
|
| '../content/content_shell_and_tests.gyp:content_unittests_apk',
|
| '../content/content_shell_and_tests.gyp:video_decode_accelerator_unittest_apk',
|
| + '../gpu/gpu.gyp:command_buffer_gles2_tests_apk',
|
| '../gpu/gpu.gyp:gl_tests_apk',
|
| '../gpu/gpu.gyp:gpu_unittests_apk',
|
| '../ipc/ipc.gyp:ipc_tests_apk',
|
|
|