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 # GN version: //mojo/services/clipboard/ | 8 # GN version: //mojo/services/clipboard/ |
9 'target_name': 'mojo_clipboard', | 9 'target_name': 'mojo_clipboard', |
10 'type': 'loadable_module', | 10 'type': 'loadable_module', |
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
777 'type': 'loadable_module', | 777 'type': 'loadable_module', |
778 'dependencies': [ | 778 'dependencies': [ |
779 '../base/base.gyp:base', | 779 '../base/base.gyp:base', |
780 '../cc/cc.gyp:cc_surfaces', | 780 '../cc/cc.gyp:cc_surfaces', |
781 '../skia/skia.gyp:skia', | 781 '../skia/skia.gyp:skia', |
782 '../ui/base/ui_base.gyp:ui_base', | 782 '../ui/base/ui_base.gyp:ui_base', |
783 '../ui/events/events.gyp:events', | 783 '../ui/events/events.gyp:events', |
784 '../ui/events/events.gyp:events_base', | 784 '../ui/events/events.gyp:events_base', |
785 '../ui/gfx/gfx.gyp:gfx', | 785 '../ui/gfx/gfx.gyp:gfx', |
786 '../ui/gfx/gfx.gyp:gfx_geometry', | 786 '../ui/gfx/gfx.gyp:gfx_geometry', |
787 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | |
788 'mojo_base.gyp:mojo_common_lib', | 787 'mojo_base.gyp:mojo_common_lib', |
789 'mojo_base.gyp:mojo_application_chromium', | 788 'mojo_base.gyp:mojo_application_chromium', |
790 'mojo_base.gyp:mojo_common_lib', | 789 'mojo_base.gyp:mojo_common_lib', |
791 'mojo_geometry_bindings', | 790 'mojo_geometry_bindings', |
792 'mojo_geometry_lib', | 791 'mojo_geometry_lib', |
793 'mojo_gpu_bindings', | 792 'mojo_gpu_bindings', |
794 'mojo_input_events_bindings', | 793 'mojo_input_events_bindings', |
795 'mojo_input_events_lib', | 794 'mojo_input_events_lib', |
796 'mojo_native_viewport_bindings', | 795 'mojo_native_viewport_bindings', |
797 'mojo_surfaces_bindings', | 796 'mojo_surfaces_bindings', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 'dependencies': [ | 965 'dependencies': [ |
967 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 966 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
968 ], | 967 ], |
969 }], | 968 }], |
970 ], | 969 ], |
971 }, | 970 }, |
972 ], | 971 ], |
973 }], | 972 }], |
974 ], | 973 ], |
975 } | 974 } |
OLD | NEW |