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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 'mojo_application', | 205 'mojo_application', |
206 'mojo_aura_support', | 206 'mojo_aura_support', |
207 'mojo_common_lib', | 207 'mojo_common_lib', |
208 'mojo_environment_chromium', | 208 'mojo_environment_chromium', |
209 'mojo_geometry_bindings', | 209 'mojo_geometry_bindings', |
210 'mojo_geometry_lib', | 210 'mojo_geometry_lib', |
211 'mojo_system_impl', | 211 'mojo_system_impl', |
212 'mojo_view_manager_bindings', | 212 'mojo_view_manager_bindings', |
213 ], | 213 ], |
214 'sources': [ | 214 'sources': [ |
215 'examples/aura_demo/context_factory_view_manager.cc', | |
216 'examples/aura_demo/context_factory_view_manager.h', | |
217 'examples/aura_demo/window_tree_host_view_manager.cc', | |
218 'examples/aura_demo/window_tree_host_view_manager.h', | |
219 'examples/aura_demo/aura_demo.cc', | 215 'examples/aura_demo/aura_demo.cc', |
220 'public/cpp/application/lib/mojo_main_chromium.cc', | 216 'public/cpp/application/lib/mojo_main_chromium.cc', |
221 ], | 217 ], |
222 }, | 218 }, |
223 { | 219 { |
224 'target_name': 'mojo_aura_demo_init', | 220 'target_name': 'mojo_aura_demo_init', |
225 'type': 'shared_library', | 221 'type': 'shared_library', |
226 'dependencies': [ | 222 'dependencies': [ |
227 '../base/base.gyp:base', | 223 '../base/base.gyp:base', |
228 'mojo_application', | 224 'mojo_application', |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 ], | 337 ], |
342 'sources': [ | 338 'sources': [ |
343 'examples/dbus_echo/dbus_echo_app.cc', | 339 'examples/dbus_echo/dbus_echo_app.cc', |
344 'public/cpp/application/lib/mojo_main_standalone.cc', | 340 'public/cpp/application/lib/mojo_main_standalone.cc', |
345 ], | 341 ], |
346 }, | 342 }, |
347 ], | 343 ], |
348 }], | 344 }], |
349 ], | 345 ], |
350 } | 346 } |
OLD | NEW |