From 5e739169f376c3bf9c2c35a4efa0ebb6cbb3a9ee Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 18 Nov 2015 19:35:18 -0800 Subject: 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} --- content/public/renderer/BUILD.gn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'content/public/renderer') 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", -- cgit v1.1