summaryrefslogtreecommitdiffstats
path: root/mojo/mojo.gyp
blob: 10d0ae857065b551881d14647a963714b28e80a3 (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
# Copyright 2013 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.

{
  'includes': [
    'mojo_variables.gypi',
  ],
  'targets': [
    {
      # GN version: //mojo
      'target_name': 'mojo',
      'type': 'none',
      'dependencies': [
        'edk/mojo_edk_tests.gyp:mojo_edk_tests',
        'mojo_base.gyp:mojo_base',
        'mojo_geometry_converters.gyp:mojo_geometry_lib',
        'mojo_input_events_converters.gyp:mojo_input_events_lib',
        'services/public/mojo_services_public.gyp:mojo_services_public',
        'public/mojo_public.gyp:mojo_public',
      ],
    },
  ]
}