Commit 905f3d99 authored by tfarina's avatar tfarina Committed by Commit bot

ui: Fix all 'gn check' errors.

This was checked with the following command line:

$ out/Debug/gn check out_gn/Debug //ui/*

And cleaned until it reported "Header dependency check OK".

BUG=367595,376000
TEST=see above
R=sky@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#307043}
parent 614597db
......@@ -181,6 +181,7 @@ source_set("test_support") {
"//ui/events:test_support",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gfx/x",
"//ui/wm",
]
......
......@@ -198,7 +198,6 @@ component("base") {
"nine_image_painter_factory.h",
"page_transition_types.cc",
"page_transition_types.h",
"page_transition_types_list.h",
"resource/data_pack.cc",
"resource/data_pack.h",
"resource/resource_bundle.cc",
......@@ -299,6 +298,7 @@ component("base") {
"//base:i18n",
"//net",
"//third_party/icu",
"//ui/events/devices",
"//ui/resources",
"//ui/strings",
"//url",
......
......@@ -329,7 +329,6 @@
'nine_image_painter_factory.h',
'page_transition_types.cc',
'page_transition_types.h',
'page_transition_types_list.h',
'resource/data_pack.cc',
'resource/data_pack.h',
'resource/resource_bundle.cc',
......
......@@ -59,6 +59,7 @@ component("compositor") {
"//base/third_party/dynamic_annotations",
"//cc",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//gpu/command_buffer/common",
"//skia",
"//ui/gfx",
......
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