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/search_engines",
21 "//components/strings",
22 "//components/url_fixer",
23 "//content/public/common",
24 "//content/public/utility",
27 "//third_party/libxml",
34 if (use_seccomp_bpf) {
35 deps += [ "//sandbox/linux:seccomp_bpf" ]
36 defines += [ "USE_SECCOMP_BPF" ]
40 "//chrome/common:mojo_bindings",
41 "//net:net_utility_services",
44 rebase_path(gypi_values.chrome_utility_importer_sources, ".", "..")
47 if (enable_extensions) {
49 "//chrome/common/extensions/api",
50 "//extensions/utility",
53 public_deps += [ "//chrome/common/extensions/api" ]
56 rebase_path(gypi_values.chrome_utility_extensions_sources, ".", "..")
58 rebase_path(gypi_values.chrome_utility_shared_media_sources, ".", "..")
60 # Prevent wininet from loading in the renderer. http://crbug.com/460679
62 ldflags = [ "/DELAYLOAD:wininet.dll" ]
65 if (is_win || is_mac) {
67 rebase_path(gypi_values.chrome_utility_win_mac_media_gallery_sources,
70 deps += [ "//components/wifi" ]
72 sources += [ "image_writer/image_writer_stub.cc" ]
77 rebase_path(gypi_values.chrome_utility_mac_media_gallery_sources,
82 # Linux should use system libexif
84 # TODO(thestig): Properly support building on Linux and ChromeOS.
85 deps += [ "//third_party/libexif" ]
91 "importer/nss_decryptor_system_nss.cc",
92 "importer/nss_decryptor_system_nss.h",
100 if (!enable_print_preview) {
102 "printing_handler.cc",
103 "printing_handler.h",
109 "local_discovery/service_discovery_message_handler.cc",
110 "local_discovery/service_discovery_message_handler.h",