Commit a8846480 authored by spang's avatar spang Committed by Commit bot

ozone: Add more missing dependencies

This fixes unresolved references in the linux chromiumos ozone
shared_library build.

BUG=445627
TEST=gn gen out_gn_ozone --args='os="chromeos" use_ozone=true is_component_build=true' &&
  ninja -C out_gn_ozone chrome ozone_unittests (along with other needed changes)

Review URL: https://codereview.chromium.org/895263002

Cr-Commit-Position: refs/heads/master@{#314583}
parent c27b1919
...@@ -82,8 +82,8 @@ component("events_ozone_evdev") { ...@@ -82,8 +82,8 @@ component("events_ozone_evdev") {
"evdev/input_controller_evdev.cc", "evdev/input_controller_evdev.cc",
"evdev/input_controller_evdev.h", "evdev/input_controller_evdev.h",
"evdev/input_device_factory_evdev.cc", "evdev/input_device_factory_evdev.cc",
"evdev/input_device_factory_evdev.cc", "evdev/input_device_factory_evdev.h",
"evdev/input_device_factory_evdev_proxy.h", "evdev/input_device_factory_evdev_proxy.cc",
"evdev/input_device_factory_evdev_proxy.h", "evdev/input_device_factory_evdev_proxy.h",
"evdev/input_injector_evdev.cc", "evdev/input_injector_evdev.cc",
"evdev/input_injector_evdev.h", "evdev/input_injector_evdev.h",
...@@ -105,7 +105,9 @@ component("events_ozone_evdev") { ...@@ -105,7 +105,9 @@ component("events_ozone_evdev") {
":events_ozone", ":events_ozone",
":events_ozone_layout", ":events_ozone_layout",
"//base", "//base",
"//ui/events",
"//ui/events:dom4_keycode_converter", "//ui/events:dom4_keycode_converter",
"//ui/events:events_base",
"//ui/events/devices", "//ui/events/devices",
"//ui/events/platform", "//ui/events/platform",
"//ui/gfx", "//ui/gfx",
......
...@@ -178,5 +178,6 @@ test("ozone_unittests") { ...@@ -178,5 +178,6 @@ test("ozone_unittests") {
deps = [ deps = [
"//base/test:test_support", "//base/test:test_support",
"//testing/gtest", "//testing/gtest",
"//ui/gfx/geometry",
] + ozone_platform_test_deps ] + ozone_platform_test_deps
} }
...@@ -30,5 +30,6 @@ executable("ozone_demo") { ...@@ -30,5 +30,6 @@ executable("ozone_demo") {
"//ui/gl", "//ui/gl",
"//ui/ozone", "//ui/ozone",
"//ui/ozone/gpu", "//ui/ozone/gpu",
"//ui/ozone:ozone_base",
] ]
} }
...@@ -183,6 +183,7 @@ ...@@ -183,6 +183,7 @@
'../../base/base.gyp:base', '../../base/base.gyp:base',
'../../base/base.gyp:test_support_base', '../../base/base.gyp:test_support_base',
'../../testing/gtest.gyp:gtest', '../../testing/gtest.gyp:gtest',
'../gfx/gfx.gyp:gfx_geometry',
'<@(external_ozone_platform_unittest_deps)', '<@(external_ozone_platform_unittest_deps)',
'<@(internal_ozone_platform_unittest_deps)', '<@(internal_ozone_platform_unittest_deps)',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment