| 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 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 499 '../third_party/icu/icu.gyp:icui18n', | 499 '../third_party/icu/icu.gyp:icui18n', |
| 500 '../third_party/icu/icu.gyp:icuuc', | 500 '../third_party/icu/icu.gyp:icuuc', |
| 501 '../ui/aura/aura.gyp:aura', | 501 '../ui/aura/aura.gyp:aura', |
| 502 '../ui/base/ui_base.gyp:ui_base', | 502 '../ui/base/ui_base.gyp:ui_base', |
| 503 '../ui/views/views.gyp:views', | 503 '../ui/views/views.gyp:views', |
| 504 '../ui/wm/wm.gyp:wm', | 504 '../ui/wm/wm.gyp:wm', |
| 505 'mojo_aura_support', | 505 'mojo_aura_support', |
| 506 'mojo_views_support_internal', | 506 'mojo_views_support_internal', |
| 507 ], | 507 ], |
| 508 'sources': [ | 508 'sources': [ |
| 509 'views/input_method_mojo_linux.cc', |
| 510 'views/input_method_mojo_linux.h', |
| 509 'views/native_widget_view_manager.cc', | 511 'views/native_widget_view_manager.cc', |
| 510 'views/native_widget_view_manager.h', | 512 'views/native_widget_view_manager.h', |
| 511 'views/views_init.cc', | 513 'views/views_init.cc', |
| 512 'views/views_init.h', | 514 'views/views_init.h', |
| 513 ], | 515 ], |
| 514 }, | 516 }, |
| 515 { | 517 { |
| 516 'target_name': 'mojo_views_support_internal', | 518 'target_name': 'mojo_views_support_internal', |
| 517 'type': '<(component)', | 519 'type': '<(component)', |
| 518 'dependencies': [ | 520 'dependencies': [ |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 605 }, | 607 }, |
| 606 ], | 608 ], |
| 607 'dependency': [ | 609 'dependency': [ |
| 608 'mojo_python', | 610 'mojo_python', |
| 609 ], | 611 ], |
| 610 }, | 612 }, |
| 611 ], | 613 ], |
| 612 }], | 614 }], |
| 613 ], | 615 ], |
| 614 } | 616 } |
| OLD | NEW |