Chromium Code Reviews| Index: services/resource_coordinator/tracing/BUILD.gn |
| diff --git a/services/resource_coordinator/tracing/BUILD.gn b/services/resource_coordinator/tracing/BUILD.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..51e52fed499f50c25e013a5d62b066814e627cb8 |
| --- /dev/null |
| +++ b/services/resource_coordinator/tracing/BUILD.gn |
| @@ -0,0 +1,16 @@ |
| +# Copyright 2017 The Chromium Authors. All rights reserved. |
| +# Use of this source code is governed by a BSD-style license that can be |
| +# found in the LICENSE file. |
| + |
| +source_set("lib") { |
| + sources = [ |
| + "agent_registry.cc", |
| + "agent_registry.h", |
| + ] |
| + |
| + public_deps = [ |
| + "//base", |
| + "//mojo/common", |
| + "//services/resource_coordinator/public/cpp:resource_coordinator_cpp", |
| + ] |
| +} |