summaryrefslogtreecommitdiffstats
path: root/content/public
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2016-03-25 11:08:01 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-25 18:09:06 +0000
commitc5485c129be64a66f9996d63936cdcdfe932d113 (patch)
tree30ab7c487441cabcee1ac6b4142f56e88867fd08 /content/public
parent8d967f69a29b1ea07a9e0e368e297c5ca21ac211 (diff)
downloadchromium_src-c5485c129be64a66f9996d63936cdcdfe932d113.zip
chromium_src-c5485c129be64a66f9996d63936cdcdfe932d113.tar.gz
chromium_src-c5485c129be64a66f9996d63936cdcdfe932d113.tar.bz2
Set content implementation define in public/gpu
This will make the component build happy after a source file was added in this target in https://codereview.chromium.org/1745903002 TBR=posciak Review URL: https://codereview.chromium.org/1836523003 Cr-Commit-Position: refs/heads/master@{#383308}
Diffstat (limited to 'content/public')
-rw-r--r--content/public/gpu/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/public/gpu/BUILD.gn b/content/public/gpu/BUILD.gn
index 3bca008..63550aa 100644
--- a/content/public/gpu/BUILD.gn
+++ b/content/public/gpu/BUILD.gn
@@ -18,6 +18,8 @@ group("gpu") {
source_set("gpu_sources") {
visibility = [ "//content/*" ]
+ configs += [ "//content:content_implementation" ]
+
sources = [
"content_gpu_client.h",
]