summaryrefslogtreecommitdiffstats
path: root/ui/mojo/geometry/mojo_bindings.gyp
blob: 28e1c98b2966f6ea31f88059c02f83eab905c334 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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',
      ],
    },
  ],
}