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

Unified Diff: third_party/kasko/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 | « content/content_shell.gypi ('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 3db51a1b255bd0674f6f6d7417fb6af2d187c910..49a837d10a21c55a485cf8545a592efdc6f78833 100644
--- a/third_party/kasko/BUILD.gn
+++ b/third_party/kasko/BUILD.gn
@@ -15,8 +15,11 @@ buildflag_header("kasko_features") {
if (enable_kasko) {
assert(is_win, "Kasko only support Windows.")
assert(target_cpu == "x86", "Kasko only support 32 bits.")
- assert(is_chrome_branded,
- "The Kasko client is only initialized in Chrome-branded builds.")
+
+ # 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.")
config("kasko_config") {
visibility = [ ":*" ]
« no previous file with comments | « content/content_shell.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698