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/ |
| 9 'target_name': 'mojo_clipboard', |
| 10 'type': 'loadable_module', |
| 11 'dependencies': [ |
| 12 '../base/base.gyp:base', |
| 13 'mojo_base.gyp:mojo_common_lib', |
| 14 'mojo_base.gyp:mojo_cpp_bindings', |
| 15 'mojo_base.gyp:mojo_utility', |
| 16 'mojo_base.gyp:mojo_application_chromium', |
| 17 'mojo_clipboard_bindings', |
| 18 '<(mojo_system_for_loadable_module)', |
| 19 ], |
| 20 'sources': [ |
| 21 'services/clipboard/clipboard_standalone_impl.cc', |
| 22 'services/clipboard/clipboard_standalone_impl.h', |
| 23 'services/clipboard/main.cc', |
| 24 ], |
| 25 }, |
| 26 { |
| 27 # GN version: //mojo/services/public/interfaces/clipboard |
| 28 'target_name': 'mojo_clipboard_bindings', |
| 29 'type': 'static_library', |
| 30 'sources': [ |
| 31 'services/public/interfaces/clipboard/clipboard.mojom', |
| 32 ], |
| 33 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 34 'dependencies': [ |
| 35 'mojo_base.gyp:mojo_cpp_bindings', |
| 36 ], |
| 37 'export_dependent_settings': [ |
| 38 'mojo_base.gyp:mojo_cpp_bindings', |
| 39 ], |
| 40 }, |
| 41 { |
| 42 # GN version: //mojo/services/clipboard:mojo_clipboard_unittests |
| 43 'target_name': 'mojo_clipboard_unittests', |
| 44 'type': 'executable', |
| 45 'dependencies': [ |
| 46 '../base/base.gyp:base', |
| 47 '../base/base.gyp:test_support_base', |
| 48 '../testing/gtest.gyp:gtest', |
| 49 'mojo_application_manager', |
| 50 'mojo_base.gyp:mojo_application_chromium', |
| 51 'mojo_base.gyp:mojo_run_all_unittests', |
| 52 'mojo_base.gyp:mojo_system_impl', |
| 53 'mojo_clipboard_bindings', |
| 54 'mojo_shell_test_support', |
| 55 ], |
| 56 'sources': [ |
| 57 'services/clipboard/clipboard_standalone_unittest.cc', |
| 58 ], |
| 59 }, |
| 60 { |
8 'target_name': 'mojo_html_viewer', | 61 'target_name': 'mojo_html_viewer', |
9 'type': 'loadable_module', | 62 'type': 'loadable_module', |
10 'dependencies': [ | 63 'dependencies': [ |
11 '../cc/blink/cc_blink.gyp:cc_blink', | 64 '../cc/blink/cc_blink.gyp:cc_blink', |
12 '../cc/cc.gyp:cc', | 65 '../cc/cc.gyp:cc', |
13 '../cc/cc.gyp:cc_surfaces', | 66 '../cc/cc.gyp:cc_surfaces', |
14 '../net/net.gyp:net', | 67 '../net/net.gyp:net', |
15 '../skia/skia.gyp:skia', | 68 '../skia/skia.gyp:skia', |
16 '../third_party/WebKit/public/blink.gyp:blink', | 69 '../third_party/WebKit/public/blink.gyp:blink', |
17 '../ui/native_theme/native_theme.gyp:native_theme', | 70 '../ui/native_theme/native_theme.gyp:native_theme', |
18 '../url/url.gyp:url_lib', | 71 '../url/url.gyp:url_lib', |
19 'mojo_base.gyp:mojo_application_chromium', | 72 'mojo_base.gyp:mojo_application_chromium', |
20 'mojo_base.gyp:mojo_common_lib', | 73 'mojo_base.gyp:mojo_common_lib', |
21 'mojo_base.gyp:mojo_cpp_bindings', | 74 'mojo_base.gyp:mojo_cpp_bindings', |
22 'mojo_base.gyp:mojo_utility', | 75 'mojo_base.gyp:mojo_utility', |
| 76 'mojo_clipboard_bindings', |
23 'mojo_cc_support', | 77 'mojo_cc_support', |
24 'mojo_content_handler_bindings', | 78 'mojo_content_handler_bindings', |
25 'mojo_gpu_bindings', | 79 'mojo_gpu_bindings', |
26 'mojo_navigation_bindings', | 80 'mojo_navigation_bindings', |
27 'mojo_network_bindings', | 81 'mojo_network_bindings', |
28 'mojo_surfaces_bindings', | 82 'mojo_surfaces_bindings', |
29 'mojo_view_manager_lib', | 83 'mojo_view_manager_lib', |
30 '<(mojo_system_for_loadable_module)', | 84 '<(mojo_system_for_loadable_module)', |
31 ], | 85 ], |
32 'include_dirs': [ | 86 'include_dirs': [ |
33 'third_party/WebKit' | 87 'third_party/WebKit' |
34 ], | 88 ], |
35 'sources': [ | 89 'sources': [ |
36 'services/html_viewer/blink_basic_type_converters.cc', | 90 'services/html_viewer/blink_basic_type_converters.cc', |
37 'services/html_viewer/blink_basic_type_converters.h', | 91 'services/html_viewer/blink_basic_type_converters.h', |
38 'services/html_viewer/blink_input_events_type_converters.cc', | 92 'services/html_viewer/blink_input_events_type_converters.cc', |
39 'services/html_viewer/blink_input_events_type_converters.h', | 93 'services/html_viewer/blink_input_events_type_converters.h', |
40 'services/html_viewer/blink_platform_impl.cc', | 94 'services/html_viewer/blink_platform_impl.cc', |
41 'services/html_viewer/blink_platform_impl.h', | 95 'services/html_viewer/blink_platform_impl.h', |
42 'services/html_viewer/blink_url_request_type_converters.cc', | 96 'services/html_viewer/blink_url_request_type_converters.cc', |
43 'services/html_viewer/blink_url_request_type_converters.h', | 97 'services/html_viewer/blink_url_request_type_converters.h', |
44 'services/html_viewer/html_viewer.cc', | 98 'services/html_viewer/html_viewer.cc', |
45 'services/html_viewer/html_document_view.cc', | 99 'services/html_viewer/html_document_view.cc', |
46 'services/html_viewer/html_document_view.h', | 100 'services/html_viewer/html_document_view.h', |
| 101 'services/html_viewer/webclipboard_impl.cc', |
| 102 'services/html_viewer/webclipboard_impl.h', |
47 'services/html_viewer/webcookiejar_impl.cc', | 103 'services/html_viewer/webcookiejar_impl.cc', |
48 'services/html_viewer/webcookiejar_impl.h', | 104 'services/html_viewer/webcookiejar_impl.h', |
49 'services/html_viewer/webmimeregistry_impl.cc', | 105 'services/html_viewer/webmimeregistry_impl.cc', |
50 'services/html_viewer/webmimeregistry_impl.h', | 106 'services/html_viewer/webmimeregistry_impl.h', |
51 'services/html_viewer/websockethandle_impl.cc', | 107 'services/html_viewer/websockethandle_impl.cc', |
52 'services/html_viewer/websockethandle_impl.h', | 108 'services/html_viewer/websockethandle_impl.h', |
53 'services/html_viewer/webstoragenamespace_impl.cc', | 109 'services/html_viewer/webstoragenamespace_impl.cc', |
54 'services/html_viewer/webstoragenamespace_impl.h', | 110 'services/html_viewer/webstoragenamespace_impl.h', |
55 'services/html_viewer/webthemeengine_impl.cc', | 111 'services/html_viewer/webthemeengine_impl.cc', |
56 'services/html_viewer/webthemeengine_impl.h', | 112 'services/html_viewer/webthemeengine_impl.h', |
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
883 'dependencies': [ | 939 'dependencies': [ |
884 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 940 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
885 ], | 941 ], |
886 }], | 942 }], |
887 ], | 943 ], |
888 }, | 944 }, |
889 ], | 945 ], |
890 }], | 946 }], |
891 ], | 947 ], |
892 } | 948 } |
OLD | NEW |