Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Side by Side Diff: ui/ui.gyp

Issue 14624010: Change MessagePumpLinux to MessagePumpOzone (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « build/common.gypi ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 798 matching lines...) Expand 10 before | Expand all | Expand 10 after
809 '../build/linux/system.gyp:x11', 809 '../build/linux/system.gyp:x11',
810 '../build/linux/system.gyp:xext', 810 '../build/linux/system.gyp:xext',
811 '../build/linux/system.gyp:xfixes', 811 '../build/linux/system.gyp:xfixes',
812 ], 812 ],
813 }, { # use_x11==0 813 }, { # use_x11==0
814 'sources/': [ 814 'sources/': [
815 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'], 815 ['exclude', 'base/keycodes/keyboard_code_conversion_x.*'],
816 ['exclude', 'base/x/*'], 816 ['exclude', 'base/x/*'],
817 ], 817 ],
818 }], 818 }],
819 ['use_messagepump_linux==0', { 819 ['use_ozone==0', {
820 'sources!': [ 820 'sources!': [
821 'base/cursor/cursor_null.cc', 821 'base/cursor/cursor_null.cc',
822 'base/cursor/cursor_loader_null.cc', 822 'base/cursor/cursor_loader_null.cc',
823 'base/cursor/cursor_loader_null.h', 823 'base/cursor/cursor_loader_null.h',
824 ], 824 ],
825 }], 825 }],
826 ['toolkit_views==0', { 826 ['toolkit_views==0', {
827 'sources!': [ 827 'sources!': [
828 'base/events/event.cc', 828 'base/events/event.cc',
829 'base/events/event.h', 829 'base/events/event.h',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 'xcode_settings': { 1002 'xcode_settings': {
1003 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1003 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1004 }, 1004 },
1005 }], 1005 }],
1006 ], 1006 ],
1007 }, 1007 },
1008 ], 1008 ],
1009 }], 1009 }],
1010 ], 1010 ],
1011 } 1011 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | webkit/glue/webkit_glue.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698