Commit 60d02cca authored by spang's avatar spang Committed by Commit bot

content: Make ui/events dependency unconditional

It is not used only when toolkit_views is enabled. This fixes some
unresolved reference errors that will break the linux_ecs_ozone trybot
once we enable -Wl,-z,defs.

This dependency is already unconditional in the GN build.

BUG=445627
TEST=linux_ecs_ozone tryjob

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

Cr-Commit-Position: refs/heads/master@{#314919}
parent e7fba154
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
'../ui/accessibility/accessibility.gyp:ax_gen', '../ui/accessibility/accessibility.gyp:ax_gen',
'../ui/base/ui_base.gyp:ui_base', '../ui/base/ui_base.gyp:ui_base',
'../ui/base/ime/ui_base_ime.gyp:ui_base_ime', '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
'../ui/events/events.gyp:events',
'../ui/events/events.gyp:events_base', '../ui/events/events.gyp:events_base',
'../ui/events/events.gyp:gesture_detection', '../ui/events/events.gyp:gesture_detection',
'../ui/gfx/gfx.gyp:gfx', '../ui/gfx/gfx.gyp:gfx',
...@@ -1630,11 +1631,6 @@ ...@@ -1630,11 +1631,6 @@
'<@(private_browser_sources)', '<@(private_browser_sources)',
], ],
'conditions': [ 'conditions': [
['toolkit_views==1', {
'dependencies': [
'../ui/events/events.gyp:events',
],
}],
['OS == "win"', { ['OS == "win"', {
'dependencies': [ 'dependencies': [
'../third_party/power_gadget/power_gadget.gyp:power_gadget', '../third_party/power_gadget/power_gadget.gyp:power_gadget',
......
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