| Index: tools/autoroller/roll_chromium_revision.py
|
| diff --git a/tools/autoroller/roll_chromium_revision.py b/tools/autoroller/roll_chromium_revision.py
|
| index 917ecd657042623350e5d59b3f72c7648697007c..0d5d03b667fc7176b9d85390a35b25e04e5f5022 100755
|
| --- a/tools/autoroller/roll_chromium_revision.py
|
| +++ b/tools/autoroller/roll_chromium_revision.py
|
| @@ -38,7 +38,7 @@ CHECKOUT_ROOT_DIR = os.path.realpath(os.path.join(SCRIPT_DIR, os.pardir,
|
| sys.path.append(CHECKOUT_ROOT_DIR)
|
| import setup_links
|
|
|
| -sys.path.append(os.path.join(CHECKOUT_ROOT_DIR, 'tools'))
|
| +sys.path.append(os.path.join(CHECKOUT_ROOT_DIR, 'build'))
|
| import find_depot_tools
|
| find_depot_tools.add_depot_tools_to_path()
|
| from gclient import GClientKeywords
|
|
|