DescriptionMacViews: Adjust linux_ui guards in process_singleton_posix to match views.gyp
Currently a linux_ui.h #include/usage in process_singleton_posix is
guarded by toolkit_views && !chromeos which (along with _posix) will
include Mac.
views.gyp has
}, { # OS=="linux" and chromeos==0
'sources/': [
['exclude', 'linux_ui'],
],
}],
so this just makes them match.
BUG=390755
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283368
Patch Set 1 #Patch Set 2 : +views still (for ozone?) #Messages
Total messages: 7 (0 generated)
|