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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 "html_viewer.cc", | 95 "html_viewer.cc", |
96 "html_viewer.h", | 96 "html_viewer.h", |
97 "html_viewer_switches.cc", | 97 "html_viewer_switches.cc", |
98 "html_viewer_switches.h", | 98 "html_viewer_switches.h", |
99 "media_factory.cc", | 99 "media_factory.cc", |
100 "media_factory.h", | 100 "media_factory.h", |
101 "mock_web_blob_registry_impl.cc", | 101 "mock_web_blob_registry_impl.cc", |
102 "mock_web_blob_registry_impl.h", | 102 "mock_web_blob_registry_impl.h", |
103 "replicated_frame_state.cc", | 103 "replicated_frame_state.cc", |
104 "replicated_frame_state.h", | 104 "replicated_frame_state.h", |
| 105 "stats_collection_controller.cc", |
| 106 "stats_collection_controller.h", |
| 107 "stats_collection_observer.cc", |
| 108 "stats_collection_observer.h", |
105 "test_html_viewer_impl.cc", | 109 "test_html_viewer_impl.cc", |
106 "test_html_viewer_impl.h", | 110 "test_html_viewer_impl.h", |
107 "touch_handler.cc", | 111 "touch_handler.cc", |
108 "touch_handler.h", | 112 "touch_handler.h", |
109 "web_clipboard_impl.cc", | 113 "web_clipboard_impl.cc", |
110 "web_clipboard_impl.h", | 114 "web_clipboard_impl.h", |
111 "web_cookie_jar_impl.cc", | 115 "web_cookie_jar_impl.cc", |
112 "web_cookie_jar_impl.h", | 116 "web_cookie_jar_impl.h", |
113 "web_layer_impl.cc", | 117 "web_layer_impl.cc", |
114 "web_layer_impl.h", | 118 "web_layer_impl.h", |
(...skipping 23 matching lines...) Expand all Loading... |
138 "//cc/surfaces", | 142 "//cc/surfaces", |
139 "//components/clipboard/public/interfaces", | 143 "//components/clipboard/public/interfaces", |
140 "//components/devtools_service/public/cpp", | 144 "//components/devtools_service/public/cpp", |
141 "//components/devtools_service/public/interfaces", | 145 "//components/devtools_service/public/interfaces", |
142 "//components/html_viewer/public/interfaces", | 146 "//components/html_viewer/public/interfaces", |
143 "//components/message_port", | 147 "//components/message_port", |
144 "//components/mime_util", | 148 "//components/mime_util", |
145 "//components/resource_provider/public/cpp", | 149 "//components/resource_provider/public/cpp", |
146 "//components/resource_provider/public/interfaces", | 150 "//components/resource_provider/public/interfaces", |
147 "//components/scheduler:scheduler", | 151 "//components/scheduler:scheduler", |
| 152 "//components/startup_metric_utils", |
148 "//components/view_manager/gles2:lib", | 153 "//components/view_manager/gles2:lib", |
149 "//components/view_manager/public/interfaces", | 154 "//components/view_manager/public/interfaces", |
150 "//components/webcrypto", | 155 "//components/webcrypto", |
151 "//gin", | 156 "//gin", |
152 "//mandoline/services/navigation/public/interfaces", | 157 "//mandoline/services/navigation/public/interfaces", |
153 "//mandoline/tab/public/interfaces", | 158 "//mandoline/tab/public/interfaces", |
154 "//media", | 159 "//media", |
155 "//media/blink", | 160 "//media/blink", |
156 "//media/mojo", | 161 "//media/mojo", |
157 "//mojo/application/public/cpp", | 162 "//mojo/application/public/cpp", |
158 "//mojo/cc", | 163 "//mojo/cc", |
159 "//mojo/common", | 164 "//mojo/common", |
160 "//mojo/converters/surfaces", | 165 "//mojo/converters/surfaces", |
161 "//mojo/message_pump", | 166 "//mojo/message_pump", |
162 "//mojo/platform_handle", | 167 "//mojo/platform_handle", |
| 168 "//mojo/runner:switches", |
163 "//mojo/services/network/public/cpp", | 169 "//mojo/services/network/public/cpp", |
164 "//mojo/services/network/public/interfaces", | 170 "//mojo/services/network/public/interfaces", |
| 171 "//mojo/services/tracing:bindings", |
165 "//net", | 172 "//net", |
166 "//skia", | 173 "//skia", |
167 "//third_party/mojo_services/src/accessibility/public/interfaces", | 174 "//third_party/mojo_services/src/accessibility/public/interfaces", |
168 "//ui/mojo/events:interfaces", | 175 "//ui/mojo/events:interfaces", |
169 "//ui/events", | 176 "//ui/events", |
170 "//ui/events:gesture_detection", | 177 "//ui/events:gesture_detection", |
171 "//ui/events/blink", | 178 "//ui/events/blink", |
172 "//ui/events/gestures/blink", | 179 "//ui/events/gestures/blink", |
173 "//ui/gfx", | 180 "//ui/gfx", |
174 "//ui/gfx/geometry", | 181 "//ui/gfx/geometry", |
(...skipping 13 matching lines...) Expand all Loading... |
188 } | 195 } |
189 | 196 |
190 if (is_linux && !is_android) { | 197 if (is_linux && !is_android) { |
191 deps += [ "//components/font_service/public/cpp" ] | 198 deps += [ "//components/font_service/public/cpp" ] |
192 } | 199 } |
193 | 200 |
194 data_deps = [ | 201 data_deps = [ |
195 "//components/clipboard", | 202 "//components/clipboard", |
196 "//components/view_manager", | 203 "//components/view_manager", |
197 "//mojo/services/network:network", | 204 "//mojo/services/network:network", |
| 205 "//mojo/services/tracing", |
198 ] | 206 ] |
199 } | 207 } |
200 | 208 |
201 mojo_native_application("html_viewer") { | 209 mojo_native_application("html_viewer") { |
202 sources = [ | 210 sources = [ |
203 "html_viewer_main.cc", | 211 "html_viewer_main.cc", |
204 ] | 212 ] |
205 deps = [ | 213 deps = [ |
206 ":lib", | 214 ":lib", |
207 ":pak", | 215 ":pak", |
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
321 | 329 |
322 data_deps = [ | 330 data_deps = [ |
323 ":html_viewer", | 331 ":html_viewer", |
324 "//components/view_manager", | 332 "//components/view_manager", |
325 ] | 333 ] |
326 | 334 |
327 if (is_linux && !is_android) { | 335 if (is_linux && !is_android) { |
328 data_deps += [ "//components/font_service" ] | 336 data_deps += [ "//components/font_service" ] |
329 } | 337 } |
330 } | 338 } |
OLD | NEW |