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

Unified Diff: base/base.gypi

Issue 14624010: Change MessagePumpLinux to MessagePumpOzone (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « base/base.gyp ('k') | 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 de000d1d2f4767fb6eb0852f279a091831fcea1b..5130e7ef9d0ba3489374a857141e165af36dcf6e 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -290,10 +290,10 @@
'message_pump.h',
'message_pump_android.cc',
'message_pump_android.h',
- 'message_pump_linux.cc',
- 'message_pump_linux.h',
'message_pump_default.cc',
'message_pump_default.h',
+ 'message_pump_ozone.cc',
+ 'message_pump_ozone.h',
'message_pump_win.cc',
'message_pump_win.h',
'metrics/sample_map.cc',
@@ -730,15 +730,11 @@
'string16.cc',
],
},],
- ['<(use_messagepump_linux) == 1', {
+ ['<(use_ozone) == 1', {
'sources!': [
'message_pump_glib.cc',
'message_pump_aurax11.cc',
]
- }, { # use_message_pump_linux!=1
- 'sources!': [
- 'message_pump_linux.cc',
- ],
}],
['OS == "linux" and >(nacl_untrusted_build)==0', {
'sources!': [
« no previous file with comments | « base/base.gyp ('k') | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698