| 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 506 '../skia/skia.gyp:skia', | 506 '../skia/skia.gyp:skia', |
| 507 '../skia/skia.gyp:skia', | 507 '../skia/skia.gyp:skia', |
| 508 '../third_party/icu/icu.gyp:icui18n', | 508 '../third_party/icu/icu.gyp:icui18n', |
| 509 '../third_party/icu/icu.gyp:icuuc', | 509 '../third_party/icu/icu.gyp:icuuc', |
| 510 '../ui/aura/aura.gyp:aura', | 510 '../ui/aura/aura.gyp:aura', |
| 511 '../ui/base/ui_base.gyp:ui_base', | 511 '../ui/base/ui_base.gyp:ui_base', |
| 512 '../ui/views/views.gyp:views', | 512 '../ui/views/views.gyp:views', |
| 513 '../ui/wm/wm.gyp:wm', | 513 '../ui/wm/wm.gyp:wm', |
| 514 'mojo_aura_support', | 514 'mojo_aura_support', |
| 515 'mojo_views_support_internal', | 515 'mojo_views_support_internal', |
| 516 'mojo_view_manager_bindings', |
| 516 ], | 517 ], |
| 517 'sources': [ | 518 'sources': [ |
| 518 'views/input_method_mojo_linux.cc', | 519 'views/input_method_mojo_linux.cc', |
| 519 'views/input_method_mojo_linux.h', | 520 'views/input_method_mojo_linux.h', |
| 520 'views/native_widget_view_manager.cc', | 521 'views/native_widget_view_manager.cc', |
| 521 'views/native_widget_view_manager.h', | 522 'views/native_widget_view_manager.h', |
| 522 'views/views_init.cc', | 523 'views/views_init.cc', |
| 523 'views/views_init.h', | 524 'views/views_init.h', |
| 524 ], | 525 ], |
| 525 }, | 526 }, |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 610 'mojo_python_bindings', | 611 'mojo_python_bindings', |
| 611 'mojo_python_embedder', | 612 'mojo_python_embedder', |
| 612 'mojo_python_system', | 613 'mojo_python_system', |
| 613 ], | 614 ], |
| 614 'includes': [ '../third_party/cython/python_module.gypi' ], | 615 'includes': [ '../third_party/cython/python_module.gypi' ], |
| 615 }, | 616 }, |
| 616 ], | 617 ], |
| 617 }], | 618 }], |
| 618 ], | 619 ], |
| 619 } | 620 } |
| OLD | NEW |