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:
tony@chromium.org 2011-09-15 02:29:00 +00:00
Родитель 95f44d060e
Коммит 60a670cc7e
1 изменённых файлов: 10 добавлений и 0 удалений

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"', {