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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 "//gin", | 149 "//gin", |
150 "//mandoline/services/navigation/public/interfaces", | 150 "//mandoline/services/navigation/public/interfaces", |
151 "//mandoline/tab/public/interfaces", | 151 "//mandoline/tab/public/interfaces", |
152 "//media", | 152 "//media", |
153 "//media/blink", | 153 "//media/blink", |
154 "//media/mojo", | 154 "//media/mojo", |
155 "//mojo/application/public/cpp", | 155 "//mojo/application/public/cpp", |
156 "//mojo/cc", | 156 "//mojo/cc", |
157 "//mojo/common", | 157 "//mojo/common", |
158 "//mojo/converters/surfaces", | 158 "//mojo/converters/surfaces", |
| 159 "//mojo/message_pump", |
159 "//mojo/platform_handle", | 160 "//mojo/platform_handle", |
160 "//mojo/services/network/public/cpp", | 161 "//mojo/services/network/public/cpp", |
161 "//mojo/services/network/public/interfaces", | 162 "//mojo/services/network/public/interfaces", |
162 "//net", | 163 "//net", |
163 "//skia", | 164 "//skia", |
164 "//third_party/mojo_services/src/accessibility/public/interfaces", | 165 "//third_party/mojo_services/src/accessibility/public/interfaces", |
165 "//ui/mojo/events:interfaces", | 166 "//ui/mojo/events:interfaces", |
166 "//ui/events", | 167 "//ui/events", |
167 "//ui/events:gesture_detection", | 168 "//ui/events:gesture_detection", |
168 "//ui/events/blink", | 169 "//ui/events/blink", |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 "//testing/gtest", | 310 "//testing/gtest", |
310 "//third_party/mojo_services/src/accessibility/public/interfaces", | 311 "//third_party/mojo_services/src/accessibility/public/interfaces", |
311 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", | 312 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", |
312 ] | 313 ] |
313 | 314 |
314 data_deps = [ | 315 data_deps = [ |
315 ":html_viewer", | 316 ":html_viewer", |
316 "//components/view_manager", | 317 "//components/view_manager", |
317 ] | 318 ] |
318 } | 319 } |
OLD | NEW |