Add a chromium_builder_perf target.

Create a chromium_builder_perf target for all platforms
which refers to projects the Chromium Perf bots use to
test Chromium's performance.  This is a reduced target
to allow the perf bots to cycle faster (builder builds
fewer targets and bots download smaller archives).

Add crash_service to test_support_ui and remove
it from projects that depend on test_support_ui.
This allows projects that just build page_cycler_tests,
startup_tests, etc on Windows to get crash_service.

BUG=70580
TEST=all continues to work, chromium_builder_perf works,
builds crash_service on windows

Review URL: http://codereview.chromium.org/6271015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@72359 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
chase@chromium.org 2011-01-24 19:10:21 +00:00
Родитель b88496d378
Коммит 7597b520e0
1 изменённых файлов: 15 добавлений и 2 удалений

17
all.gyp
Просмотреть файл

@ -142,7 +142,7 @@
],
}],
],
},
}, # target_name: All
{
'target_name': 'chromium_builder_tests',
'type': 'none',
@ -197,7 +197,20 @@
],
}],
],
},
}, # target_name: chromium_builder_tests
{
'target_name': 'chromium_builder_perf',
'type': 'none',
'dependencies': [
'../chrome/chrome.gyp:memory_test',
'../chrome/chrome.gyp:page_cycler_tests',
'../chrome/chrome.gyp:plugin_tests',
'../chrome/chrome.gyp:startup_tests',
'../chrome/chrome.gyp:tab_switching_test',
'../chrome/chrome.gyp:ui_tests', # needed for dromaeo, sunspider, v8
'../chrome/chrome.gyp:url_fetch_test',
],
}, # target_name: chromium_builder_perf
{
'target_name': 'chromium_gpu_builder',
'type': 'none',