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

Unified Diff: build/win/syzygy/reorder.py

Issue 2126673002: Move the Syzygy scripts out of //chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the GYP files. Created 4 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 | « build/win/syzygy/instrument.py ('k') | build/win/syzygy/syzyasan-allocation-filter.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/win/syzygy/reorder.py
diff --git a/chrome/tools/build/win/syzygy/reorder.py b/build/win/syzygy/reorder.py
similarity index 98%
rename from chrome/tools/build/win/syzygy/reorder.py
rename to build/win/syzygy/reorder.py
index 8cdd6d7ce6e572b8a6575cc4f22d9378c22ce1a0..ba62cc770626b3eb2dfd39bb6d5a8d335ec42548 100755
--- a/chrome/tools/build/win/syzygy/reorder.py
+++ b/build/win/syzygy/reorder.py
@@ -14,7 +14,7 @@ import sys
# The default relink executable to use to reorder binaries.
_DEFAULT_RELINKER = os.path.join(
- os.path.join(os.path.dirname(__file__), '../../../../..'),
+ os.path.join(os.path.dirname(__file__), '../../..'),
'third_party/syzygy/binaries/exe/relink.exe')
_LOGGER = logging.getLogger()
« no previous file with comments | « build/win/syzygy/instrument.py ('k') | build/win/syzygy/syzyasan-allocation-filter.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698