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

Unified Diff: ui/ui.gyp

Issue 13985039: Rationalize linux vs x11 in ui (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix review / try issues Created 7 years, 8 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 | « ui/surface/transport_dib_posix.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index e579ab4a84a79cc7d4d48cb50b3d8457cb6eb78f..582a8cc7cb2292a18ad549fc57df1968ca07259a 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -269,7 +269,7 @@
'base/resource/resource_bundle.cc',
'base/resource/resource_bundle.h',
'base/resource/resource_bundle_android.cc',
- 'base/resource/resource_bundle_aurax11.cc',
+ 'base/resource/resource_bundle_auralinux.cc',
'base/resource/resource_bundle_gtk.cc',
'base/resource/resource_bundle_ios.mm',
'base/resource/resource_bundle_mac.mm',
@@ -635,6 +635,12 @@
'base/x/selection_utils.h',
]
}],
+
+ ['use_aura==0 or OS!="linux"', {
+ 'sources!': [
+ 'base/resource/resource_bundle_auralinux.cc',
+ ],
+ }],
['use_aura==1 and OS=="win"', {
'sources/': [
['exclude', 'base/dragdrop/drag_utils_aura.cc'],
@@ -814,7 +820,7 @@
'base/cursor/cursor_loader_null.h',
],
}],
- ['toolkit_views==0', {
+ ['toolkit_views==0 and use_messagepump_linux==0', {
'sources!': [
'base/events/event.cc',
'base/events/event.h',
« no previous file with comments | « ui/surface/transport_dib_posix.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698