diff options
author | Brett Wilson <brettw@chromium.org> | 2014-08-28 12:34:11 -0700 |
---|---|---|
committer | Brett Wilson <brettw@chromium.org> | 2014-08-28 19:45:25 +0000 |
commit | 5e4c24b9ed85b0a9bdb2cac1eab0e289ccf7fd2c (patch) | |
tree | 00eb37819fb93c09b8f7b3fe1a9ad466a62ba451 /ui/platform_window | |
parent | e5f75e0d602b5ca9f20e330b20d80d940d692def (diff) | |
download | chromium_src-5e4c24b9ed85b0a9bdb2cac1eab0e289ccf7fd2c.zip chromium_src-5e4c24b9ed85b0a9bdb2cac1eab0e289ccf7fd2c.tar.gz chromium_src-5e4c24b9ed85b0a9bdb2cac1eab0e289ccf7fd2c.tar.bz2 |
Fix most of the "gn check" errors in ui/*
Some errors remain but these are circular includes that can't be fixed in the build files only.
Enable views_unittests and wm_unittests now that they compile
BUG=
R=sky@chromium.org, tfarina@chromium.org
Review URL: https://codereview.chromium.org/513313002
Cr-Commit-Position: refs/heads/master@{#292445}
Diffstat (limited to 'ui/platform_window')
-rw-r--r-- | ui/platform_window/BUILD.gn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/platform_window/BUILD.gn b/ui/platform_window/BUILD.gn index aa0c85d..ed4d3d6 100644 --- a/ui/platform_window/BUILD.gn +++ b/ui/platform_window/BUILD.gn @@ -10,4 +10,10 @@ component("platform_window") { "platform_window_delegate.h", "platform_window_export.h", ] + + deps = [ + "//base", + "//ui/base", + "//ui/gfx", + ] } |