summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authordavemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-03 23:39:54 +0000
committerdavemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-03 23:39:54 +0000
commit1201dd0fcf84829c1098d1a9510e2b6fcba4125e (patch)
treeab7bd462a9df2366a9b3de5dda1f5c100638dd59 /ui/ui.gyp
parent43f8df45a704cc6a1fa6976baf4d1a139dc75e46 (diff)
downloadchromium_src-1201dd0fcf84829c1098d1a9510e2b6fcba4125e.zip
chromium_src-1201dd0fcf84829c1098d1a9510e2b6fcba4125e.tar.gz
chromium_src-1201dd0fcf84829c1098d1a9510e2b6fcba4125e.tar.bz2
Change MessagePumpLinux to MessagePumpOzone
BUG=178543 TEST=None R=ben@chromium.org Review URL: https://codereview.chromium.org/14624010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198244 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 6426aa2..9ca82bd 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -816,7 +816,7 @@
['exclude', 'base/x/*'],
],
}],
- ['use_messagepump_linux==0', {
+ ['use_ozone==0', {
'sources!': [
'base/cursor/cursor_null.cc',
'base/cursor/cursor_loader_null.cc',