OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 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 | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 'mojo_apps.gypi', | 10 'mojo_apps.gypi', |
11 'mojo_examples.gypi', | 11 'mojo_examples.gypi', |
12 'mojo_public.gypi', | 12 'mojo_public.gypi', |
13 'mojo_services.gypi', | 13 'mojo_services.gypi', |
14 ], | 14 ], |
15 'targets': [ | 15 'targets': [ |
16 { | 16 { |
17 'target_name': 'mojo', | 17 'target_name': 'mojo', |
18 'type': 'none', | 18 'type': 'none', |
19 'dependencies': [ | 19 'dependencies': [ |
20 'mojo_bindings', | 20 'mojo_bindings', |
21 'mojo_bindings_unittests', | 21 'mojo_bindings_unittests', |
22 'mojo_common_lib', | 22 'mojo_common_lib', |
23 'mojo_common_unittests', | 23 'mojo_common_unittests', |
24 'mojo_hello_world_service', | |
25 'mojo_js', | 24 'mojo_js', |
26 'mojo_js_unittests', | 25 'mojo_js_unittests', |
27 'mojo_public_perftests', | 26 'mojo_public_perftests', |
28 'mojo_public_test_support', | 27 'mojo_public_test_support', |
29 'mojo_public_unittests', | 28 'mojo_public_unittests', |
30 'mojo_sample_app', | 29 'mojo_sample_app', |
31 'mojo_shell', | 30 'mojo_shell', |
32 'mojo_shell_lib', | 31 'mojo_shell_lib', |
33 'mojo_shell_unittests', | 32 'mojo_shell_unittests', |
34 'mojo_system', | 33 'mojo_system', |
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', | 409 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', |
411 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', | 410 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', |
412 'native_lib_target': 'libmojo_shell', | 411 'native_lib_target': 'libmojo_shell', |
413 }, | 412 }, |
414 'includes': [ '../build/java_apk.gypi' ], | 413 'includes': [ '../build/java_apk.gypi' ], |
415 } | 414 } |
416 ], | 415 ], |
417 }], | 416 }], |
418 ], | 417 ], |
419 } | 418 } |
OLD | NEW |