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