Index: services/viz/public/interfaces/BUILD.gn |
diff --git a/services/viz/public/interfaces/BUILD.gn b/services/viz/public/interfaces/BUILD.gn |
new file mode 100644 |
index 0000000000000000000000000000000000000000..b9d25a1509ff3f90b4d44a117853e2f5695c2b54 |
--- /dev/null |
+++ b/services/viz/public/interfaces/BUILD.gn |
@@ -0,0 +1,17 @@ |
+# 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("interfaces") { |
+ sources = [ |
+ "hit_test_region_list.mojom", |
+ ] |
+ |
+ public_deps = [ |
+ "//cc/ipc:interfaces", |
+ "//ui/gfx/geometry/mojo", |
+ "//ui/gfx/mojo", |
+ ] |
+} |