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

Unified Diff: BUILD.gn

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 | « no previous file | build/win/syzygy/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 38e5b95047f8ff2c7abfc3c5bb81c927fe24d897..ed2dcdd26426664ae17a457d3fcc7477699b64ce 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -988,9 +988,6 @@ if (!is_ios && !is_android && !is_chromecast) {
# TODO(GYP): Add this once it exists, https://crbug.com/619086
# "//content/shell:content_shell_syzyasan
]
- if (is_multi_dll_chrome) {
- deps += [ "//chrome/tools/build/win/syzygy:chrome_child_dll_syzygy" ]
- }
}
}
}
« no previous file with comments | « no previous file | build/win/syzygy/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698