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

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

Issue 2741203002: memory-infra: Finish moving to Mojo (3nd attempt) (Closed)
Patch Set: rebase 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 "//net:http_server", 105 "//net:http_server",
106 "//ppapi/features", 106 "//ppapi/features",
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/service_manager", 116 "//services/service_manager",
116 "//services/service_manager/public/cpp", 117 "//services/service_manager/public/cpp",
117 "//services/service_manager/public/interfaces", 118 "//services/service_manager/public/interfaces",
118 "//services/service_manager/runner/common", 119 "//services/service_manager/runner/common",
119 "//services/service_manager/runner/host:lib", 120 "//services/service_manager/runner/host:lib",
120 "//services/shape_detection:lib", 121 "//services/shape_detection:lib",
121 "//services/shape_detection/public/interfaces", 122 "//services/shape_detection/public/interfaces",
122 "//services/ui/gpu/interfaces", 123 "//services/ui/gpu/interfaces",
123 "//services/ui/public/cpp/gpu", 124 "//services/ui/public/cpp/gpu",
124 "//skia", 125 "//skia",
(...skipping 1926 matching lines...) Expand 10 before | Expand all | Expand 10 after
2051 if (!is_component_build) { 2052 if (!is_component_build) {
2052 public_deps = [ 2053 public_deps = [
2053 ":browser", 2054 ":browser",
2054 ] 2055 ]
2055 } else { 2056 } else {
2056 public_deps = [ 2057 public_deps = [
2057 "//third_party/leveldatabase", 2058 "//third_party/leveldatabase",
2058 ] 2059 ]
2059 } 2060 }
2060 } 2061 }
OLDNEW
« no previous file with comments | « components/tracing/child/child_trace_message_filter_browsertest.cc ('k') | content/browser/browser_main_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698