Chromium Code Reviews| Index: cc/ipc/BUILD.gn |
| diff --git a/cc/ipc/BUILD.gn b/cc/ipc/BUILD.gn |
| index ce2bd1d17ff105b806069e3857dc562a472a742d..5d33b18327f5ce2d21d072a29b92ca4732575d0d 100644 |
| --- a/cc/ipc/BUILD.gn |
| +++ b/cc/ipc/BUILD.gn |
| @@ -2,6 +2,8 @@ |
| # 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") |
| + |
| component("ipc") { |
| output_name = "cc_ipc" |
| @@ -31,3 +33,9 @@ component("ipc") { |
| "//ui/gfx/ipc/skia", |
| ] |
| } |
| + |
| +mojom("interfaces") { |
| + sources = [ |
| + "surface_id.mojom", |
| + ] |
| +} |