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
3 # found in the LICENSE file.
5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni")
8 gypi_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("../chrome_utility.gypi") ],
11 [ "../chrome_utility.gypi" ])
13 static_library("utility") {
14 sources = rebase_path(gypi_values.chrome_utility_sources, ".", "..")
20 "//components/safe_json_parser:safe_json_parser_message_filter",
21 "//components/search_engines",
22 "//components/strings",
23 "//components/url_fixer",
24 "//content/public/common",
25 "//content/public/utility",
28 "//third_party/libxml",
35 if (use_seccomp_bpf) {
36 deps += [ "//sandbox/linux:seccomp_bpf" ]
37 defines += [ "USE_SECCOMP_BPF" ]
41 "//chrome/common:mojo_bindings",
42 "//net:net_utility_services",
45 rebase_path(gypi_values.chrome_utility_importer_sources, ".", "..")
48 if (enable_extensions) {
50 "//chrome/common/extensions/api",
51 "//extensions/utility",
54 public_deps += [ "//chrome/common/extensions/api" ]
57 rebase_path(gypi_values.chrome_utility_extensions_sources, ".", "..")
59 rebase_path(gypi_values.chrome_utility_shared_media_sources, ".", "..")
61 # Prevent wininet from loading in the renderer. http://crbug.com/460679
63 ldflags = [ "/DELAYLOAD:wininet.dll" ]
66 if (is_win || is_mac) {
68 rebase_path(gypi_values.chrome_utility_win_mac_media_gallery_sources,
71 deps += [ "//components/wifi" ]
73 sources += [ "image_writer/image_writer_stub.cc" ]
78 rebase_path(gypi_values.chrome_utility_mac_media_gallery_sources,
83 # Linux should use system libexif
85 # TODO(thestig): Properly support building on Linux and ChromeOS.
86 deps += [ "//third_party/libexif" ]
92 "importer/nss_decryptor_system_nss.cc",
93 "importer/nss_decryptor_system_nss.h",
101 if (!enable_print_preview) {
103 "printing_handler.cc",
104 "printing_handler.h",
110 "local_discovery/service_discovery_message_handler.cc",
111 "local_discovery/service_discovery_message_handler.h",