Chromium Code Reviews| Index: gpu/gpu.gyp |
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
| index aa18e2264102556dc88472d8c865374b75e5c9b8..decce5eb44b7922a4fe0aae4e0c43494e711bbfb 100644 |
| --- a/gpu/gpu.gyp |
| +++ b/gpu/gpu.gyp |
| @@ -142,6 +142,7 @@ |
| ], |
| 'sources': [ |
| 'angle_unittest_main.cc', |
| + 'angle_test_batcher.cc', |
| ], |
| }, |
| { |
| @@ -722,6 +723,7 @@ |
| ], |
| 'sources': [ |
| 'angle_end2end_tests_main.cc', |
| + 'angle_test_batcher.cc', |
| ], |
| }, |
| ], |
| @@ -742,6 +744,7 @@ |
| ], |
| 'sources': [ |
| 'angle_perftests_main.cc', |
| + 'angle_test_batcher.cc', |
| ], |
| }, |
| ], |