OLD | NEW |
1 { | 1 { |
2 'targets': [ | 2 'targets': [ |
3 { | 3 { |
4 'target_name': 'mojo_echo_bindings', | 4 'target_name': 'mojo_echo_bindings', |
5 'type': 'static_library', | 5 'type': 'static_library', |
6 'sources': [ | 6 'sources': [ |
7 'services/dbus_echo/echo.mojom', | 7 'services/dbus_echo/echo.mojom', |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'mojom_base_output_dir': 'mojo', | 10 'mojom_base_output_dir': 'mojo', |
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 'dependencies': [ | 143 'dependencies': [ |
144 'mojo_cpp_bindings', | 144 'mojo_cpp_bindings', |
145 'mojo_geometry_bindings', | 145 'mojo_geometry_bindings', |
146 ], | 146 ], |
147 }, | 147 }, |
148 { | 148 { |
149 'target_name': 'mojo_view_manager_lib', | 149 'target_name': 'mojo_view_manager_lib', |
150 'type': 'static_library', | 150 'type': 'static_library', |
151 'dependencies': [ | 151 'dependencies': [ |
152 '../base/base.gyp:base', | 152 '../base/base.gyp:base', |
| 153 '../skia/skia.gyp:skia', |
| 154 '../ui/gfx/gfx.gyp:gfx', |
153 '../ui/gfx/gfx.gyp:gfx_geometry', | 155 '../ui/gfx/gfx.gyp:gfx_geometry', |
154 'mojo_geometry_bindings', | 156 'mojo_geometry_bindings', |
155 'mojo_geometry_lib', | 157 'mojo_geometry_lib', |
156 'mojo_shell_bindings', | 158 'mojo_shell_bindings', |
157 'mojo_view_manager_bindings', | 159 'mojo_view_manager_bindings', |
158 'mojo_view_manager_common', | 160 'mojo_view_manager_common', |
159 ], | 161 ], |
160 'sources': [ | 162 'sources': [ |
161 'services/public/cpp/view_manager/lib/view.cc', | 163 'services/public/cpp/view_manager/lib/view.cc', |
162 'services/public/cpp/view_manager/lib/view_private.cc', | 164 'services/public/cpp/view_manager/lib/view_private.cc', |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
324 'mojo_system_impl', | 326 'mojo_system_impl', |
325 ], | 327 ], |
326 'sources': [ | 328 'sources': [ |
327 'services/dbus_echo/dbus_echo_service.cc', | 329 'services/dbus_echo/dbus_echo_service.cc', |
328 ], | 330 ], |
329 }, | 331 }, |
330 ], | 332 ], |
331 }], | 333 }], |
332 ], | 334 ], |
333 } | 335 } |
OLD | NEW |