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

Unified Diff: content/content_shell.gypi

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 | « chrome/tools/build/win/syzygy/syzyasan-instrumentation-filter.txt ('k') | third_party/kasko/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index 999577e54dc23d4b1e1cba45127a8d727da59db8..88efbe74cb9d86e26ddf2da1346987c7bddab587 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -905,7 +905,7 @@
],
'action': [
'python',
- '<(DEPTH)/chrome/tools/build/win/syzygy/instrument.py',
+ '<(DEPTH)/build/win/syzygy/instrument.py',
'--mode', 'asan',
'--input_executable', '<(PRODUCT_DIR)/content_shell.exe',
'--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
« no previous file with comments | « chrome/tools/build/win/syzygy/syzyasan-instrumentation-filter.txt ('k') | third_party/kasko/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698