| 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_aura_demo', |
| 20 'mojo_bindings', | 21 'mojo_bindings', |
| 21 'mojo_bindings_unittests', | 22 'mojo_bindings_unittests', |
| 22 'mojo_common_lib', | 23 'mojo_common_lib', |
| 23 'mojo_common_unittests', | 24 'mojo_common_unittests', |
| 24 'mojo_hello_world_service', | 25 'mojo_hello_world_service', |
| 25 'mojo_js', | 26 'mojo_js', |
| 26 'mojo_js_unittests', | 27 'mojo_js_unittests', |
| 27 'mojo_public_perftests', | 28 'mojo_public_perftests', |
| 28 'mojo_public_test_support', | 29 'mojo_public_test_support', |
| 29 'mojo_public_unittests', | 30 'mojo_public_unittests', |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', | 411 'java_in_dir': '<(DEPTH)/mojo/shell/android/apk', |
| 411 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', | 412 'resource_dir': '<(DEPTH)/mojo/shell/android/apk/res', |
| 412 'native_lib_target': 'libmojo_shell', | 413 'native_lib_target': 'libmojo_shell', |
| 413 }, | 414 }, |
| 414 'includes': [ '../build/java_apk.gypi' ], | 415 'includes': [ '../build/java_apk.gypi' ], |
| 415 } | 416 } |
| 416 ], | 417 ], |
| 417 }], | 418 }], |
| 418 ], | 419 ], |
| 419 } | 420 } |
| OLD | NEW |