| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'mojo_sample_app', | 8 'target_name': 'mojo_sample_app', |
| 9 'type': 'shared_library', | 9 'type': 'shared_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 }, | 68 }, |
| 69 { | 69 { |
| 70 'target_name': 'mojo_pepper_container_app', | 70 'target_name': 'mojo_pepper_container_app', |
| 71 'type': 'shared_library', | 71 'type': 'shared_library', |
| 72 'dependencies': [ | 72 'dependencies': [ |
| 73 '../base/base.gyp:base', | 73 '../base/base.gyp:base', |
| 74 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 74 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 75 '../gpu/gpu.gyp:command_buffer_common', | 75 '../gpu/gpu.gyp:command_buffer_common', |
| 76 '../ppapi/ppapi.gyp:ppapi_c', | 76 '../ppapi/ppapi.gyp:ppapi_c', |
| 77 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube', | 77 '../ppapi/ppapi_internal.gyp:ppapi_example_gles2_spinning_cube', |
| 78 '../ui/events/events.gyp:events_base', |
| 78 'mojo_common_lib', | 79 'mojo_common_lib', |
| 79 'mojo_environment_chromium', | 80 'mojo_environment_chromium', |
| 80 'mojo_geometry_bindings', | 81 'mojo_geometry_bindings', |
| 81 'mojo_gles2', | 82 'mojo_gles2', |
| 82 'mojo_native_viewport_bindings', | 83 'mojo_native_viewport_bindings', |
| 83 'mojo_shell_client', | 84 'mojo_shell_client', |
| 84 'mojo_system_impl', | 85 'mojo_system_impl', |
| 85 ], | 86 ], |
| 86 'defines': [ | 87 'defines': [ |
| 87 # We don't really want to export. We could change how | 88 # We don't really want to export. We could change how |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 'mojo_utility', | 287 'mojo_utility', |
| 287 ], | 288 ], |
| 288 'sources': [ | 289 'sources': [ |
| 289 'examples/dbus_echo/dbus_echo_app.cc', | 290 'examples/dbus_echo/dbus_echo_app.cc', |
| 290 ], | 291 ], |
| 291 }, | 292 }, |
| 292 ], | 293 ], |
| 293 }], | 294 }], |
| 294 ], | 295 ], |
| 295 } | 296 } |
| OLD | NEW |