| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['mojo_shell_debug_url != ""', { | 8 ['mojo_shell_debug_url != ""', { |
| 9 'defines': [ | 9 'defines': [ |
| 10 'MOJO_SHELL_DEBUG=1', | 10 'MOJO_SHELL_DEBUG=1', |
| 11 'MOJO_SHELL_DEBUG_URL="<(mojo_shell_debug_url)"', | 11 'MOJO_SHELL_DEBUG_URL="<(mojo_shell_debug_url)"', |
| 12 ], | 12 ], |
| 13 }], | 13 }], |
| 14 ], | 14 ], |
| 15 }, | 15 }, |
| 16 'includes': [ | 16 'includes': [ |
| 17 'mojo_apps.gypi', | 17 'mojo_apps.gypi', |
| 18 'mojo_converters.gypi', | 18 'mojo_converters.gypi', |
| 19 'mojo_services.gypi', | 19 'mojo_services.gypi', |
| 20 'mojo_variables.gypi', | 20 'mojo_variables.gypi', |
| 21 ], | 21 ], |
| 22 'targets': [ | 22 'targets': [ |
| 23 { | 23 { |
| 24 # GN version: //mojo | 24 # GN version: //mojo |
| 25 'target_name': 'mojo', | 25 'target_name': 'mojo', |
| 26 'type': 'none', | 26 'type': 'none', |
| 27 'dependencies': [ | 27 'dependencies': [ |
| 28 'edk/mojo_edk.gyp:mojo_edk', | 28 'edk/mojo_edk.gyp:mojo_edk', |
| 29 'html_viewer', |
| 29 'mojo_application_manager', | 30 'mojo_application_manager', |
| 30 'mojo_application_manager_unittests', | 31 'mojo_application_manager_unittests', |
| 31 'mojo_apps_js_unittests', | 32 'mojo_apps_js_unittests', |
| 32 'mojo_base.gyp:mojo_base', | 33 'mojo_base.gyp:mojo_base', |
| 33 'mojo_clipboard', | 34 'mojo_clipboard', |
| 34 'mojo_clipboard_unittests', | 35 'mojo_clipboard_unittests', |
| 35 'mojo_geometry_lib', | 36 'mojo_geometry_lib', |
| 36 'mojo_html_viewer', | |
| 37 'mojo_input_events_lib', | 37 'mojo_input_events_lib', |
| 38 'mojo_js_content_handler', | 38 'mojo_js_content_handler', |
| 39 'mojo_js_standalone', | 39 'mojo_js_standalone', |
| 40 'mojo_js_unittests', | 40 'mojo_js_unittests', |
| 41 'mojo_native_viewport_service', | 41 'mojo_native_viewport_service', |
| 42 'mojo_network_service', | 42 'mojo_network_service', |
| 43 'mojo_shell', | 43 'mojo_shell', |
| 44 'mojo_shell_lib', | 44 'mojo_shell_lib', |
| 45 'mojo_shell_tests', | 45 'mojo_shell_tests', |
| 46 'mojo_surfaces_lib', | 46 'mojo_surfaces_lib', |
| (...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 '../build/isolate.gypi', | 726 '../build/isolate.gypi', |
| 727 ], | 727 ], |
| 728 'sources': [ | 728 'sources': [ |
| 729 'mojo_js_unittests.isolate', | 729 'mojo_js_unittests.isolate', |
| 730 ], | 730 ], |
| 731 }, | 731 }, |
| 732 ], | 732 ], |
| 733 }], | 733 }], |
| 734 ], | 734 ], |
| 735 } | 735 } |
| OLD | NEW |