[Pkg-chromium-commit] [pkg-chromium] 02/03: disable some of the new features

Michael Gilbert mgilbert at moszumanska.debian.org
Sun May 25 05:05:29 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository pkg-chromium.

commit 8e140b4dbfd13333801f8f526d991a3d813dc64e
Author: Michael Gilbert <mgilbert at debian.org>
Date:   Sun May 25 00:58:47 2014 -0400

    disable some of the new features
---
 debian/rules | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 825693f..fc21c02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,6 +79,13 @@ GYP_DEFINES += linux_use_gold_binary=0 linux_use_gold_flags=0
 
 # disable tcmalloc
 GYP_DEFINES += linux_use_tcmalloc=0
+GYP_DEFINES += use_allocator=none
+
+# don't use ash or ozone
+GYP_DEFINES += use_ash=0 use_ozone=0
+
+# avoid mojo, which requires ninja to build
+GYP_DEFINES += use_mojo=0
 
 # Use explicit library dependencies instead of dlopen.
 # This makes breakages easier to detect by revdep-rebuild.
@@ -390,7 +397,7 @@ ifneq (,$(GYP_DEFINES))
 debian/configure-stamp: GYP_ENV += GYP_DEFINES="$(GYP_DEFINES)"
 endif
 debian/configure-stamp:
-	cd $(SRC_DIR) && $(GYP_ENV) python build/gyp_chromium --no-circular-check build/all.gyp
+	cd $(SRC_DIR) && $(GYP_ENV) python build/gyp_chromium --check --debug=includes
 	touch $@
 	# Populate the LASTCHANGE file template as we no longer have the VCS
 	# files at this point
@@ -444,6 +451,7 @@ clean::
 	rm -f src/v8/tools/gyp/v8.log
 	rm -f src/third_party/yasm/source/patched-yasm/config/config.guess
 	rm -f src/third_party/yasm/source/patched-yasm/config/config.sub
+	rm -f src/third_party/flot/*.js
 
 # Install: there's no install rules in scons yet, do it manually
 common-install-prehook-impl::

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-chromium/pkg-chromium.git



More information about the Pkg-chromium-commit mailing list