diff options
author | tfarina <tfarina@chromium.org> | 2015-03-10 09:07:59 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-10 16:08:52 +0000 |
commit | eb2372fa7b9fbda937446996fbfc421ab46e9904 (patch) | |
tree | 3a598bb8aef6219e1cd9ea223b92f26cf56f65e9 /ui/aura_extra | |
parent | 1d07590021ab4b5781cefa1595d297ccf475d7fe (diff) | |
download | chromium_src-eb2372fa7b9fbda937446996fbfc421ab46e9904.zip chromium_src-eb2372fa7b9fbda937446996fbfc421ab46e9904.tar.gz chromium_src-eb2372fa7b9fbda937446996fbfc421ab46e9904.tar.bz2 |
ui: More work to make Linux 'gn check' clean.
Tested on Linux with the following command lines:
$ gn gen out-gn
$ gn check out-gn //ui/*
More work is needed to get this enabled on .gn.
BUG=367595,376000
TEST=see above
R=sky@chromium.org
Review URL: https://codereview.chromium.org/988463003
Cr-Commit-Position: refs/heads/master@{#319895}
Diffstat (limited to 'ui/aura_extra')
-rw-r--r-- | ui/aura_extra/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/aura_extra/BUILD.gn b/ui/aura_extra/BUILD.gn index adae6ea..dae41d2 100644 --- a/ui/aura_extra/BUILD.gn +++ b/ui/aura_extra/BUILD.gn @@ -18,6 +18,7 @@ component("aura_extra") { "//skia", "//ui/aura", "//ui/base", + "//ui/compositor", "//ui/events", "//ui/gfx", "//ui/gfx/geometry", |