diff options
author | brettw <brettw@chromium.org> | 2014-09-06 17:27:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-07 00:36:35 +0000 |
commit | a78fdeda3324eab3427e2c8009c80fcaa906b675 (patch) | |
tree | 457b99b8321a470a2dcd0318e809188c4ff4c0de /ui/keyboard | |
parent | 2ee4e3d7fa891c4aee1b3462f7caa0f5cde07c72 (diff) | |
download | chromium_src-a78fdeda3324eab3427e2c8009c80fcaa906b675.zip chromium_src-a78fdeda3324eab3427e2c8009c80fcaa906b675.tar.gz chromium_src-a78fdeda3324eab3427e2c8009c80fcaa906b675.tar.bz2 |
Make ui gn check pass. Misc GN build improvements.
Content/public/app was messed up and didn't link everything properly, so this separates it out into browser and child like content/app is.
R=jamesr@chromium.org
Reland of https://codereview.chromium.org/545313002/ but with public/utility dependency added
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/549863004
Cr-Commit-Position: refs/heads/master@{#293646}
Diffstat (limited to 'ui/keyboard')
-rw-r--r-- | ui/keyboard/BUILD.gn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/keyboard/BUILD.gn b/ui/keyboard/BUILD.gn index cb1a01f..8dbdf77 100644 --- a/ui/keyboard/BUILD.gn +++ b/ui/keyboard/BUILD.gn @@ -41,6 +41,10 @@ component("keyboard") { "//ui/keyboard/webui", "//ui/wm", ] + + # http://crbug.com/408651 Include cycle between this target and the "webui" + # sub-target. + allow_circular_includes_from = [ "//ui/keyboard/webui" ] } grit("resources_grit") { |