From 8e1e026913c6717bfd7f399dbcbe249692e2920a Mon Sep 17 00:00:00 2001 From: cwallez Date: Thu, 18 Jun 2015 15:43:50 -0700 Subject: [PATCH] Enable compilation of angle_end2end_tests on Linux So that we can run it on the GPU FYI bots on Linux BUG=501604 Review URL: https://codereview.chromium.org/1193743002 Cr-Commit-Position: refs/heads/master@{#335149} --- gpu/gpu.gyp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 4e9a76c6d26d..52c81390c1bd 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -706,7 +706,7 @@ }, ], }], - ['OS == "win"', { + ['OS == "win" or OS == "linux"', { 'targets': [ { # TODO(kbr): port this target to the GN build. @@ -724,6 +724,10 @@ 'angle_end2end_tests_main.cc', ], }, + ], + }], + ['OS == "win"', { + 'targets': [ { # TODO(jmadill): port this target to the GN build. 'target_name': 'angle_perftests', -- 2.11.4.GIT