diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-16 02:24:31 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-16 02:24:31 +0000 |
commit | 439458f36e39e579f8acab888cc5256e0ff5ecee (patch) | |
tree | 79f761198417c817010509b2eff7d930e9f18843 /build/common.gypi | |
parent | d29171a549b5c20980b9930c07e34da97bcbd13c (diff) | |
download | chromium_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/common.gypi')
-rw-r--r-- | build/common.gypi | 3 |
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, |