Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / chrome / test / chromeos / autotest / files / client / deps / chrome_test / chrome_test.py
blob752683d5a9c0b2aff18b00bd68dec6a6e3eefb52
1 #!/usr/bin/python
3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
7 import common, commands, logging, os
8 from autotest_lib.client.bin import utils
10 version = 1
12 def setup(top_dir):
13 return
16 pwd = os.getcwd()
17 utils.update_version(pwd + '/src', False, version, setup, None)