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

Unified Diff: third_party/kasko/BUILD.gn

Issue 2129333002: Revert of Move the Syzygy scripts out of //chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/kasko/BUILD.gn
diff --git a/third_party/kasko/BUILD.gn b/third_party/kasko/BUILD.gn
index 49a837d10a21c55a485cf8545a592efdc6f78833..3db51a1b255bd0674f6f6d7417fb6af2d187c910 100644
--- a/third_party/kasko/BUILD.gn
+++ b/third_party/kasko/BUILD.gn
@@ -15,11 +15,8 @@
if (enable_kasko) {
assert(is_win, "Kasko only support Windows.")
assert(target_cpu == "x86", "Kasko only support 32 bits.")
-
- # TODO(sebmarchand): Fix this once the Kasko dependency in SyzyAsan has been
- # removed for the non-official builds.
- #assert(is_chrome_branded,
- # "The Kasko client is only initialized in Chrome-branded builds.")
+ assert(is_chrome_branded,
+ "The Kasko client is only initialized in Chrome-branded builds.")
config("kasko_config") {
visibility = [ ":*" ]
« no previous file with comments | « chrome/tools/build/win/syzygy/syzyasan-instrumentation-filter.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698