Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: build/gyp_chromium

Issue 10692086: Change the gyp_chromium to build chromium in a symbolic link (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Refine it Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/gyp_chromium
diff --git a/build/gyp_chromium b/build/gyp_chromium
index e74af2c8cb060176bbf4e246ee41a1178b37ed95..ae9ff7d03139fa9b2fff66c1c0ffc58cf1660f3b 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -13,7 +13,7 @@ import shlex
import subprocess
import sys
-script_dir = os.path.dirname(__file__)
+script_dir = os.path.dirname(os.path.realpath(__file__))
chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698