diff options
author | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 13:15:07 +0000 |
---|---|---|
committer | backer@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 13:15:07 +0000 |
commit | a0d989166ecb37d1aa499e3f21998c4c1c6b0a9f (patch) | |
tree | a96a35c85d828e329fa987e0517f272164b3f9c0 /gpu/gpu.gyp | |
parent | 6c2b810e1d54b0a461afb2c089667258c1a61707 (diff) | |
download | chromium_src-a0d989166ecb37d1aa499e3f21998c4c1c6b0a9f.zip chromium_src-a0d989166ecb37d1aa499e3f21998c4c1c6b0a9f.tar.gz chromium_src-a0d989166ecb37d1aa499e3f21998c4c1c6b0a9f.tar.bz2 |
A few less TOUCH_UIs.
There is no more TOUCH_UI. This is a NO-OP because defined(UI_COMPOSITOR_IMAGE_TRANSPORT) ==> !defined(TOOLKIT_USES_GTK).
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/8617001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111142 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index 399f307..ab5650a 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -242,7 +242,7 @@ '../build/linux/system.gyp:gtk', ], }], - ['touchui==1', { + ['ui_compositor_image_transport==1', { 'include_dirs': [ '<(DEPTH)/third_party/angle/include', ], |