OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 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 import("//build/module_args/v8.gni") | 5 import("//build/module_args/v8.gni") |
6 import("//mojo/mojo_application_package.gni") | 6 import("//mojo/mojo_application_package.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//third_party/mojo/src/mojo/public/mojo.gni") | 8 import("//third_party/mojo/src/mojo/public/mojo.gni") |
9 import("//third_party/mojo/src/mojo/public/mojo_application.gni") | 9 import("//third_party/mojo/src/mojo/public/mojo_application.gni") |
10 import("//tools/grit/grit_rule.gni") | 10 import("//tools/grit/grit_rule.gni") |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 "blink_platform_impl.h", | 68 "blink_platform_impl.h", |
69 "blink_resource_constants.h", | 69 "blink_resource_constants.h", |
70 "blink_url_request_type_converters.cc", | 70 "blink_url_request_type_converters.cc", |
71 "blink_url_request_type_converters.h", | 71 "blink_url_request_type_converters.h", |
72 "discardable_memory_allocator.cc", | 72 "discardable_memory_allocator.cc", |
73 "discardable_memory_allocator.h", | 73 "discardable_memory_allocator.h", |
74 "html_document.cc", | 74 "html_document.cc", |
75 "html_document.h", | 75 "html_document.h", |
76 "mock_web_blob_registry_impl.cc", | 76 "mock_web_blob_registry_impl.cc", |
77 "mock_web_blob_registry_impl.h", | 77 "mock_web_blob_registry_impl.h", |
| 78 "setup.cc", |
| 79 "setup.h", |
78 "touch_handler.cc", | 80 "touch_handler.cc", |
79 "touch_handler.h", | 81 "touch_handler.h", |
80 "web_clipboard_impl.cc", | 82 "web_clipboard_impl.cc", |
81 "web_clipboard_impl.h", | 83 "web_clipboard_impl.h", |
82 "web_cookie_jar_impl.cc", | 84 "web_cookie_jar_impl.cc", |
83 "web_cookie_jar_impl.h", | 85 "web_cookie_jar_impl.h", |
84 "web_layer_tree_view_impl.cc", | 86 "web_layer_tree_view_impl.cc", |
85 "web_layer_tree_view_impl.h", | 87 "web_layer_tree_view_impl.h", |
86 "web_media_player_factory.cc", | 88 "web_media_player_factory.cc", |
87 "web_media_player_factory.h", | 89 "web_media_player_factory.h", |
(...skipping 18 matching lines...) Expand all Loading... |
106 | 108 |
107 deps = [ | 109 deps = [ |
108 "//base", | 110 "//base", |
109 "//base/third_party/dynamic_annotations", | 111 "//base/third_party/dynamic_annotations", |
110 "//cc", | 112 "//cc", |
111 "//cc/blink", | 113 "//cc/blink", |
112 "//cc/surfaces", | 114 "//cc/surfaces", |
113 "//components/clipboard/public/interfaces", | 115 "//components/clipboard/public/interfaces", |
114 "//components/gpu/public/interfaces", | 116 "//components/gpu/public/interfaces", |
115 "//components/mime_util", | 117 "//components/mime_util", |
| 118 "//components/resource_provider/public/cpp", |
| 119 "//components/resource_provider/public/interfaces", |
116 "//components/scheduler:scheduler", | 120 "//components/scheduler:scheduler", |
117 "//components/surfaces/public/interfaces", | 121 "//components/surfaces/public/interfaces", |
118 "//components/webcrypto", | 122 "//components/webcrypto", |
119 "//gin", | 123 "//gin", |
120 "//mandoline/services/navigation/public/interfaces", | 124 "//mandoline/services/navigation/public/interfaces", |
121 "//media", | 125 "//media", |
122 "//media/blink", | 126 "//media/blink", |
123 "//media/mojo", | 127 "//media/mojo", |
124 "//mojo/application", | 128 "//mojo/application", |
125 "//mojo/cc", | 129 "//mojo/cc", |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 mojo_application_package("html_viewer") { | 174 mojo_application_package("html_viewer") { |
171 sources = [ | 175 sources = [ |
172 "html_viewer.cc", | 176 "html_viewer.cc", |
173 "ui_setup.h", | 177 "ui_setup.h", |
174 "ui_setup_android.cc", | 178 "ui_setup_android.cc", |
175 "ui_setup_android.h", | 179 "ui_setup_android.h", |
176 ] | 180 ] |
177 deps = [ | 181 deps = [ |
178 ":html_viewer_resources_grit", | 182 ":html_viewer_resources_grit", |
179 ":lib", | 183 ":lib", |
180 "//components/resource_provider/public/cpp", | |
181 "//components/resource_provider/public/interfaces", | |
182 "//mojo/common", | 184 "//mojo/common", |
183 "//mojo/platform_handle", | 185 "//mojo/platform_handle", |
184 "//third_party/icu:icudata", | 186 "//third_party/icu:icudata", |
185 "//ui/resources:ui_test_pak", | 187 "//ui/resources:ui_test_pak", |
186 ] | 188 ] |
187 data_deps = [ | 189 data_deps = [ |
188 "//mojo/services/network:network", | 190 "//mojo/services/network:network", |
189 "//components/resource_provider", | 191 "//components/resource_provider", |
190 ] | 192 ] |
191 resources = [ | 193 resources = [ |
(...skipping 24 matching lines...) Expand all Loading... |
216 | 218 |
217 mojo_native_application("apptests") { | 219 mojo_native_application("apptests") { |
218 output_name = "html_viewer_apptests" | 220 output_name = "html_viewer_apptests" |
219 testonly = true | 221 testonly = true |
220 | 222 |
221 sources = [ | 223 sources = [ |
222 "ax_provider_apptest.cc", | 224 "ax_provider_apptest.cc", |
223 ] | 225 ] |
224 | 226 |
225 deps = [ | 227 deps = [ |
226 ":lib", | 228 "//base", |
227 ":html_viewer", | 229 "//mojo/application", |
228 "//mojo/application:test_support", | 230 "//mojo/application:test_support", |
229 "//net:test_support", | 231 "//net:test_support", |
230 "//testing/gtest", | 232 "//testing/gtest", |
| 233 "//third_party/mojo_services/src/accessibility/public/interfaces", |
231 ] | 234 ] |
| 235 |
| 236 data_deps = [ ":html_viewer" ] |
232 } | 237 } |
OLD | NEW |