[email protected] | 02657da | 2013-09-16 02:55:18 | [diff] [blame] | 1 | # 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] | 3cf4aad | 2013-12-01 17:27:25 | [diff] [blame] | 6 | 'includes': [ |
rockot | c637caf9b | 2016-02-10 09:57:08 | [diff] [blame] | 7 | 'mojo_variables.gypi', |
[email protected] | 3cf4aad | 2013-12-01 17:27:25 | [diff] [blame] | 8 | ], |
[email protected] | 02657da | 2013-09-16 02:55:18 | [diff] [blame] | 9 | 'targets': [ |
10 | { | ||||
jamesr | f97b80e | 2014-09-15 06:53:31 | [diff] [blame] | 11 | # GN version: //mojo |
[email protected] | 02657da | 2013-09-16 02:55:18 | [diff] [blame] | 12 | 'target_name': 'mojo', |
13 | 'type': 'none', | ||||
[email protected] | 3d58663b | 2013-09-28 00:30:04 | [diff] [blame] | 14 | 'dependencies': [ |
[email protected] | e9cac98e | 2014-08-09 20:41:10 | [diff] [blame] | 15 | 'mojo_base.gyp:mojo_base', |
rockot | c637caf9b | 2016-02-10 09:57:08 | [diff] [blame] | 16 | 'mojo_edk_tests.gyp:mojo_edk_tests', |
17 | 'mojo_public.gyp:mojo_public', | ||||
[email protected] | 3d58663b | 2013-09-28 00:30:04 | [diff] [blame] | 18 | ], |
[email protected] | 02657da | 2013-09-16 02:55:18 | [diff] [blame] | 19 | }, |
jamesr | 60a7dbf | 2014-11-07 01:24:51 | [diff] [blame] | 20 | ] |
[email protected] | 02657da | 2013-09-16 02:55:18 | [diff] [blame] | 21 | } |