Index: services/ui/public/interfaces/cursor/BUILD.gn |
diff --git a/services/ui/public/interfaces/cursor/BUILD.gn b/services/ui/public/interfaces/cursor/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..962f1f67b3dfc12fcb63afcba31ff06b26c67b2f |
--- /dev/null |
+++ b/services/ui/public/interfaces/cursor/BUILD.gn |
@@ -0,0 +1,18 @@ |
+# 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("cursor") { |
+ sources = [ |
+ "cursor.mojom", |
+ ] |
+ |
+ public_deps = [ |
+ "//mojo/common:common_custom_types", |
+ "//skia/public/interfaces", |
+ "//skia/public/interfaces:mojo", |
+ "//ui/gfx/geometry/mojo", |
+ ] |
+} |