Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(688)

Unified Diff: ui/mojo/geometry/mojo_bindings.gyp

Issue 2009073003: Move mojo/converters/geometry -> ui/gfx/geometry/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
- ],
- },
- ],
-}
« ui/gfx/gfx.gyp ('K') | « ui/mojo/geometry/geometry_util.h ('k') | ui/views/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698