| 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'conditions': [ | 7 'conditions': [ |
| 8 ['mojo_shell_debug_url != ""', { | 8 ['mojo_shell_debug_url != ""', { |
| 9 'defines': [ | 9 'defines': [ |
| 10 'MOJO_SHELL_DEBUG=1', | 10 'MOJO_SHELL_DEBUG=1', |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 ], | 216 ], |
| 217 }, { # use_aura==0 | 217 }, { # use_aura==0 |
| 218 'sources!': [ | 218 'sources!': [ |
| 219 'shell/view_manager_loader.cc', | 219 'shell/view_manager_loader.cc', |
| 220 'shell/view_manager_loader.h', | 220 'shell/view_manager_loader.h', |
| 221 ], | 221 ], |
| 222 }], | 222 }], |
| 223 ], | 223 ], |
| 224 }, | 224 }, |
| 225 { | 225 { |
| 226 # GN version: //mojo/shell:test_support |
| 226 'target_name': 'mojo_shell_test_support', | 227 'target_name': 'mojo_shell_test_support', |
| 227 'type': 'static_library', | 228 'type': 'static_library', |
| 228 'dependencies': [ | 229 'dependencies': [ |
| 229 '../base/base.gyp:base', | 230 '../base/base.gyp:base', |
| 230 '../base/base.gyp:base_static', | 231 '../base/base.gyp:base_static', |
| 231 '../url/url.gyp:url_lib', | 232 '../url/url.gyp:url_lib', |
| 232 'mojo_application_manager', | 233 'mojo_application_manager', |
| 233 'mojo_base.gyp:mojo_system_impl', | 234 'mojo_base.gyp:mojo_system_impl', |
| 234 'mojo_shell_lib', | 235 'mojo_shell_lib', |
| 235 ], | 236 ], |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 'sources': [ | 446 'sources': [ |
| 446 'dbus/dbus_external_service.h', | 447 'dbus/dbus_external_service.h', |
| 447 'dbus/dbus_external_service.cc', | 448 'dbus/dbus_external_service.cc', |
| 448 ], | 449 ], |
| 449 }, | 450 }, |
| 450 ], | 451 ], |
| 451 }], | 452 }], |
| 452 ['use_aura==1', { | 453 ['use_aura==1', { |
| 453 'targets': [ | 454 'targets': [ |
| 454 { | 455 { |
| 456 # GN version: //mojo/aura |
| 455 'target_name': 'mojo_aura_support', | 457 'target_name': 'mojo_aura_support', |
| 456 'type': 'static_library', | 458 'type': 'static_library', |
| 457 'dependencies': [ | 459 'dependencies': [ |
| 458 '../cc/cc.gyp:cc', | 460 '../cc/cc.gyp:cc', |
| 459 '../ui/aura/aura.gyp:aura', | 461 '../ui/aura/aura.gyp:aura', |
| 460 '../ui/compositor/compositor.gyp:compositor', | 462 '../ui/compositor/compositor.gyp:compositor', |
| 461 '../ui/events/events.gyp:events', | 463 '../ui/events/events.gyp:events', |
| 462 '../ui/events/events.gyp:events_base', | 464 '../ui/events/events.gyp:events_base', |
| 463 '../ui/gl/gl.gyp:gl', | 465 '../ui/gl/gl.gyp:gl', |
| 464 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 466 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 523 'views/views_init_internal.h', | 525 'views/views_init_internal.h', |
| 524 ], | 526 ], |
| 525 'defines': [ | 527 'defines': [ |
| 526 'MOJO_VIEWS_IMPLEMENTATION', | 528 'MOJO_VIEWS_IMPLEMENTATION', |
| 527 ], | 529 ], |
| 528 }, | 530 }, |
| 529 ], | 531 ], |
| 530 }], | 532 }], |
| 531 ], | 533 ], |
| 532 } | 534 } |
| OLD | NEW |