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

Unified Diff: ui/ui.gyp

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
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 7ce9a9d318df3718f9fca26987dc1727309255ce..875bdfe131f4f4a392910efd1f7b26b091e230ea 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -291,7 +291,7 @@
'base/x/active_window_watcher_x.cc',
'base/x/active_window_watcher_x.h',
'base/x/active_window_watcher_x_observer.h',
- 'base/x/events_x.cc',
+ 'base/x/events_aurax11.cc',
'base/x/root_window_property_watcher_x.cc',
'base/x/root_window_property_watcher_x.h',
'base/x/work_area_watcher_x.cc',
@@ -647,11 +647,6 @@
'base/x/',
],
}],
- ['toolkit_views==0', {
- 'sources!': [
- 'base/x/events_x.cc',
- ],
- }],
['toolkit_views==0 and use_canvas_skia==0', {
'sources!': [
'gfx/render_text.cc',

Powered by Google App Engine
This is Rietveld 408576698