summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorchase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-24 19:10:21 +0000
committerchase@chromium.org <chase@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-24 19:10:21 +0000
commit706d9ca9c346a50ce93cb1ffa8c9d03368215a94 (patch)
tree51a1c4063576d03f0a97c8df7328df3250e6058f /build/all.gyp
parent764506dca56f07b5b5d16c0a69b12a56c9b6d373 (diff)
downloadchromium_src-706d9ca9c346a50ce93cb1ffa8c9d03368215a94.zip
chromium_src-706d9ca9c346a50ce93cb1ffa8c9d03368215a94.tar.gz
chromium_src-706d9ca9c346a50ce93cb1ffa8c9d03368215a94.tar.bz2
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: svn://svn.chromium.org/chrome/trunk/src@72359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp17
1 files changed, 15 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp
index da5e191..95a29d4 100644
--- a/build/all.gyp
+++ b/build/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',