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. |