commit | 20c7ccfce55b36fe3ac702243047ea6d121ee6ff | [log] [tgz] |
---|---|---|
author | ben <[email protected]> | Tue Jun 28 02:22:58 2016 |
committer | Commit bot <[email protected]> | Tue Jun 28 02:25:35 2016 |
tree | e8f2ebbf0f559be9919d57d8a362360e4247da8d | |
parent | 67e8c893e4db2d6ebed8876f54e1dad698b7c62a [diff] [blame] |
Migrate GpuProcess to use MojoChild/ShellConnection for the Shell handshake Extracted from: https://codereview.chromium.org/2096643002/ [email protected] BUG= Review-Url: https://codereview.chromium.org/2104553002 Cr-Commit-Position: refs/heads/master@{#402381}
diff --git a/content/BUILD.gn b/content/BUILD.gn index 2193f545..3ab32ff 100644 --- a/content/BUILD.gn +++ b/content/BUILD.gn
@@ -116,6 +116,7 @@ ] deps = [ "//content/public/app:browser_manifest", + "//content/public/app:gpu_manifest", "//content/public/app:renderer_manifest", "//services/catalog:manifest", ]