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/public/mojo_application.gni") | 6 import("//mojo/public/mojo_application.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 import("//tools/grit/grit_rule.gni") | 8 import("//tools/grit/grit_rule.gni") |
9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
10 | 10 |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 "html_viewer.cc", | 96 "html_viewer.cc", |
97 "html_viewer.h", | 97 "html_viewer.h", |
98 "html_viewer_switches.cc", | 98 "html_viewer_switches.cc", |
99 "html_viewer_switches.h", | 99 "html_viewer_switches.h", |
100 "media_factory.cc", | 100 "media_factory.cc", |
101 "media_factory.h", | 101 "media_factory.h", |
102 "mock_web_blob_registry_impl.cc", | 102 "mock_web_blob_registry_impl.cc", |
103 "mock_web_blob_registry_impl.h", | 103 "mock_web_blob_registry_impl.h", |
104 "replicated_frame_state.cc", | 104 "replicated_frame_state.cc", |
105 "replicated_frame_state.h", | 105 "replicated_frame_state.h", |
| 106 "stats_collection_controller.cc", |
| 107 "stats_collection_controller.h", |
106 "test_html_viewer_impl.cc", | 108 "test_html_viewer_impl.cc", |
107 "test_html_viewer_impl.h", | 109 "test_html_viewer_impl.h", |
108 "touch_handler.cc", | 110 "touch_handler.cc", |
109 "touch_handler.h", | 111 "touch_handler.h", |
110 "web_clipboard_impl.cc", | 112 "web_clipboard_impl.cc", |
111 "web_clipboard_impl.h", | 113 "web_clipboard_impl.h", |
112 "web_cookie_jar_impl.cc", | 114 "web_cookie_jar_impl.cc", |
113 "web_cookie_jar_impl.h", | 115 "web_cookie_jar_impl.h", |
114 "web_layer_impl.cc", | 116 "web_layer_impl.cc", |
115 "web_layer_impl.h", | 117 "web_layer_impl.h", |
(...skipping 24 matching lines...) Expand all Loading... |
140 "//cc/surfaces", | 142 "//cc/surfaces", |
141 "//components/clipboard/public/interfaces", | 143 "//components/clipboard/public/interfaces", |
142 "//components/devtools_service/public/cpp", | 144 "//components/devtools_service/public/cpp", |
143 "//components/devtools_service/public/interfaces", | 145 "//components/devtools_service/public/interfaces", |
144 "//components/html_viewer/public/interfaces", | 146 "//components/html_viewer/public/interfaces", |
145 "//components/message_port", | 147 "//components/message_port", |
146 "//components/mime_util", | 148 "//components/mime_util", |
147 "//components/resource_provider/public/cpp", | 149 "//components/resource_provider/public/cpp", |
148 "//components/resource_provider/public/interfaces", | 150 "//components/resource_provider/public/interfaces", |
149 "//components/scheduler:scheduler", | 151 "//components/scheduler:scheduler", |
| 152 "//components/startup_metric_utils", |
150 "//components/view_manager/gles2:lib", | 153 "//components/view_manager/gles2:lib", |
151 "//components/view_manager/public/interfaces", | 154 "//components/view_manager/public/interfaces", |
152 "//components/webcrypto", | 155 "//components/webcrypto", |
153 "//gin", | 156 "//gin", |
154 "//mandoline/services/navigation/public/interfaces", | 157 "//mandoline/services/navigation/public/interfaces", |
155 "//mandoline/tab/public/interfaces", | 158 "//mandoline/tab/public/interfaces", |
156 "//media", | 159 "//media", |
157 "//media/blink", | 160 "//media/blink", |
158 "//media/mojo", | 161 "//media/mojo", |
159 "//mojo/application/public/cpp", | 162 "//mojo/application/public/cpp", |
160 "//mojo/application/public/interfaces", | 163 "//mojo/application/public/interfaces", |
161 "//mojo/cc", | 164 "//mojo/cc", |
162 "//mojo/common", | 165 "//mojo/common", |
163 "//mojo/converters/surfaces", | 166 "//mojo/converters/surfaces", |
164 "//mojo/message_pump", | 167 "//mojo/message_pump", |
165 "//mojo/platform_handle", | 168 "//mojo/platform_handle", |
166 "//mojo/services/network/public/cpp", | 169 "//mojo/services/network/public/cpp", |
167 "//mojo/services/network/public/interfaces", | 170 "//mojo/services/network/public/interfaces", |
| 171 "//mojo/services/tracing/public/cpp", |
| 172 "//mojo/services/tracing/public/interfaces", |
168 "//net", | 173 "//net", |
169 "//skia", | 174 "//skia", |
170 "//third_party/mojo_services/src/accessibility/public/interfaces", | 175 "//third_party/mojo_services/src/accessibility/public/interfaces", |
171 "//third_party/WebKit/public:image_resources", | 176 "//third_party/WebKit/public:image_resources", |
172 "//third_party/WebKit/public:resources", | 177 "//third_party/WebKit/public:resources", |
173 "//ui/base:base", | 178 "//ui/base:base", |
174 "//ui/mojo/events:interfaces", | 179 "//ui/mojo/events:interfaces", |
175 "//ui/events", | 180 "//ui/events", |
176 "//ui/events:gesture_detection", | 181 "//ui/events:gesture_detection", |
177 "//ui/events/blink", | 182 "//ui/events/blink", |
(...skipping 18 matching lines...) Expand all Loading... |
196 } | 201 } |
197 | 202 |
198 if (is_linux && !is_android) { | 203 if (is_linux && !is_android) { |
199 deps += [ "//components/font_service/public/cpp" ] | 204 deps += [ "//components/font_service/public/cpp" ] |
200 } | 205 } |
201 | 206 |
202 data_deps = [ | 207 data_deps = [ |
203 "//components/clipboard", | 208 "//components/clipboard", |
204 "//components/view_manager", | 209 "//components/view_manager", |
205 "//mojo/services/network:network", | 210 "//mojo/services/network:network", |
| 211 "//mojo/services/tracing", |
206 ] | 212 ] |
207 } | 213 } |
208 | 214 |
209 mojo_native_application("html_viewer") { | 215 mojo_native_application("html_viewer") { |
210 sources = [ | 216 sources = [ |
211 "html_viewer_main.cc", | 217 "html_viewer_main.cc", |
212 ] | 218 ] |
213 deps = [ | 219 deps = [ |
214 ":lib", | 220 ":lib", |
215 ":pak", | 221 ":pak", |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 | 346 |
341 data_deps = [ | 347 data_deps = [ |
342 ":html_viewer", | 348 ":html_viewer", |
343 "//components/view_manager", | 349 "//components/view_manager", |
344 ] | 350 ] |
345 | 351 |
346 if (is_linux && !is_android) { | 352 if (is_linux && !is_android) { |
347 data_deps += [ "//components/font_service" ] | 353 data_deps += [ "//components/font_service" ] |
348 } | 354 } |
349 } | 355 } |
OLD | NEW |