summaryrefslogtreecommitdiffstats
path: root/content/public/renderer
diff options
context:
space:
mode:
authorben <ben@chromium.org>2015-11-18 19:35:18 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-19 03:36:57 +0000
commit5e739169f376c3bf9c2c35a4efa0ebb6cbb3a9ee (patch)
tree182039e0103a183618a6eba3446da2f4cb24d8ec /content/public/renderer
parentcb27ead70f32946c71ad1d6672437dbd914b5b6d (diff)
downloadchromium_src-5e739169f376c3bf9c2c35a4efa0ebb6cbb3a9ee.zip
chromium_src-5e739169f376c3bf9c2c35a4efa0ebb6cbb3a9ee.tar.gz
chromium_src-5e739169f376c3bf9c2c35a4efa0ebb6cbb3a9ee.tar.bz2
Define MOJO_SHELL_CLIENT uniformly across content
Separated out of https://codereview.chromium.org/1452823003/ TBR=jam@chromium.org http://crbug.com/551253 Review URL: https://codereview.chromium.org/1462753002 Cr-Commit-Position: refs/heads/master@{#360514}
Diffstat (limited to 'content/public/renderer')
-rw-r--r--content/public/renderer/BUILD.gn5
1 files changed, 4 insertions, 1 deletions
diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn
index 0ab2d33..778d66f 100644
--- a/content/public/renderer/BUILD.gn
+++ b/content/public/renderer/BUILD.gn
@@ -25,7 +25,10 @@ source_set("renderer_sources") {
".",
"//content")
- configs += [ "//content:content_implementation" ]
+ configs += [
+ "//content:content_implementation",
+ "//content/public/common:mojo_shell_client",
+ ]
deps = [
"//content/public/common:common_sources",