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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 "//mojo/environment:chromium", | 202 "//mojo/environment:chromium", |
203 "//sandbox", | 203 "//sandbox", |
204 "//storage/common", | 204 "//storage/common", |
205 "//third_party/WebKit/public:blink", | 205 "//third_party/WebKit/public:blink", |
206 "//third_party/mojo/src/mojo/edk/system", | 206 "//third_party/mojo/src/mojo/edk/system", |
207 "//ui/gl", | 207 "//ui/gl", |
208 ":mojo_bindings", | 208 ":mojo_bindings", |
209 ] | 209 ] |
210 } | 210 } |
211 | 211 |
212 defines = [ "MOJO_SHELL_CLIENT" ] | 212 defines = [] |
213 include_dirs = [] | 213 include_dirs = [] |
214 libs = [] | 214 libs = [] |
215 ldflags = [] | 215 ldflags = [] |
216 | 216 |
217 if (is_android && use_seccomp_bpf) { | 217 if (is_android && use_seccomp_bpf) { |
218 set_sources_assignment_filter([]) | 218 set_sources_assignment_filter([]) |
219 sources += [ | 219 sources += [ |
220 "sandbox_linux/sandbox_bpf_base_policy_linux.cc", | 220 "sandbox_linux/sandbox_bpf_base_policy_linux.cc", |
221 "sandbox_linux/sandbox_bpf_base_policy_linux.h", | 221 "sandbox_linux/sandbox_bpf_base_policy_linux.h", |
222 ] | 222 ] |
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
542 | 542 |
543 import_dirs = [ "//mojo/services" ] | 543 import_dirs = [ "//mojo/services" ] |
544 | 544 |
545 deps = [ | 545 deps = [ |
546 "//content/public/common:mojo_bindings", | 546 "//content/public/common:mojo_bindings", |
547 "//mojo/application/public/interfaces", | 547 "//mojo/application/public/interfaces", |
548 "//skia/public/interfaces", | 548 "//skia/public/interfaces", |
549 "//ui/mojo/geometry:interfaces", | 549 "//ui/mojo/geometry:interfaces", |
550 ] | 550 ] |
551 } | 551 } |
OLD | NEW |