Add/rename chromium_perf gclient configs.

After the deletion of page_cycler.morejs benchmark, these are the only two
gclient configs we need across chromium.perf, chromium.perf.fyi, and
tryserver.chromium.perf. Rename from "perf" to "chromium_perf" to match chromium
config. This CL will be followed up with one to delete "perf".


BUG=611484

Review-Url: https://codereview.chromium.org/1976843002

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@300600 0039d316-1c4b-4281-b951-d872f2087c98
changes/30/350330/1
dtu@chromium.org 9 years ago
parent 34b4e9834d
commit 84ab575601

@ -473,6 +473,14 @@ def perf(c):
del c.solutions[1].custom_deps[key]
c.solutions[1].managed = False
@config_ctx(includes=['chromium', 'chrome_internal'])
def chromium_perf(c):
pass
@config_ctx(includes=['chromium_perf', 'android'])
def chromium_perf_android(c):
pass
@config_ctx(includes=['chromium'])
def chromium_skia(c):
c.solutions[0].revision = 'HEAD'

@ -22,6 +22,8 @@ TEST_CONFIGS = [
'chromium',
'chromium_lkcr',
'chromium_lkgr',
'chromium_perf',
'chromium_perf_android',
'chromium_skia',
'chromium_webrtc',
'chromium_webrtc_tot',

Loading…
Cancel
Save