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

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

Issue 2819413002: [memory-infra] Remove MemoryDumpManagerDelegate (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
« no previous file with comments | « base/trace_event/memory_dump_manager_unittest.cc ('k') | content/child/child_thread_impl.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("//ppapi/features/features.gni") 7 import("//ppapi/features/features.gni")
8 import("//third_party/WebKit/public/public_features.gni") 8 import("//third_party/WebKit/public/public_features.gni")
9 9
10 if (is_component_build) { 10 if (is_component_build) {
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "//crypto:platform", 234 "//crypto:platform",
235 "//gpu/command_buffer/client", 235 "//gpu/command_buffer/client",
236 "//media", 236 "//media",
237 "//media/blink", 237 "//media/blink",
238 "//mojo/common", 238 "//mojo/common",
239 "//mojo/edk/system", 239 "//mojo/edk/system",
240 "//net", 240 "//net",
241 "//services/device/public/cpp:device_features", 241 "//services/device/public/cpp:device_features",
242 "//services/device/public/cpp/power_monitor", 242 "//services/device/public/cpp/power_monitor",
243 "//services/device/public/interfaces:constants", 243 "//services/device/public/interfaces:constants",
244 "//services/resource_coordinator/public/cpp", 244 "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
245 "//services/service_manager/public/cpp", 245 "//services/service_manager/public/cpp",
246 "//services/service_manager/public/interfaces", 246 "//services/service_manager/public/interfaces",
247 "//services/service_manager/runner/common", 247 "//services/service_manager/runner/common",
248 "//skia", 248 "//skia",
249 "//storage/common", 249 "//storage/common",
250 "//third_party/WebKit/public:blink_headers", 250 "//third_party/WebKit/public:blink_headers",
251 "//third_party/WebKit/public:features", 251 "//third_party/WebKit/public:features",
252 "//third_party/WebKit/public:image_resources", 252 "//third_party/WebKit/public:image_resources",
253 "//third_party/WebKit/public:resources", 253 "//third_party/WebKit/public:resources",
254 "//third_party/ced", 254 "//third_party/ced",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 298
299 # See comment at the top of //content/BUILD.gn for how this works. 299 # See comment at the top of //content/BUILD.gn for how this works.
300 group("for_content_tests") { 300 group("for_content_tests") {
301 visibility = [ "//content/test/*" ] 301 visibility = [ "//content/test/*" ]
302 if (!is_component_build) { 302 if (!is_component_build) {
303 public_deps = [ 303 public_deps = [
304 ":child", 304 ":child",
305 ] 305 ]
306 } 306 }
307 } 307 }
OLDNEW
« no previous file with comments | « base/trace_event/memory_dump_manager_unittest.cc ('k') | content/child/child_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698