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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 "//gpu/skia_bindings", | 180 "//gpu/skia_bindings", |
181 "//ipc", | 181 "//ipc", |
182 "//ipc/mojo", | 182 "//ipc/mojo", |
183 "//media", | 183 "//media", |
184 "//media:shared_memory_support", | 184 "//media:shared_memory_support", |
185 "//media/gpu/ipc/client", | 185 "//media/gpu/ipc/client", |
186 "//media/gpu/ipc/common", | 186 "//media/gpu/ipc/common", |
187 "//media/midi", | 187 "//media/midi", |
188 "//mojo/common:common_base", | 188 "//mojo/common:common_base", |
189 "//mojo/edk/system", | 189 "//mojo/edk/system", |
190 "//mojo/shell", | |
191 "//mojo/shell/public/cpp", | |
192 "//mojo/shell/public/interfaces", | |
193 "//mojo/shell/runner/common", | |
194 "//net", | 190 "//net", |
195 "//sandbox", | 191 "//sandbox", |
| 192 "//services/shell", |
| 193 "//services/shell/public/cpp", |
| 194 "//services/shell/public/interfaces", |
| 195 "//services/shell/runner/common", |
196 "//skia", | 196 "//skia", |
197 "//storage/common", | 197 "//storage/common", |
198 "//third_party/WebKit/public:blink", | 198 "//third_party/WebKit/public:blink", |
199 "//third_party/boringssl", | 199 "//third_party/boringssl", |
200 "//third_party/icu", | 200 "//third_party/icu", |
201 "//third_party/libjingle", | 201 "//third_party/libjingle", |
202 "//third_party/webrtc/base:rtc_base", | 202 "//third_party/webrtc/base:rtc_base", |
203 "//ui/accessibility", | 203 "//ui/accessibility", |
204 "//ui/base", | 204 "//ui/base", |
205 "//ui/base/ime", | 205 "//ui/base/ime", |
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 ] | 530 ] |
531 | 531 |
532 import_dirs = [ "//mojo/services" ] | 532 import_dirs = [ "//mojo/services" ] |
533 | 533 |
534 typemaps = [ "//url/mojo/origin.typemap" ] | 534 typemaps = [ "//url/mojo/origin.typemap" ] |
535 | 535 |
536 public_deps = [ | 536 public_deps = [ |
537 "//components/leveldb/public/interfaces", | 537 "//components/leveldb/public/interfaces", |
538 "//components/mus/public/interfaces", | 538 "//components/mus/public/interfaces", |
539 "//content/public/common:mojo_bindings", | 539 "//content/public/common:mojo_bindings", |
540 "//mojo/shell/public/interfaces", | 540 "//services/shell/public/interfaces", |
541 "//skia/public/interfaces", | 541 "//skia/public/interfaces", |
542 "//third_party/WebKit/public:mojo_bindings", | 542 "//third_party/WebKit/public:mojo_bindings", |
543 "//ui/mojo/geometry:interfaces", | 543 "//ui/mojo/geometry:interfaces", |
544 "//url/mojo:url_mojom_origin", | 544 "//url/mojo:url_mojom_origin", |
545 ] | 545 ] |
546 } | 546 } |
OLD | NEW |