From 02a377770e28b7b6129435d2eb27d38ac53dd619 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 18 Nov 2015 20:37:05 -0800 Subject: Revert of Define MOJO_SHELL_CLIENT uniformly across content (patchset #3 id:40001 of https://codereview.chromium.org/1462753002/ ) Reason for revert: Not needed. Original issue's description: > Define MOJO_SHELL_CLIENT uniformly across content > > Separated out of https://codereview.chromium.org/1452823003/ > > TBR=jam@chromium.org > http://crbug.com/551253 > > Committed: https://crrev.com/5e739169f376c3bf9c2c35a4efa0ebb6cbb3a9ee > Cr-Commit-Position: refs/heads/master@{#360514} TBR=jam@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1455423002 Cr-Commit-Position: refs/heads/master@{#360522} --- content/public/renderer/BUILD.gn | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'content/public/renderer') diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn index 778d66f..0ab2d33 100644 --- a/content/public/renderer/BUILD.gn +++ b/content/public/renderer/BUILD.gn @@ -25,10 +25,7 @@ source_set("renderer_sources") { ".", "//content") - configs += [ - "//content:content_implementation", - "//content/public/common:mojo_shell_client", - ] + configs += [ "//content:content_implementation" ] deps = [ "//content/public/common:common_sources", -- cgit v1.1