summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 23:52:52 +0000
committeroshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 23:52:52 +0000
commit89fdca49a4bb0cd18f6dde06e032482213aca299 (patch)
treeba54930da0ab592844eb1bb48af65a63353d2b22
parent7db9d3e741962dcf9ae6d6be18487562ed6bf898 (diff)
downloadchromium_src-89fdca49a4bb0cd18f6dde06e032482213aca299.zip
chromium_src-89fdca49a4bb0cd18f6dde06e032482213aca299.tar.gz
chromium_src-89fdca49a4bb0cd18f6dde06e032482213aca299.tar.bz2
Fix aura surface build
gtk, wayland and aura+x11 needs this, which can just be use_x11 BUG=none TEST=none Review URL: http://codereview.chromium.org/7969029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102401 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--ui/gfx/surface/surface.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/surface/surface.gyp b/ui/gfx/surface/surface.gyp
index e93014b..0a48f35 100644
--- a/ui/gfx/surface/surface.gyp
+++ b/ui/gfx/surface/surface.gyp
@@ -9,7 +9,7 @@
'target_defaults': {
'conditions': [
- ['toolkit_uses_gtk == 1 or use_wayland == 1', {
+ ['use_x11 == 1', {
'include_dirs': [
'<(DEPTH)/third_party/angle/include',
],