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

Unified Diff: chromeos/config/make.conf.common-target

Issue 6298002: Mask the introspection USE flag at profile level. (Closed) Base URL: http://git.chromium.org/git/chromiumos-overlay.git@master
Patch Set: This time with fewer changes (avoiding the change to glib as well). Created 9 years, 8 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 | « chromeos/config/make.conf.amd64-host ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/config/make.conf.common-target
diff --git a/chromeos/config/make.conf.common-target b/chromeos/config/make.conf.common-target
index fcc27c1727c77435a28c308ee6abec34039146fa..58b791c6960dcda285d6f71a14496e59be6ce79f 100644
--- a/chromeos/config/make.conf.common-target
+++ b/chromeos/config/make.conf.common-target
@@ -11,7 +11,7 @@ CBUILD=x86_64-pc-linux-gnu
HOSTCC=x86_64-pc-linux-gnu-gcc
ACCEPT_KEYWORDS="${ARCH}"
-USE="${ARCH} zlib bindist make-symlinks cros-debug"
+USE="${ARCH} zlib bindist make-symlinks cros-debug -introspection"
# Be sure we don't overwrite pkgs from another sysroot.
PKGDIR=${ROOT}packages/
« no previous file with comments | « chromeos/config/make.conf.amd64-host ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698