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

Unified Diff: base/base.gypi

Issue 10441028: aura/cros: Rename MessagePump{X => AuraX11} and move the atom cache into it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/message_loop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 4f5961b6a61976f5a79a929442945db1966d92be..fb11a2cd69fc8e7e4f1d3347a20084f39489faa9 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -482,18 +482,12 @@
'sources!': [
'atomicops_internals_x86_gcc.cc',
'message_pump_glib.cc',
- 'message_pump_x.cc',
+ 'message_pump_aurax11.cc',
],
}],
[ 'toolkit_uses_gtk==0', {
'sources!': [ 'message_pump_gtk.cc', ],
Elliot Glaysher 2012/05/24 19:56:55 Can I safely delete this block too?
Daniel Erat 2012/05/24 21:17:42 Probably; does the linux_chromeos bot pass?
}],
- [ 'use_aura==0 or OS == "win" or OS == "mac"', {
- 'sources!' : [ 'message_pump_x.cc', ],
- }, {
- 'sources!' : [ 'message_pump_gtk.cc', ],
- 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ],
- }],
[ 'OS != "linux" and os_bsd != 1', {
'sources!': [
# Not automatically excluded by the *linux.cc rules.
@@ -796,8 +790,8 @@
'message_pump_gtk.cc',
'message_pump_gtk.h',
'message_pump_observer.h',
- 'message_pump_x.cc',
- 'message_pump_x.h',
+ 'message_pump_aurax11.cc',
+ 'message_pump_aurax11.h',
'message_pump_libevent.cc',
'message_pump_libevent.h',
'message_pump_mac.h',
« no previous file with comments | « no previous file | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698