| 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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 'sources': [ | 447 'sources': [ |
| 447 'dbus/dbus_external_service.h', | 448 'dbus/dbus_external_service.h', |
| 448 'dbus/dbus_external_service.cc', | 449 'dbus/dbus_external_service.cc', |
| 449 ], | 450 ], |
| 450 }, | 451 }, |
| 451 ], | 452 ], |
| 452 }], | 453 }], |
| 453 ['use_aura==1', { | 454 ['use_aura==1', { |
| 454 'targets': [ | 455 'targets': [ |
| 455 { | 456 { |
| 457 # GN version: //mojo/aura |
| 456 'target_name': 'mojo_aura_support', | 458 'target_name': 'mojo_aura_support', |
| 457 'type': 'static_library', | 459 'type': 'static_library', |
| 458 'dependencies': [ | 460 'dependencies': [ |
| 459 '../cc/cc.gyp:cc', | 461 '../cc/cc.gyp:cc', |
| 460 '../ui/aura/aura.gyp:aura', | 462 '../ui/aura/aura.gyp:aura', |
| 461 '../ui/compositor/compositor.gyp:compositor', | 463 '../ui/compositor/compositor.gyp:compositor', |
| 462 '../ui/events/events.gyp:events', | 464 '../ui/events/events.gyp:events', |
| 463 '../ui/events/events.gyp:events_base', | 465 '../ui/events/events.gyp:events_base', |
| 464 '../ui/gl/gl.gyp:gl', | 466 '../ui/gl/gl.gyp:gl', |
| 465 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 467 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'views/views_init_internal.h', | 526 'views/views_init_internal.h', |
| 525 ], | 527 ], |
| 526 'defines': [ | 528 'defines': [ |
| 527 'MOJO_VIEWS_IMPLEMENTATION', | 529 'MOJO_VIEWS_IMPLEMENTATION', |
| 528 ], | 530 ], |
| 529 }, | 531 }, |
| 530 ], | 532 ], |
| 531 }], | 533 }], |
| 532 ], | 534 ], |
| 533 } | 535 } |
| OLD | NEW |