Index: ui/mojo/geometry/mojo_bindings.gyp |
diff --git a/ui/mojo/geometry/mojo_bindings.gyp b/ui/mojo/geometry/mojo_bindings.gyp |
deleted file mode 100644 |
index 28e1c98b2966f6ea31f88059c02f83eab905c334..0000000000000000000000000000000000000000 |
--- a/ui/mojo/geometry/mojo_bindings.gyp |
+++ /dev/null |
@@ -1,27 +0,0 @@ |
-# Copyright 2015 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. |
- |
-{ |
- 'targets': [ |
- { |
- # GN version: //ui/mojo/geometry |
- 'target_name': 'mojo_geometry_bindings_mojom', |
- 'type': 'none', |
- 'variables': { |
- 'mojom_files': [ |
- 'geometry.mojom', |
- ], |
- }, |
- 'includes': [ '../../../mojo/mojom_bindings_generator_explicit.gypi' ], |
- }, |
- { |
- 'target_name': 'mojo_geometry_bindings', |
- 'type': 'static_library', |
- 'dependencies': [ |
- 'mojo_geometry_bindings_mojom', |
- '../../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
- ], |
- }, |
- ], |
-} |