summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/BUILD.gn
diff options
context:
space:
mode:
authormsramek <msramek@chromium.org>2015-11-18 06:57:43 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-18 14:58:25 +0000
commitbf5ac583bf02c0b627f3a9c32798a74c1b83b68b (patch)
treee56de982cf3c44db314ab31efc28e6e5933a1d54 /content/ppapi_plugin/BUILD.gn
parent1a1598471650523d629cee98ebc57b72ced98846 (diff)
downloadchromium_src-bf5ac583bf02c0b627f3a9c32798a74c1b83b68b.zip
chromium_src-bf5ac583bf02c0b627f3a9c32798a74c1b83b68b.tar.gz
chromium_src-bf5ac583bf02c0b627f3a9c32798a74c1b83b68b.tar.bz2
Revert of Bind Application in renderer (patchset #14 id:260001 of https://codereview.chromium.org/1452823003/ )
Reason for revert: Speculatively reverting this, as this CL landed exactly at the time when renderer started crashing on linux_chromium_rel_ng. Original issue's description: > Bind Application in renderer. > > This involved changing how we get the client handle to the renderer. In the first iteration I was passing this on the command line but that turns out not to work with the sandbox. So instead I an approach used by the Mojo-in-Chrome MojoApplication class and pass the primordial handle via Chrome IPC. > > I had to twiddle a bunch of BUILD.gn files in content to get this to work without crashing due to inconsistencies in how MOJO_SHELL_CLIENT was defined. > > R=jam@chromium.org,tsepez@chromium.org > http://crbug.com/551253 > > Committed: https://crrev.com/3edb97198bc5fbc22c5cf13286e8af80449ddfb9 > Cr-Commit-Position: refs/heads/master@{#360293} TBR=jam@chromium.org,tsepez@chromium.org,ben@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=557732 Review URL: https://codereview.chromium.org/1460713002 Cr-Commit-Position: refs/heads/master@{#360331}
Diffstat (limited to 'content/ppapi_plugin/BUILD.gn')
-rw-r--r--content/ppapi_plugin/BUILD.gn5
1 files changed, 1 insertions, 4 deletions
diff --git a/content/ppapi_plugin/BUILD.gn b/content/ppapi_plugin/BUILD.gn
index 6ce967d..ef4dcdf 100644
--- a/content/ppapi_plugin/BUILD.gn
+++ b/content/ppapi_plugin/BUILD.gn
@@ -32,10 +32,7 @@ source_set("ppapi_plugin_sources") {
"ppapi_thread.h",
]
- configs += [
- "//content:content_implementation",
- "//content/public/common:mojo_shell_client",
- ]
+ configs += [ "//content:content_implementation" ]
deps = [
"//base",