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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 "//components/mus/gles2:lib", | 152 "//components/mus/gles2:lib", |
153 "//components/mus/public/interfaces", | 153 "//components/mus/public/interfaces", |
154 "//components/resource_provider/public/cpp", | 154 "//components/resource_provider/public/cpp", |
155 "//components/resource_provider/public/interfaces", | 155 "//components/resource_provider/public/interfaces", |
156 "//components/scheduler:scheduler", | 156 "//components/scheduler:scheduler", |
157 "//components/startup_metric_utils", | 157 "//components/startup_metric_utils", |
158 "//components/webcrypto", | 158 "//components/webcrypto", |
159 "//components/web_view:switches", | 159 "//components/web_view:switches", |
160 "//components/web_view/public/interfaces", | 160 "//components/web_view/public/interfaces", |
161 "//gin", | 161 "//gin", |
| 162 "//gpu/command_buffer/common:gles2_utils", |
162 "//gpu/blink:blink", | 163 "//gpu/blink:blink", |
163 "//media", | 164 "//media", |
164 "//media/blink", | 165 "//media/blink", |
165 "//media/mojo", | 166 "//media/mojo", |
166 "//mojo/application/public/cpp", | 167 "//mojo/application/public/cpp", |
167 "//mojo/application/public/interfaces", | 168 "//mojo/application/public/interfaces", |
168 "//mojo/cc", | 169 "//mojo/cc", |
169 "//mojo/common", | 170 "//mojo/common", |
170 "//mojo/converters/surfaces", | 171 "//mojo/converters/surfaces", |
171 "//mojo/gles2:headers", | 172 "//mojo/gles2:headers", |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 | 360 |
360 data_deps = [ | 361 data_deps = [ |
361 ":html_viewer", | 362 ":html_viewer", |
362 "//components/mus", | 363 "//components/mus", |
363 ] | 364 ] |
364 | 365 |
365 if (is_linux && !is_android) { | 366 if (is_linux && !is_android) { |
366 data_deps += [ "//components/font_service" ] | 367 data_deps += [ "//components/font_service" ] |
367 } | 368 } |
368 } | 369 } |
OLD | NEW |