Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
[Extensions] Build glib message pump on Ozone
Browse files Browse the repository at this point in the history
The GLib mainloop is desired on the Extension Process (only) to ease
the integration with DBus based services.

The patch won't make glib the default, but will make it possible to use
it if explicitly declared.
  • Loading branch information
Thiago Marcos P. Santos committed May 23, 2014
1 parent e76fa1e commit a364bf9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion base/base.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@
},],
['<(use_ozone) == 1', {
'sources!': [
'message_loop/message_pump_glib.cc',
'message_loop/message_pump_x11.cc',
]
}],
Expand Down

0 comments on commit a364bf9

Please sign in to comment.