| Index: services/blamer/public/cpp/BUILD.gn
|
| diff --git a/services/blamer/public/cpp/BUILD.gn b/services/blamer/public/cpp/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0e6668e6cdea43365d10b30f87a7d79267838342
|
| --- /dev/null
|
| +++ b/services/blamer/public/cpp/BUILD.gn
|
| @@ -0,0 +1,20 @@
|
| +# 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("cpp") {
|
| + sources = [
|
| + "blame_classes.h",
|
| + "blame_node.cc",
|
| + "blame_node.h",
|
| + "blamer_interface.cc",
|
| + "blamer_interface.h",
|
| + ]
|
| +
|
| + public_deps = [
|
| + "//base",
|
| + "//mojo/public/cpp/bindings",
|
| + "//services/blamer/public/interfaces",
|
| + "//services/service_manager/public/cpp",
|
| + ]
|
| +}
|
|
|