commit | 141b272fb8040d8fc40b44a4a3c197c95894659b | [log] [tgz] |
---|---|---|
author | ben <[email protected]> | Tue Jun 28 15:47:35 2016 |
committer | Commit bot <[email protected]> | Tue Jun 28 15:50:26 2016 |
tree | afbffc04bb596ab056b34cbe86f435d0318ce355 | |
parent | 7cdc5e97e160939a95e783ce9023975da79b45cc [diff] [blame] |
Convert UtilityProcess to use MojoChild/ShellConnection for the shell handshake. Extracted from: https://codereview.chromium.org/2096643002/ [email protected] Review-Url: https://codereview.chromium.org/2099423002 Cr-Commit-Position: refs/heads/master@{#402480}
diff --git a/content/BUILD.gn b/content/BUILD.gn index 3ab32ff..211bec7 100644 --- a/content/BUILD.gn +++ b/content/BUILD.gn
@@ -118,6 +118,7 @@ "//content/public/app:browser_manifest", "//content/public/app:gpu_manifest", "//content/public/app:renderer_manifest", + "//content/public/app:utility_manifest", "//services/catalog:manifest", ] }