diff options
author | ben <ben@chromium.org> | 2015-11-18 20:37:05 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-19 04:37:55 +0000 |
commit | 02a377770e28b7b6129435d2eb27d38ac53dd619 (patch) | |
tree | d4fc8cc33db0cc878318d36e782fc0cf4d8e1fdb /content/public/renderer | |
parent | 8ff3b8bfc9cf81ab0c76b392c82106807f639df5 (diff) | |
download | chromium_src-02a377770e28b7b6129435d2eb27d38ac53dd619.zip chromium_src-02a377770e28b7b6129435d2eb27d38ac53dd619.tar.gz chromium_src-02a377770e28b7b6129435d2eb27d38ac53dd619.tar.bz2 |
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}
Diffstat (limited to 'content/public/renderer')
-rw-r--r-- | content/public/renderer/BUILD.gn | 5 |
1 files changed, 1 insertions, 4 deletions
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", |