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

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

Issue 2741203002: memory-infra: Finish moving to Mojo (3nd attempt) (Closed)
Patch Set: nit 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//ppapi/features/features.gni") 8 import("//ppapi/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/WebKit/public/public_features.gni") 10 import("//third_party/WebKit/public/public_features.gni")
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "//net:http_server", 100 "//net:http_server",
101 "//ppapi/features", 101 "//ppapi/features",
102 "//printing/features", 102 "//printing/features",
103 "//services/catalog:constants", 103 "//services/catalog:constants",
104 "//services/catalog/public/cpp", 104 "//services/catalog/public/cpp",
105 "//services/catalog/public/interfaces:constants", 105 "//services/catalog/public/interfaces:constants",
106 "//services/device:lib", 106 "//services/device:lib",
107 "//services/device/public/interfaces:constants", 107 "//services/device/public/interfaces:constants",
108 "//services/file:lib", 108 "//services/file:lib",
109 "//services/file/public/interfaces", 109 "//services/file/public/interfaces",
110 "//services/resource_coordinator:lib",
110 "//services/service_manager", 111 "//services/service_manager",
111 "//services/service_manager/public/cpp", 112 "//services/service_manager/public/cpp",
112 "//services/service_manager/public/interfaces", 113 "//services/service_manager/public/interfaces",
113 "//services/service_manager/runner/common", 114 "//services/service_manager/runner/common",
114 "//services/service_manager/runner/host:lib", 115 "//services/service_manager/runner/host:lib",
115 "//services/shape_detection:lib", 116 "//services/shape_detection:lib",
116 "//services/shape_detection/public/interfaces", 117 "//services/shape_detection/public/interfaces",
117 "//services/ui/gpu/interfaces", 118 "//services/ui/gpu/interfaces",
118 "//services/ui/public/cpp/gpu", 119 "//services/ui/public/cpp/gpu",
119 "//skia", 120 "//skia",
(...skipping 1914 matching lines...) Expand 10 before | Expand all | Expand 10 after
2034 if (!is_component_build) { 2035 if (!is_component_build) {
2035 public_deps = [ 2036 public_deps = [
2036 ":browser", 2037 ":browser",
2037 ] 2038 ]
2038 } else { 2039 } else {
2039 public_deps = [ 2040 public_deps = [
2040 "//third_party/leveldatabase", 2041 "//third_party/leveldatabase",
2041 ] 2042 ]
2042 } 2043 }
2043 } 2044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698