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

Unified Diff: build/config/linux/gconf/BUILD.gn

Issue 2456053004: Validate origins when generating subdomain tokens (Closed)
Patch Set: Fix android_cronet build error Created 4 years 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 | « BUILD.gn ('k') | tools/origin_trials/generate_token.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/linux/gconf/BUILD.gn
diff --git a/build/config/linux/gconf/BUILD.gn b/build/config/linux/gconf/BUILD.gn
index 262e96aa8e4007be15fd406121c7d0b5b210383c..60edf2d42b2c642e1d611bfae44ddef7370ffc99 100644
--- a/build/config/linux/gconf/BUILD.gn
+++ b/build/config/linux/gconf/BUILD.gn
@@ -8,11 +8,6 @@ import("//build/config/linux/pkg_config.gni")
# CrOS doesn't install GTK, gconf or any gnome packages.
assert(!is_chromeos && use_gconf)
-# These packages should _only_ be expected when building for a target.
-# If these extra checks are not run, gconf is required when building host
-# tools for a CrOS build.
-assert(current_toolchain == default_toolchain)
-
pkg_config("gconf") {
packages = [ "gconf-2.0" ]
defines = [ "USE_GCONF" ]
« no previous file with comments | « BUILD.gn ('k') | tools/origin_trials/generate_token.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698