OLD | NEW |
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'mojo_html_viewer', | 8 'target_name': 'mojo_html_viewer', |
9 'type': 'loadable_module', | 9 'type': 'loadable_module', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
688 'conditions': [ | 688 'conditions': [ |
689 ['use_aura==1', { | 689 ['use_aura==1', { |
690 'targets': [ | 690 'targets': [ |
691 { | 691 { |
692 # GN version: //mojo/services/view_manager | 692 # GN version: //mojo/services/view_manager |
693 'target_name': 'mojo_view_manager', | 693 'target_name': 'mojo_view_manager', |
694 'type': '<(component)', | 694 'type': '<(component)', |
695 'dependencies': [ | 695 'dependencies': [ |
696 '../base/base.gyp:base', | 696 '../base/base.gyp:base', |
697 '../cc/cc.gyp:cc_surfaces', | 697 '../cc/cc.gyp:cc_surfaces', |
| 698 '../skia/skia.gyp:skia', |
698 '../ui/base/ui_base.gyp:ui_base', | 699 '../ui/base/ui_base.gyp:ui_base', |
699 '../ui/events/events.gyp:events', | 700 '../ui/events/events.gyp:events', |
700 '../ui/events/events.gyp:events_base', | 701 '../ui/events/events.gyp:events_base', |
701 '../ui/gfx/gfx.gyp:gfx', | 702 '../ui/gfx/gfx.gyp:gfx', |
702 '../ui/gfx/gfx.gyp:gfx_geometry', | 703 '../ui/gfx/gfx.gyp:gfx_geometry', |
703 'mojo_base.gyp:mojo_application_chromium', | 704 'mojo_base.gyp:mojo_application_chromium', |
704 'mojo_base.gyp:mojo_common_lib', | 705 'mojo_base.gyp:mojo_common_lib', |
705 'mojo_geometry_bindings', | 706 'mojo_geometry_bindings', |
706 'mojo_geometry_lib', | 707 'mojo_geometry_lib', |
707 'mojo_gpu_bindings', | 708 'mojo_gpu_bindings', |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 'dependencies': [ | 875 'dependencies': [ |
875 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 876 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
876 ], | 877 ], |
877 }], | 878 }], |
878 ], | 879 ], |
879 }, | 880 }, |
880 ], | 881 ], |
881 }], | 882 }], |
882 ], | 883 ], |
883 } | 884 } |
OLD | NEW |