diff options
author | junov@chromium.org <junov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-30 17:50:29 +0000 |
---|---|---|
committer | junov@chromium.org <junov@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-30 17:50:29 +0000 |
commit | 54d872f5661417410bf946f1ae3730d4fe801b9a (patch) | |
tree | aa8f5690d5768d382443d4b041d74bc51279e434 /build | |
parent | ff733013ae0d2ba69ec4de3dee720d408d3274a9 (diff) | |
download | chromium_src-54d872f5661417410bf946f1ae3730d4fe801b9a.zip chromium_src-54d872f5661417410bf946f1ae3730d4fe801b9a.tar.gz chromium_src-54d872f5661417410bf946f1ae3730d4fe801b9a.tar.bz2 |
Removing unused gyp variable use_threaded_compositing
BUG=111192
TEST=NONE
Review URL: http://codereview.chromium.org/9285015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119688 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi index 5b7d82e..f8a45ec 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -167,9 +167,6 @@ # Remoting compilation is enabled by default. Set to 0 to disable. 'remoting%': 1, - # Threaded compositing - 'use_threaded_compositing%': 0, - # P2P APIs are compiled in by default. Set to 0 to disable. # Also note that this should be enabled for remoting to compile. 'p2p_apis%': 1, @@ -423,7 +420,6 @@ 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', 'use_third_party_translations%': '<(use_third_party_translations)', 'remoting%': '<(remoting)', - 'use_threaded_compositing%': '<(use_threaded_compositing)', 'enable_webrtc%': '<(enable_webrtc)', 'chromium_win_pch%': '<(chromium_win_pch)', 'p2p_apis%': '<(p2p_apis)', |