| Index: content/app/BUILD.gn
 | 
| diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
 | 
| index 8d796eca93f48b12c79c737da9ad0b2e7ca9d460..c5d6ddaa7b709855604166dc5c98fa019f5d9306 100644
 | 
| --- a/content/app/BUILD.gn
 | 
| +++ b/content/app/BUILD.gn
 | 
| @@ -27,7 +27,7 @@ template("implement_content_app") {
 | 
|      "//content:sandbox_helper_win",
 | 
|      "//content/public/common:common_sources",
 | 
|      "//crypto",
 | 
| -    "//services/service_manager/public/cpp",
 | 
| +    "//services/service_manager/embedder",
 | 
|      "//services/service_manager/public/interfaces",
 | 
|      "//mojo/edk/system",
 | 
|      "//ppapi/features",
 | 
| @@ -99,8 +99,8 @@ template("implement_content_app") {
 | 
|  
 | 
|    source_set(main_target_name) {
 | 
|      sources = [
 | 
| -      "mac/mac_init.h",
 | 
| -      "mac/mac_init.mm",
 | 
| +      "content_service_manager_main_delegate.cc",
 | 
| +      "content_service_manager_main_delegate.h",
 | 
|        "mojo/mojo_init.cc",
 | 
|        "mojo/mojo_init.h",
 | 
|      ]
 | 
| @@ -125,6 +125,7 @@ template("implement_content_app") {
 | 
|      deps = content_app_deps + [
 | 
|               ":$runner_target_name",
 | 
|               "//ipc",
 | 
| +             "//services/service_manager/embedder",
 | 
|             ]
 | 
|      forward_variables_from(invoker,
 | 
|                             [
 | 
| 
 |