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

Unified Diff: third_party/binutils/download.py

Issue 1848553003: [gn] Move build to gypfiles (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Preserve old state for the dance Created 4 years, 8 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 | « test/webkit/webkit.gyp ('k') | tools/check-static-initializers.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/binutils/download.py
diff --git a/third_party/binutils/download.py b/third_party/binutils/download.py
index 44b6c65ccf11ad2d1a3a696b457b3924f7192998..a8ad814dbe3d568230c1f898617ec9f7f3c4dd57 100755
--- a/third_party/binutils/download.py
+++ b/third_party/binutils/download.py
@@ -23,7 +23,7 @@ BINUTILS_TOOLS = ['bin/ld.gold', 'bin/objcopy', 'bin/objdump']
BINUTILS_OUT = 'Release'
DETECT_HOST_ARCH = os.path.abspath(os.path.join(
- BINUTILS_DIR, '../../build/detect_v8_host_arch.py'))
+ BINUTILS_DIR, '../../gypfiles/detect_v8_host_arch.py'))
def ReadFile(filename):
« no previous file with comments | « test/webkit/webkit.gyp ('k') | tools/check-static-initializers.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698