DescriptionMacViews: Changes to allow app_list_unittests to compile
It needs a better compositor setup for the tests to actually pass, but
it compiles now. Changes were to fix the concept of "parent", which is a
container aura::Window in Ash, and NULL on other platforms. However, the
parent type for Widgets is a NativeView, not a NativeWindow.
Gyp changes are required to resolve undefined symbols
"ui::{Terminate,Initialize}ContextFactoryForTests()". This is called
from ViewsTestBase in views_test_support, but views_test_support is
missing the dependency on compositor_test_support where these are
defined. On other platforms, this leaks in via aura stuff.
BUG=365977, 399191
TBR=sky@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287291
Patch Set 1 #Patch Set 2 : fix gn #Patch Set 3 : Fix Ash #
Messages
Total messages: 12 (0 generated)
|