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

Side by Side Diff: services/resource_coordinator/public/cpp/BUILD.gn

Issue 2833873003: WIP: The tracing service prototype
Patch Set: sync 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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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 component("resource_coordinator_cpp") { 5 component("resource_coordinator_cpp") {
6 sources = [ 6 sources = [
7 "coordination_unit_id.cc", 7 "coordination_unit_id.cc",
8 "coordination_unit_id.h", 8 "coordination_unit_id.h",
9 "coordination_unit_types.h", 9 "coordination_unit_types.h",
10 "memory/coordinator.h", 10 "memory/coordinator.h",
11 "memory/process_local_dump_manager_impl.cc", 11 "memory/process_local_dump_manager_impl.cc",
12 "memory/process_local_dump_manager_impl.h", 12 "memory/process_local_dump_manager_impl.h",
13 "resource_coordinator_interface.cc", 13 "resource_coordinator_interface.cc",
14 "resource_coordinator_interface.h", 14 "resource_coordinator_interface.h",
15 "tracing/chrome_agent.cc",
16 "tracing/chrome_agent.h",
15 ] 17 ]
16 18
17 defines = [ "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_IMPLEMENTATION" ] 19 defines = [ "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_IMPLEMENTATION" ]
18 20
19 deps = [ 21 deps = [
20 ":struct_traits", 22 ":struct_traits",
21 ] 23 ]
22 24
23 public_deps = [ 25 public_deps = [
24 "//base", 26 "//base",
(...skipping 14 matching lines...) Expand all
39 "memory/memory_instrumentation_struct_traits.h", 41 "memory/memory_instrumentation_struct_traits.h",
40 ] 42 ]
41 43
42 defines = [ "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_IMPLEMENTATION" ] 44 defines = [ "SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_IMPLEMENTATION" ]
43 45
44 public_deps = [ 46 public_deps = [
45 "//base", 47 "//base",
46 "//services/resource_coordinator/public/interfaces:interfaces_internal", 48 "//services/resource_coordinator/public/interfaces:interfaces_internal",
47 ] 49 ]
48 } 50 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698