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
This commit is contained in:
antonm@google.com
2013-01-17 16:26:39 +00:00
parent 8453120f58
commit fc0633a4ba
+2 -1
View File
@@ -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')