summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 02:24:31 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-16 02:24:31 +0000
commit439458f36e39e579f8acab888cc5256e0ff5ecee (patch)
tree79f761198417c817010509b2eff7d930e9f18843 /build
parentd29171a549b5c20980b9930c07e34da97bcbd13c (diff)
downloadchromium_src-439458f36e39e579f8acab888cc5256e0ff5ecee.zip
chromium_src-439458f36e39e579f8acab888cc5256e0ff5ecee.tar.gz
chromium_src-439458f36e39e579f8acab888cc5256e0ff5ecee.tar.bz2
Remove use_libcc_for_compositor gyp variable
We flipped the default to 1 a few weeks ago and the tree doesn't compile with this set to 0. Time to go! BUG= Review URL: https://chromiumcodereview.appspot.com/11066132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162049 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/common.gypi b/build/common.gypi
index bfa6385..22b570b 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -671,9 +671,6 @@
# Use system yasm instead of bundled one.
'use_system_yasm%': 0,
- # Use compositor implementation in cc/ instead of in WebKit.
- 'use_libcc_for_compositor%': 1,
-
# Default to enabled PIE; this is important for ASLR but we may need to be
# able to turn it off for various reasons.
'linux_disable_pie%': 0,