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 # GN version: //mojo/examples/echo:client | 8 # GN version: //mojo/examples/echo:client |
9 'target_name': 'mojo_echo_client', | 9 'target_name': 'mojo_echo_client', |
10 'type': 'loadable_module', | 10 'type': 'loadable_module', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 'variables': { | 61 'variables': { |
62 'app_name': 'mojo_echo_service', | 62 'app_name': 'mojo_echo_service', |
63 }, | 63 }, |
64 'includes': [ 'build/package_app.gypi' ], | 64 'includes': [ 'build/package_app.gypi' ], |
65 }, | 65 }, |
66 { | 66 { |
67 # GN version: //mojo/examples/sample_app | 67 # GN version: //mojo/examples/sample_app |
68 'target_name': 'mojo_sample_app', | 68 'target_name': 'mojo_sample_app', |
69 'type': 'loadable_module', | 69 'type': 'loadable_module', |
70 'dependencies': [ | 70 'dependencies': [ |
| 71 '../base/base.gyp:base', |
71 'mojo_base.gyp:mojo_application_standalone', | 72 'mojo_base.gyp:mojo_application_standalone', |
72 'mojo_base.gyp:mojo_cpp_bindings', | 73 'mojo_base.gyp:mojo_cpp_bindings', |
73 'mojo_base.gyp:mojo_utility', | 74 'mojo_base.gyp:mojo_utility', |
74 'mojo_geometry_bindings', | 75 'mojo_geometry_bindings', |
75 'mojo_gpu_bindings', | 76 'mojo_gpu_bindings', |
76 'mojo_native_viewport_bindings', | 77 'mojo_native_viewport_bindings', |
77 '<(mojo_system_for_loadable_module)', | 78 '<(mojo_system_for_loadable_module)', |
78 ], | 79 ], |
79 'includes': [ | 80 'includes': [ |
80 'mojo_public_gles2_for_loadable_module.gypi', | 81 'mojo_public_gles2_for_loadable_module.gypi', |
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
896 ], | 897 ], |
897 'sources': [ | 898 'sources': [ |
898 'examples/dbus_echo/dbus_echo_service.cc', | 899 'examples/dbus_echo/dbus_echo_service.cc', |
899 ], | 900 ], |
900 }, | 901 }, |
901 ], | 902 ], |
902 | 903 |
903 }], | 904 }], |
904 ], | 905 ], |
905 } | 906 } |
OLD | NEW |