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

Unified Diff: build/win/syzygy/instrument.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/OWNERS ('k') | build/win/syzygy/reorder.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/win/syzygy/instrument.py
diff --git a/chrome/tools/build/win/syzygy/instrument.py b/build/win/syzygy/instrument.py
similarity index 99%
rename from chrome/tools/build/win/syzygy/instrument.py
rename to build/win/syzygy/instrument.py
index 5e98abf6af4eae06737031008f8cfef0c82a024b..e103facf0dd6c5fe8106b1ddb43bf7c338cd1920 100755
--- a/chrome/tools/build/win/syzygy/instrument.py
+++ b/build/win/syzygy/instrument.py
@@ -16,7 +16,7 @@ import sys
# The default directory containing the Syzygy toolchain.
_DEFAULT_SYZYGY_DIR = os.path.abspath(os.path.join(
- os.path.dirname(__file__), '../../../../..',
+ os.path.dirname(__file__), '../../..',
'third_party/syzygy/binaries/exe/'))
# Basenames of various tools.
« no previous file with comments | « build/win/syzygy/OWNERS ('k') | build/win/syzygy/reorder.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698