add gl_tests to all.gyp
TEST=none BUG=123086 Review URL: http://codereview.chromium.org/10070015 git-svn-id: http://src.chromium.org/svn/trunk/src/build@133093 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
5354603cad
Коммит
3cb0a13fb7
2
all.gyp
2
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
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче