blob: 4df08025662837dafeaaed480106f743f9127151 [file] [log] [blame]
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
DEPS = [
'depot_tools/bot_update',
'chromium',
'chromium_tests',
'filter',
'depot_tools/gclient',
'recipe_engine/json',
'recipe_engine/properties',
'depot_tools/tryserver',
]
def RunSteps(api):
api.chromium.set_config('chromium')
api.gclient.set_config('chromium')
api.bot_update.ensure_checkout()
def GenTests(api):
yield (
api.test('basic') +
api.properties.tryserver()
)