| Index: services/blamer/public/interfaces/BUILD.gn
 | 
| diff --git a/services/blamer/public/interfaces/BUILD.gn b/services/blamer/public/interfaces/BUILD.gn
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..02eaf7b2cd48c6bb9429668597d6d338a2028739
 | 
| --- /dev/null
 | 
| +++ b/services/blamer/public/interfaces/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.
 | 
| +
 | 
| +import("//mojo/public/tools/bindings/mojom.gni")
 | 
| +
 | 
| +mojom("interfaces") {
 | 
| +  sources = [
 | 
| +    "service_constants.mojom",
 | 
| +    "shared_memory_heap_registry.mojom",
 | 
| +  ]
 | 
| +
 | 
| +  public_deps = [
 | 
| +    "//mojo/common:common_custom_types",
 | 
| +  ]
 | 
| +}
 | 
| 
 |