Index: ui/mojo/geometry/BUILD.gn |
diff --git a/ui/mojo/geometry/BUILD.gn b/ui/mojo/geometry/BUILD.gn |
deleted file mode 100644 |
index b44586de90db8dae45444f9ee67e818b19c62c86..0000000000000000000000000000000000000000 |
--- a/ui/mojo/geometry/BUILD.gn |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-# Copyright 2014 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 = [ |
- "geometry.mojom", |
- ] |
-} |
- |
-source_set("util") { |
- sources = [ |
- "geometry_util.h", |
- ] |
- |
- deps = [ |
- ":interfaces", |
- ] |
-} |