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_overrides/v8.gni") | 5 import("//build_overrides/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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 "//components/clipboard/public/interfaces", | 156 "//components/clipboard/public/interfaces", |
157 "//components/devtools_service/public/interfaces", | 157 "//components/devtools_service/public/interfaces", |
158 "//components/html_viewer/public/interfaces", | 158 "//components/html_viewer/public/interfaces", |
159 "//components/message_port", | 159 "//components/message_port", |
160 "//components/mime_util", | 160 "//components/mime_util", |
161 "//components/mus/gles2:lib", | 161 "//components/mus/gles2:lib", |
162 "//components/mus/public/interfaces", | 162 "//components/mus/public/interfaces", |
163 "//components/resource_provider/public/cpp", | 163 "//components/resource_provider/public/cpp", |
164 "//components/resource_provider/public/interfaces", | 164 "//components/resource_provider/public/interfaces", |
165 "//components/scheduler:scheduler", | 165 "//components/scheduler:scheduler", |
166 "//components/startup_metric_utils/browser", | 166 "//components/startup_metric_utils/browser:lib", |
167 "//components/webcrypto", | 167 "//components/webcrypto", |
168 "//components/web_view:switches", | 168 "//components/web_view:switches", |
169 "//components/web_view/public/interfaces", | 169 "//components/web_view/public/interfaces", |
170 "//gin", | 170 "//gin", |
171 "//gpu/command_buffer/common:gles2_utils", | 171 "//gpu/command_buffer/common:gles2_utils", |
172 "//gpu/blink:blink", | 172 "//gpu/blink:blink", |
173 "//media", | 173 "//media", |
174 "//media/blink", | 174 "//media/blink", |
175 "//media/mojo", | 175 "//media/mojo", |
176 "//media:shared_memory_support", | 176 "//media:shared_memory_support", |
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
374 ] | 374 ] |
375 | 375 |
376 data_deps = [ | 376 data_deps = [ |
377 ":html_viewer", | 377 ":html_viewer", |
378 ] | 378 ] |
379 | 379 |
380 if (is_linux && !is_android) { | 380 if (is_linux && !is_android) { |
381 data_deps += [ "//components/font_service" ] | 381 data_deps += [ "//components/font_service" ] |
382 } | 382 } |
383 } | 383 } |
OLD | NEW |