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

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

Issue 2613653003: Move some basic early process init into Service Manager (Closed)
Patch Set: . 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
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "//ppapi/features", 105 "//ppapi/features",
106 "//printing/features", 106 "//printing/features",
107 "//services/catalog:constants", 107 "//services/catalog:constants",
108 "//services/catalog/public/cpp", 108 "//services/catalog/public/cpp",
109 "//services/catalog/public/interfaces:constants", 109 "//services/catalog/public/interfaces:constants",
110 "//services/device:lib", 110 "//services/device:lib",
111 "//services/device/public/interfaces:constants", 111 "//services/device/public/interfaces:constants",
112 "//services/file:lib", 112 "//services/file:lib",
113 "//services/file/public/interfaces", 113 "//services/file/public/interfaces",
114 "//services/service_manager", 114 "//services/service_manager",
115 "//services/service_manager/embedder",
115 "//services/service_manager/public/cpp", 116 "//services/service_manager/public/cpp",
116 "//services/service_manager/public/interfaces", 117 "//services/service_manager/public/interfaces",
117 "//services/service_manager/runner/common", 118 "//services/service_manager/runner/common",
118 "//services/service_manager/runner/host:lib", 119 "//services/service_manager/runner/host:lib",
119 "//services/shape_detection:lib", 120 "//services/shape_detection:lib",
120 "//services/shape_detection/public/interfaces", 121 "//services/shape_detection/public/interfaces",
121 "//services/ui/gpu/interfaces", 122 "//services/ui/gpu/interfaces",
122 "//services/ui/public/cpp/gpu", 123 "//services/ui/public/cpp/gpu",
123 "//skia", 124 "//skia",
124 "//sql", 125 "//sql",
(...skipping 1915 matching lines...) Expand 10 before | Expand all | Expand 10 after
2040 if (!is_component_build) { 2041 if (!is_component_build) {
2041 public_deps = [ 2042 public_deps = [
2042 ":browser", 2043 ":browser",
2043 ] 2044 ]
2044 } else { 2045 } else {
2045 public_deps = [ 2046 public_deps = [
2046 "//third_party/leveldatabase", 2047 "//third_party/leveldatabase",
2047 ] 2048 ]
2048 } 2049 }
2049 } 2050 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698