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

Side by Side Diff: content/common/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 | « content/child/child_thread_impl.cc ('k') | services/resource_coordinator/BUILD.gn » ('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("features.gni") 5 import("features.gni")
6 import("//build/buildflag_header.gni") 6 import("//build/buildflag_header.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "//media/gpu/ipc/client", 388 "//media/gpu/ipc/client",
389 "//media/gpu/ipc/common", 389 "//media/gpu/ipc/common",
390 "//media/midi", 390 "//media/midi",
391 "//media/midi:mojo", 391 "//media/midi:mojo",
392 "//mojo/common:common_base", 392 "//mojo/common:common_base",
393 "//mojo/edk/system", 393 "//mojo/edk/system",
394 "//net", 394 "//net",
395 "//ppapi/features", 395 "//ppapi/features",
396 "//sandbox", 396 "//sandbox",
397 "//sandbox:sandbox_features", 397 "//sandbox:sandbox_features",
398 "//services/resource_coordinator/public/interfaces", 398 "//services/resource_coordinator/public/cpp:resource_coordinator_cpp",
399 "//services/service_manager", 399 "//services/service_manager",
400 "//services/service_manager/embedder", 400 "//services/service_manager/embedder",
401 "//services/service_manager/public/cpp", 401 "//services/service_manager/public/cpp",
402 "//services/service_manager/public/interfaces", 402 "//services/service_manager/public/interfaces",
403 "//services/service_manager/runner/common", 403 "//services/service_manager/runner/common",
404 "//services/ui/public/interfaces", 404 "//services/ui/public/interfaces",
405 "//services/video_capture/public/interfaces", 405 "//services/video_capture/public/interfaces",
406 "//skia", 406 "//skia",
407 "//storage/common", 407 "//storage/common",
408 "//third_party/boringssl", 408 "//third_party/boringssl",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 ] 636 ]
637 637
638 overridden_deps = [ "//ipc:mojom" ] 638 overridden_deps = [ "//ipc:mojom" ]
639 component_deps = [ "//ipc" ] 639 component_deps = [ "//ipc" ]
640 640
641 export_class_attribute = "CONTENT_EXPORT" 641 export_class_attribute = "CONTENT_EXPORT"
642 export_define = "CONTENT_IMPLEMENTATION=1" 642 export_define = "CONTENT_IMPLEMENTATION=1"
643 export_header = "content/common/content_export.h" 643 export_header = "content/common/content_export.h"
644 use_once_callback = true 644 use_once_callback = true
645 } 645 }
OLDNEW
« no previous file with comments | « content/child/child_thread_impl.cc ('k') | services/resource_coordinator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698