Chromium Code Reviews| Index: gpu/gpu.gyp |
| diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp |
| index aa18e2264102556dc88472d8c865374b75e5c9b8..4e9a76c6d26d507814a55017b9c659e87218d75d 100644 |
| --- a/gpu/gpu.gyp |
| +++ b/gpu/gpu.gyp |
| @@ -706,7 +706,7 @@ |
| }, |
| ], |
| }], |
| - ['OS == "win" or (OS == "linux" and use_x11==1)', { |
| + ['OS == "win"', { |
| 'targets': [ |
| { |
| # TODO(kbr): port this target to the GN build. |
| @@ -724,10 +724,6 @@ |
| 'angle_end2end_tests_main.cc', |
| ], |
| }, |
| - ], |
| - }], |
| - ['OS == "win"', { |
| - 'targets': [ |
| { |
| # TODO(jmadill): port this target to the GN build. |
| 'target_name': 'angle_perftests', |