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/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//content/common/common.gni") | 7 import("//content/common/common.gni") |
8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
9 import("//mojo/public/tools/bindings/mojom.gni") | 9 import("//mojo/public/tools/bindings/mojom.gni") |
10 if (is_mac) { | 10 if (is_mac) { |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
198 "//gpu/skia_bindings", | 198 "//gpu/skia_bindings", |
199 "//media", | 199 "//media", |
200 "//media:shared_memory_support", | 200 "//media:shared_memory_support", |
201 "//media/midi", | 201 "//media/midi", |
202 "//mojo/application/public/interfaces", | 202 "//mojo/application/public/interfaces", |
203 "//mojo/common:common_base", | 203 "//mojo/common:common_base", |
204 "//mojo/environment:chromium", | 204 "//mojo/environment:chromium", |
205 "//sandbox", | 205 "//sandbox", |
206 "//storage/common", | 206 "//storage/common", |
207 "//third_party/WebKit/public:blink", | 207 "//third_party/WebKit/public:blink", |
| 208 "//third_party/boringssl", |
208 "//third_party/mojo/src/mojo/edk/system", | 209 "//third_party/mojo/src/mojo/edk/system", |
209 "//ui/gl", | 210 "//ui/gl", |
210 ] | 211 ] |
211 } | 212 } |
212 | 213 |
213 defines = [] | 214 defines = [] |
214 include_dirs = [] | 215 include_dirs = [] |
215 libs = [] | 216 libs = [] |
216 ldflags = [] | 217 ldflags = [] |
217 | 218 |
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 import_dirs = [ "//mojo/services" ] | 547 import_dirs = [ "//mojo/services" ] |
547 | 548 |
548 deps = [ | 549 deps = [ |
549 "//components/mus/public/interfaces", | 550 "//components/mus/public/interfaces", |
550 "//content/public/common:mojo_bindings", | 551 "//content/public/common:mojo_bindings", |
551 "//mojo/application/public/interfaces", | 552 "//mojo/application/public/interfaces", |
552 "//skia/public/interfaces", | 553 "//skia/public/interfaces", |
553 "//ui/mojo/geometry:interfaces", | 554 "//ui/mojo/geometry:interfaces", |
554 ] | 555 ] |
555 } | 556 } |
OLD | NEW |