summaryrefslogtreecommitdiffstats
path: root/cc/surfaces
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2016-03-21 16:14:29 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-21 23:16:39 +0000
commitc15ed73a0bb7161c52e1fde97bd2bf3e6534d78b (patch)
tree224097caa0660e798839dd335f17680e0d87eb4a /cc/surfaces
parent9f060d4be347cda7aa7c0fb2a43afafbbd64e70c (diff)
downloadchromium_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 'cc/surfaces')
-rw-r--r--cc/surfaces/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/cc/surfaces/BUILD.gn b/cc/surfaces/BUILD.gn
index 15adb47..1c5ca5c 100644
--- a/cc/surfaces/BUILD.gn
+++ b/cc/surfaces/BUILD.gn
@@ -45,8 +45,10 @@ component("surfaces") {
defines = [ "CC_SURFACES_IMPLEMENTATION=1" ]
- deps = [
+ public_deps = [
":surface_id",
+ ]
+ deps = [
"//base",
"//base/third_party/dynamic_annotations",
"//cc",