diff options
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index e97e0ab..6214c4d 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -251,6 +251,7 @@ '../chrome/chrome.gyp:gpu_tests', '../chrome/chrome.gyp:performance_browser_tests', '../chrome/chrome.gyp:performance_ui_tests', + '../gpu/gpu.gyp:gl_tests', ], }, # target_name: chromium_gpu_builder { @@ -258,6 +259,7 @@ 'type': 'none', 'dependencies': [ '../chrome/chrome.gyp:gpu_tests', + '../gpu/gpu.gyp:gl_tests', ], }, # target_name: chromium_gpu_debug_builder { |