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 { | |
61 # GN version: //mojo/services/html_viewer | 8 # GN version: //mojo/services/html_viewer |
62 'target_name': 'mojo_html_viewer', | 9 'target_name': 'mojo_html_viewer', |
63 'type': 'loadable_module', | 10 'type': 'loadable_module', |
64 'dependencies': [ | 11 'dependencies': [ |
65 '../cc/blink/cc_blink.gyp:cc_blink', | 12 '../cc/blink/cc_blink.gyp:cc_blink', |
66 '../cc/cc.gyp:cc', | 13 '../cc/cc.gyp:cc', |
67 '../cc/cc.gyp:cc_surfaces', | 14 '../cc/cc.gyp:cc_surfaces', |
68 '../media/blink/media_blink.gyp:media_blink', | 15 '../media/blink/media_blink.gyp:media_blink', |
69 '../media/media.gyp:media', | 16 '../media/media.gyp:media', |
70 '../net/net.gyp:net', | 17 '../net/net.gyp:net', |
71 '../skia/skia.gyp:skia', | 18 '../skia/skia.gyp:skia', |
72 '../third_party/WebKit/public/blink.gyp:blink', | 19 '../third_party/WebKit/public/blink.gyp:blink', |
73 '../ui/native_theme/native_theme.gyp:native_theme', | 20 '../ui/native_theme/native_theme.gyp:native_theme', |
74 '../url/url.gyp:url_lib', | 21 '../url/url.gyp:url_lib', |
75 'mojo_base.gyp:mojo_application_chromium', | 22 'mojo_base.gyp:mojo_application_chromium', |
76 'mojo_base.gyp:mojo_common_lib', | 23 'mojo_base.gyp:mojo_common_lib', |
77 'mojo_base.gyp:mojo_cpp_bindings', | 24 'mojo_base.gyp:mojo_cpp_bindings', |
78 'mojo_base.gyp:mojo_utility', | 25 'mojo_base.gyp:mojo_utility', |
79 'mojo_clipboard_bindings', | |
80 'mojo_cc_support', | 26 'mojo_cc_support', |
81 'mojo_content_handler_bindings', | 27 'mojo_content_handler_bindings', |
82 'mojo_gpu_bindings', | 28 'mojo_gpu_bindings', |
83 'mojo_navigation_bindings', | 29 'mojo_navigation_bindings', |
84 'mojo_network_bindings', | 30 'mojo_network_bindings', |
85 'mojo_surfaces_bindings', | 31 'mojo_surfaces_bindings', |
86 'mojo_view_manager_lib', | 32 'mojo_view_manager_lib', |
87 '<(mojo_system_for_loadable_module)', | 33 '<(mojo_system_for_loadable_module)', |
88 ], | 34 ], |
89 'include_dirs': [ | 35 'include_dirs': [ |
90 'third_party/WebKit' | 36 'third_party/WebKit' |
91 ], | 37 ], |
92 'sources': [ | 38 'sources': [ |
93 'services/html_viewer/blink_basic_type_converters.cc', | 39 'services/html_viewer/blink_basic_type_converters.cc', |
94 'services/html_viewer/blink_basic_type_converters.h', | 40 'services/html_viewer/blink_basic_type_converters.h', |
95 'services/html_viewer/blink_input_events_type_converters.cc', | 41 'services/html_viewer/blink_input_events_type_converters.cc', |
96 'services/html_viewer/blink_input_events_type_converters.h', | 42 'services/html_viewer/blink_input_events_type_converters.h', |
97 'services/html_viewer/blink_platform_impl.cc', | 43 'services/html_viewer/blink_platform_impl.cc', |
98 'services/html_viewer/blink_platform_impl.h', | 44 'services/html_viewer/blink_platform_impl.h', |
99 'services/html_viewer/blink_url_request_type_converters.cc', | 45 'services/html_viewer/blink_url_request_type_converters.cc', |
100 'services/html_viewer/blink_url_request_type_converters.h', | 46 'services/html_viewer/blink_url_request_type_converters.h', |
101 'services/html_viewer/html_viewer.cc', | 47 'services/html_viewer/html_viewer.cc', |
102 'services/html_viewer/html_document_view.cc', | 48 'services/html_viewer/html_document_view.cc', |
103 'services/html_viewer/html_document_view.h', | 49 'services/html_viewer/html_document_view.h', |
104 'services/html_viewer/webclipboard_impl.cc', | |
105 'services/html_viewer/webclipboard_impl.h', | |
106 'services/html_viewer/webcookiejar_impl.cc', | 50 'services/html_viewer/webcookiejar_impl.cc', |
107 'services/html_viewer/webcookiejar_impl.h', | 51 'services/html_viewer/webcookiejar_impl.h', |
108 'services/html_viewer/webmediaplayer_factory.cc', | 52 'services/html_viewer/webmediaplayer_factory.cc', |
109 'services/html_viewer/webmediaplayer_factory.h', | 53 'services/html_viewer/webmediaplayer_factory.h', |
110 'services/html_viewer/webmimeregistry_impl.cc', | 54 'services/html_viewer/webmimeregistry_impl.cc', |
111 'services/html_viewer/webmimeregistry_impl.h', | 55 'services/html_viewer/webmimeregistry_impl.h', |
112 'services/html_viewer/websockethandle_impl.cc', | 56 'services/html_viewer/websockethandle_impl.cc', |
113 'services/html_viewer/websockethandle_impl.h', | 57 'services/html_viewer/websockethandle_impl.h', |
114 'services/html_viewer/webstoragenamespace_impl.cc', | 58 'services/html_viewer/webstoragenamespace_impl.cc', |
115 'services/html_viewer/webstoragenamespace_impl.h', | 59 'services/html_viewer/webstoragenamespace_impl.h', |
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
945 'dependencies': [ | 889 'dependencies': [ |
946 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 890 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
947 ], | 891 ], |
948 }], | 892 }], |
949 ], | 893 ], |
950 }, | 894 }, |
951 ], | 895 ], |
952 }], | 896 }], |
953 ], | 897 ], |
954 } | 898 } |
OLD | NEW |