Add a webkit_builder_win target to all.gyp so the webkit win builders
can use all.sln instead of webkit.sln. BUG=95278 Review URL: http://codereview.chromium.org/7892039 git-svn-id: http://src.chromium.org/svn/trunk/src/build@101230 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
95f44d060e
Коммит
60a670cc7e
10
all.gyp
10
all.gyp
|
@ -503,6 +503,16 @@
|
|||
'temp_gyp/googleurl.gyp:googleurl_unittests',
|
||||
],
|
||||
},
|
||||
{
|
||||
'target_name': 'webkit_builder_win',
|
||||
'type': 'none',
|
||||
'dependencies': [
|
||||
'../webkit/webkit.gyp:test_shell',
|
||||
'../webkit/webkit.gyp:test_shell_tests',
|
||||
'../webkit/webkit.gyp:pull_in_webkit_unit_tests',
|
||||
'../webkit/webkit.gyp:pull_in_DumpRenderTree',
|
||||
],
|
||||
},
|
||||
], # targets
|
||||
'conditions': [
|
||||
['branding=="Chrome"', {
|
||||
|
|
Загрузка…
Ссылка в новой задаче