Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Side by Side Diff: content/browser/BUILD.gn

Issue 2613653003: Move some basic early process init into Service Manager (Closed)
Patch Set: fix mac shutdown order Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/app/mac/mac_init.mm ('k') | content/browser/child_process_launcher_helper_posix.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 "//printing/features", 107 "//printing/features",
108 "//services/catalog:constants", 108 "//services/catalog:constants",
109 "//services/catalog/public/cpp", 109 "//services/catalog/public/cpp",
110 "//services/catalog/public/interfaces:constants", 110 "//services/catalog/public/interfaces:constants",
111 "//services/device:lib", 111 "//services/device:lib",
112 "//services/device/public/interfaces:constants", 112 "//services/device/public/interfaces:constants",
113 "//services/file:lib", 113 "//services/file:lib",
114 "//services/file/public/interfaces", 114 "//services/file/public/interfaces",
115 "//services/resource_coordinator:lib", 115 "//services/resource_coordinator:lib",
116 "//services/service_manager", 116 "//services/service_manager",
117 "//services/service_manager/embedder",
117 "//services/service_manager/public/cpp", 118 "//services/service_manager/public/cpp",
118 "//services/service_manager/public/interfaces", 119 "//services/service_manager/public/interfaces",
119 "//services/service_manager/runner/common", 120 "//services/service_manager/runner/common",
120 "//services/service_manager/runner/host:lib", 121 "//services/service_manager/runner/host:lib",
121 "//services/shape_detection:lib", 122 "//services/shape_detection:lib",
122 "//services/shape_detection/public/interfaces", 123 "//services/shape_detection/public/interfaces",
123 "//services/ui/gpu/interfaces", 124 "//services/ui/gpu/interfaces",
124 "//services/ui/public/cpp/gpu", 125 "//services/ui/public/cpp/gpu",
125 "//skia", 126 "//skia",
126 "//sql", 127 "//sql",
(...skipping 1930 matching lines...) Expand 10 before | Expand all | Expand 10 after
2057 if (!is_component_build) { 2058 if (!is_component_build) {
2058 public_deps = [ 2059 public_deps = [
2059 ":browser", 2060 ":browser",
2060 ] 2061 ]
2061 } else { 2062 } else {
2062 public_deps = [ 2063 public_deps = [
2063 "//third_party/leveldatabase", 2064 "//third_party/leveldatabase",
2064 ] 2065 ]
2065 } 2066 }
2066 } 2067 }
OLDNEW
« no previous file with comments | « content/app/mac/mac_init.mm ('k') | content/browser/child_process_launcher_helper_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698