diff options
author | tfarina <tfarina@chromium.org> | 2015-02-01 18:55:42 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-02 02:56:42 +0000 |
commit | cb1ffc60dc2b70da6676b5112b5bad0bb785f757 (patch) | |
tree | 8eeb2e4d6716f525aa9217e81fddb7a586d115a9 /ui/snapshot | |
parent | db8a11edfee05553bf7b84897472005ddcef0839 (diff) | |
download | chromium_src-cb1ffc60dc2b70da6676b5112b5bad0bb785f757.zip chromium_src-cb1ffc60dc2b70da6676b5112b5bad0bb785f757.tar.gz chromium_src-cb1ffc60dc2b70da6676b5112b5bad0bb785f757.tar.bz2 |
Fix 'gn check' errors in //ui/* targets.
Tested with the following configs:
Linux:
$ gn gen out_gn/Debug
$ gn check out_gn/Debug
Android:
$ gn gen --args='os="android" cpu_arch="arm"' out_gn_android/Debug
$ gn check out_gn_android/Debug
Chromeos:
$ gn gen --args='os="chromeos"' out_gn_chromeos/Debug
$ gn check out_gn_chromeos/Debug
BUG=367595, 376000
TEST=see above
R=brettw@chromium.org
TBR=sky@chromium.org
Review URL: https://codereview.chromium.org/872243004
Cr-Commit-Position: refs/heads/master@{#314102}
Diffstat (limited to 'ui/snapshot')
-rw-r--r-- | ui/snapshot/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/snapshot/BUILD.gn b/ui/snapshot/BUILD.gn index 49a6bd8..fea99c0 100644 --- a/ui/snapshot/BUILD.gn +++ b/ui/snapshot/BUILD.gn @@ -67,6 +67,7 @@ test("snapshot_unittests") { "//skia", "//testing/gtest", "//ui/base", + "//ui/compositor:test_support", "//ui/gfx", "//ui/gfx/geometry", "//ui/gl", |