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

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

Issue 2871353002: GRC: Added Tab coordination units behind a feature flag (Closed)
Patch Set: Rebase Created 3 years, 7 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 "//printing/features", 112 "//printing/features",
113 "//services/catalog:constants", 113 "//services/catalog:constants",
114 "//services/catalog/public/cpp", 114 "//services/catalog/public/cpp",
115 "//services/catalog/public/interfaces:constants", 115 "//services/catalog/public/interfaces:constants",
116 "//services/data_decoder/public/interfaces", 116 "//services/data_decoder/public/interfaces",
117 "//services/device:lib", 117 "//services/device:lib",
118 "//services/device/public/interfaces:constants", 118 "//services/device/public/interfaces:constants",
119 "//services/file:lib", 119 "//services/file:lib",
120 "//services/file/public/interfaces", 120 "//services/file/public/interfaces",
121 "//services/resource_coordinator:lib", 121 "//services/resource_coordinator:lib",
122 "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
122 "//services/service_manager", 123 "//services/service_manager",
123 "//services/service_manager/embedder", 124 "//services/service_manager/embedder",
124 "//services/service_manager/public/cpp", 125 "//services/service_manager/public/cpp",
125 "//services/service_manager/public/interfaces", 126 "//services/service_manager/public/interfaces",
126 "//services/service_manager/runner/common", 127 "//services/service_manager/runner/common",
127 "//services/service_manager/runner/host:lib", 128 "//services/service_manager/runner/host:lib",
128 "//services/shape_detection:lib", 129 "//services/shape_detection:lib",
129 "//services/shape_detection/public/interfaces", 130 "//services/shape_detection/public/interfaces",
130 "//services/ui/gpu/interfaces", 131 "//services/ui/gpu/interfaces",
131 "//services/ui/public/cpp/gpu", 132 "//services/ui/public/cpp/gpu",
(...skipping 2017 matching lines...) Expand 10 before | Expand all | Expand 10 after
2149 if (!is_component_build) { 2150 if (!is_component_build) {
2150 public_deps = [ 2151 public_deps = [
2151 ":browser", 2152 ":browser",
2152 ] 2153 ]
2153 } else { 2154 } else {
2154 public_deps = [ 2155 public_deps = [
2155 "//third_party/leveldatabase", 2156 "//third_party/leveldatabase",
2156 ] 2157 ]
2157 } 2158 }
2158 } 2159 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_helpers.cc ('k') | content/browser/service_manager/service_manager_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698