From fc0633a4ba576c0809db6df1c81a15a9fd8a2abe Mon Sep 17 00:00:00 2001 From: "antonm@google.com" Date: Thu, 17 Jan 2013 16:26:39 +0000 Subject: [PATCH] Adjust to recent move. TBR=efortuna@google.com Review URL: https://codereview.chromium.org//11931041 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17220 260f80e4-7a28-3924-810f-c04153c831b5 --- tools/dom/scripts/idlsync.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/dom/scripts/idlsync.py b/tools/dom/scripts/idlsync.py index ba4c4eeb3b8..6a8db729430 100755 --- a/tools/dom/scripts/idlsync.py +++ b/tools/dom/scripts/idlsync.py @@ -12,7 +12,8 @@ import subprocess import sys SCRIPT_PATH = os.path.abspath(os.path.dirname(__file__)) -DART_PATH = os.path.abspath(os.path.join(SCRIPT_PATH, '..', '..', '..', '..')) +DART_PATH = os.path.abspath(os.path.join(SCRIPT_PATH, '..', '..', '..')) +print '***', DART_PATH # Path to install latest IDL. IDL_PATH = os.path.join(DART_PATH, 'third_party', 'WebCore')