| Index: services/image_decoder/public/interfaces/BUILD.gn
|
| diff --git a/services/image_decoder/public/interfaces/BUILD.gn b/services/image_decoder/public/interfaces/BUILD.gn
|
| deleted file mode 100644
|
| index 8e695db7a77dcf720d190aab02fc0bf73ad62ba6..0000000000000000000000000000000000000000
|
| --- a/services/image_decoder/public/interfaces/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,23 +0,0 @@
|
| -# 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.
|
| -
|
| -import("//mojo/public/tools/bindings/mojom.gni")
|
| -
|
| -mojom("interfaces") {
|
| - sources = [
|
| - "image_decoder.mojom",
|
| - ]
|
| -
|
| - public_deps = [
|
| - ":constants",
|
| - "//skia/public/interfaces",
|
| - "//ui/gfx/geometry/mojo",
|
| - ]
|
| -}
|
| -
|
| -mojom("constants") {
|
| - sources = [
|
| - "constants.mojom",
|
| - ]
|
| -}
|
|
|