diff options
author | brettw <brettw@chromium.org> | 2016-03-21 16:14:29 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-03-21 23:16:39 +0000 |
commit | c15ed73a0bb7161c52e1fde97bd2bf3e6534d78b (patch) | |
tree | 224097caa0660e798839dd335f17680e0d87eb4a /content/public/renderer | |
parent | 9f060d4be347cda7aa7c0fb2a43afafbbd64e70c (diff) | |
download | chromium_src-c15ed73a0bb7161c52e1fde97bd2bf3e6534d78b.zip chromium_src-c15ed73a0bb7161c52e1fde97bd2bf3e6534d78b.tar.gz chromium_src-c15ed73a0bb7161c52e1fde97bd2bf3e6534d78b.tar.bz2 |
Make more of content pass "gn check"
Adds dependencies and makes some deps public so more of content passes include checking. This adds 25 targets.
CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
Review URL: https://codereview.chromium.org/1817903002
Cr-Commit-Position: refs/heads/master@{#382430}
Diffstat (limited to 'content/public/renderer')
-rw-r--r-- | content/public/renderer/BUILD.gn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn index c6bcae1..c31a7bb 100644 --- a/content/public/renderer/BUILD.gn +++ b/content/public/renderer/BUILD.gn @@ -28,12 +28,19 @@ source_set("renderer_sources") { configs += [ "//content:content_implementation" ] deps = [ + "//content/public/child:child_sources", "//content/public/common:common_sources", "//content/renderer", + "//gin", + "//media", + "//net", + "//ppapi/c", "//skia", "//third_party/WebKit/public:blink_headers", "//third_party/libjingle", "//third_party/widevine/cdm:version_h", + "//ui/base", + "//ui/base/ime", "//ui/gfx", "//v8", ] |