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

Unified Diff: base/BUILD.gn

Issue 231643005: ozone: Remove the libevent message-pump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 6 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 | « no previous file | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index d1709d441f732c1dccd3730ec55f7544ee0b92d9..cc9500d818c04a06c0b248bdb414eda5f3d33d8d 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -328,8 +328,6 @@ component("base") {
"message_loop/message_pump_mac.h",
"message_loop/message_pump_mac.mm",
"message_loop/message_pump_observer.h",
- "message_loop/message_pump_ozone.cc",
- "message_loop/message_pump_ozone.h",
"message_loop/message_pump_win.cc",
"message_loop/message_pump_win.h",
"message_loop/message_pump_x11.cc",
@@ -827,12 +825,6 @@ component("base") {
"message_loop/message_pump_glib.h",
]
}
- if (!use_ozone) {
- sources -= [
- "message_loop/message_pump_ozone.cc",
- "message_loop/message_pump_ozone.h",
- ]
- }
if (!toolkit_uses_gtk) {
sources -= [
"message_loop/message_pump_gtk.cc",
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698