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..e949df2914cef1c7017be8bfba96e62dc6ba244d 100755 |
--- a/tools/autoroller/roll_chromium_revision.py |
+++ b/tools/autoroller/roll_chromium_revision.py |
@@ -35,10 +35,11 @@ ROLL_BRANCH_NAME = 'roll_chromium_revision' |
SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__)) |
CHECKOUT_ROOT_DIR = os.path.realpath(os.path.join(SCRIPT_DIR, os.pardir, |
os.pardir)) |
+logging.error('Root Dir: %s', CHECKOUT_ROOT_DIR) |
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 |