blob: d14a4defd70f6f4b1befbd99bd81297d5b06a2b9 [file] [log] [blame]
[email protected]02657da2013-09-16 02:55:181# Copyright 2013 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
[email protected]3cf4aad2013-12-01 17:27:256 'includes': [
rockotc637caf9b2016-02-10 09:57:087 'mojo_variables.gypi',
[email protected]3cf4aad2013-12-01 17:27:258 ],
[email protected]02657da2013-09-16 02:55:189 'targets': [
10 {
jamesrf97b80e2014-09-15 06:53:3111 # GN version: //mojo
[email protected]02657da2013-09-16 02:55:1812 'target_name': 'mojo',
13 'type': 'none',
[email protected]3d58663b2013-09-28 00:30:0414 'dependencies': [
[email protected]e9cac98e2014-08-09 20:41:1015 'mojo_base.gyp:mojo_base',
rockotc637caf9b2016-02-10 09:57:0816 'mojo_edk_tests.gyp:mojo_edk_tests',
17 'mojo_public.gyp:mojo_public',
[email protected]3d58663b2013-09-28 00:30:0418 ],
[email protected]02657da2013-09-16 02:55:1819 },
jamesr60a7dbf2014-11-07 01:24:5120 ]
[email protected]02657da2013-09-16 02:55:1821}