| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 'type': 'shared_library', | 248 'type': 'shared_library', |
| 249 'dependencies': [ | 249 'dependencies': [ |
| 250 '../base/base.gyp:base', | 250 '../base/base.gyp:base', |
| 251 '../base/base.gyp:base_i18n', | 251 '../base/base.gyp:base_i18n', |
| 252 '../ui/aura/aura.gyp:aura', | 252 '../ui/aura/aura.gyp:aura', |
| 253 '../ui/aura/aura.gyp:aura_test_support', | 253 '../ui/aura/aura.gyp:aura_test_support', |
| 254 '../ui/base/ui_base.gyp:ui_base', | 254 '../ui/base/ui_base.gyp:ui_base', |
| 255 '../ui/gfx/gfx.gyp:gfx', | 255 '../ui/gfx/gfx.gyp:gfx', |
| 256 '../ui/gfx/gfx.gyp:gfx_geometry', | 256 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 257 '../ui/views/views.gyp:views', | 257 '../ui/views/views.gyp:views', |
| 258 '../ui/wm/wm.gyp:wm', |
| 258 '../url/url.gyp:url_lib', | 259 '../url/url.gyp:url_lib', |
| 259 'mojo_aura_demo_support', | 260 'mojo_aura_demo_support', |
| 260 'mojo_common_lib', | 261 'mojo_common_lib', |
| 261 'mojo_environment_chromium', | 262 'mojo_environment_chromium', |
| 262 'mojo_gles2', | 263 'mojo_gles2', |
| 263 'mojo_launcher_bindings', | 264 'mojo_launcher_bindings', |
| 264 'mojo_shell_client', | 265 'mojo_shell_client', |
| 265 'mojo_system_impl', | 266 'mojo_system_impl', |
| 266 ], | 267 ], |
| 267 'sources': [ | 268 'sources': [ |
| (...skipping 24 matching lines...) Expand all Loading... |
| 292 'mojo_utility', | 293 'mojo_utility', |
| 293 ], | 294 ], |
| 294 'sources': [ | 295 'sources': [ |
| 295 'examples/sample_view_manager_app/sample_view_manager_app.cc', | 296 'examples/sample_view_manager_app/sample_view_manager_app.cc', |
| 296 ], | 297 ], |
| 297 }, | 298 }, |
| 298 ], | 299 ], |
| 299 }], | 300 }], |
| 300 ], | 301 ], |
| 301 } | 302 } |
| OLD | NEW |