| 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 442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 { | 453 { |
| 454 # GN version: //mojo/aura | 454 # GN version: //mojo/aura |
| 455 'target_name': 'mojo_aura_support', | 455 'target_name': 'mojo_aura_support', |
| 456 'type': 'static_library', | 456 'type': 'static_library', |
| 457 'dependencies': [ | 457 'dependencies': [ |
| 458 '../cc/cc.gyp:cc', | 458 '../cc/cc.gyp:cc', |
| 459 '../ui/aura/aura.gyp:aura', | 459 '../ui/aura/aura.gyp:aura', |
| 460 '../ui/compositor/compositor.gyp:compositor', | 460 '../ui/compositor/compositor.gyp:compositor', |
| 461 '../ui/events/events.gyp:events', | 461 '../ui/events/events.gyp:events', |
| 462 '../ui/events/events.gyp:events_base', | 462 '../ui/events/events.gyp:events_base', |
| 463 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | |
| 464 'mojo_cc_support', | 463 'mojo_cc_support', |
| 465 'mojo_native_viewport_bindings', | 464 'mojo_native_viewport_bindings', |
| 466 ], | 465 ], |
| 467 'includes': [ | 466 'includes': [ |
| 468 'mojo_public_gles2_for_loadable_module.gypi', | 467 'mojo_public_gles2_for_loadable_module.gypi', |
| 469 ], | 468 ], |
| 470 'sources': [ | 469 'sources': [ |
| 471 'aura/aura_init.cc', | 470 'aura/aura_init.cc', |
| 472 'aura/aura_init.h', | 471 'aura/aura_init.h', |
| 473 'aura/context_factory_mojo.cc', | 472 'aura/context_factory_mojo.cc', |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 655 'mojo_python_unittests.isolate', | 654 'mojo_python_unittests.isolate', |
| 656 ], | 655 ], |
| 657 'sources': [ | 656 'sources': [ |
| 658 'mojo_python_unittests.isolate', | 657 'mojo_python_unittests.isolate', |
| 659 ], | 658 ], |
| 660 }, | 659 }, |
| 661 ], | 660 ], |
| 662 }], | 661 }], |
| 663 ], | 662 ], |
| 664 } | 663 } |
| OLD | NEW |