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

Commit

Permalink
Merge pull request #170 from tmpsantos/glib_mainloop2
Browse files Browse the repository at this point in the history
[Extensions] Build glib message pump on Ozone
  • Loading branch information
Raphael Kubo da Costa committed Jun 18, 2014
2 parents f7a23f7 + d7e13fe commit 6488cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/base.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
['exclude', '_nss\\.cc$'],
],
}],
['use_glib==1', {
['use_glib==1 or <(use_ozone)==1', {
'dependencies': [
'../build/linux/system.gyp:glib',
],
Expand Down
2 changes: 1 addition & 1 deletion base/base.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@
'atomicops_internals_x86_gcc.cc',
],
}],
['<(use_glib)==0 or >(nacl_untrusted_build)==1', {
['(<(use_glib)==0 and <(use_ozone)==0) or >(nacl_untrusted_build)==1', {
'sources!': [
'message_loop/message_pump_glib.cc',
],
Expand Down

0 comments on commit 6488cb7

Please sign in to comment.