summaryrefslogtreecommitdiffstats
path: root/content/app
diff options
context:
space:
mode:
authorben <ben@chromium.org>2015-11-18 19:35:18 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-19 03:36:57 +0000
commit5e739169f376c3bf9c2c35a4efa0ebb6cbb3a9ee (patch)
tree182039e0103a183618a6eba3446da2f4cb24d8ec /content/app
parentcb27ead70f32946c71ad1d6672437dbd914b5b6d (diff)
downloadchromium_src-5e739169f376c3bf9c2c35a4efa0ebb6cbb3a9ee.zip
chromium_src-5e739169f376c3bf9c2c35a4efa0ebb6cbb3a9ee.tar.gz
chromium_src-5e739169f376c3bf9c2c35a4efa0ebb6cbb3a9ee.tar.bz2
Define MOJO_SHELL_CLIENT uniformly across content
Separated out of https://codereview.chromium.org/1452823003/ TBR=jam@chromium.org http://crbug.com/551253 Review URL: https://codereview.chromium.org/1462753002 Cr-Commit-Position: refs/heads/master@{#360514}
Diffstat (limited to 'content/app')
-rw-r--r--content/app/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index b83b529..021c51f 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -70,6 +70,7 @@ if (is_ios) {
content_app_extra_configs = [
"//build/config/compiler:wexit_time_destructors",
"//content:content_implementation",
+ "//content/public/common:mojo_shell_client",
"//v8:external_startup_data",
]