| Index: mojo/services/flog/interfaces/BUILD.gn
|
| diff --git a/mojo/services/nfc/interfaces/BUILD.gn b/mojo/services/flog/interfaces/BUILD.gn
|
| similarity index 76%
|
| copy from mojo/services/nfc/interfaces/BUILD.gn
|
| copy to mojo/services/flog/interfaces/BUILD.gn
|
| index 4600ccf9ad140cd54b67bc750a3243f25097d9a5..623c356fa5b6b762d47487b2d87a13f8949eab57 100644
|
| --- a/mojo/services/nfc/interfaces/BUILD.gn
|
| +++ b/mojo/services/flog/interfaces/BUILD.gn
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2015 The Chromium Authors. All rights reserved.
|
| +# Copyright 2016 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.
|
|
|
| @@ -7,6 +7,6 @@ import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "nfc.mojom",
|
| + "flog.mojom",
|
| ]
|
| }
|
|
|