Revert of Roll src/third_party/WebKit e0eac24:489c548 (svn 193311:193320) (patchset...
[chromium-blink-merge.git] / media / mojo / interfaces / BUILD.gn
blob4a0ca197631e4f7065e14163b9fb784b9fbc8b63
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
7 mojom("interfaces") {
8   sources = [
9     "content_decryption_module.mojom",
10     "decryptor.mojom",
11     "demuxer_stream.mojom",
12     "media_renderer.mojom",
13     "media_types.mojom",
14   ]
16   deps = [
17     "//third_party/mojo_services/src/geometry/public/interfaces",
18   ]