Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Side by Side Diff: chrome/utility/BUILD.gn

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again now that CQ is fixed Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 7
8 gypi_values = exec_script("//build/gypi_to_gn.py", 8 gypi_values = exec_script("//build/gypi_to_gn.py",
9 [ rebase_path("../chrome_utility.gypi") ], 9 [ rebase_path("../chrome_utility.gypi") ],
10 "scope", 10 "scope",
11 [ "../chrome_utility.gypi" ]) 11 [ "../chrome_utility.gypi" ])
12 12
13 static_library("utility") { 13 static_library("utility") {
14 sources = rebase_path(gypi_values.chrome_utility_sources, ".", "..") 14 sources = rebase_path(gypi_values.chrome_utility_sources, ".", "..")
15 defines = [] 15 defines = []
16 configs += [ "//build/config:precompiled_headers" ] 16 configs += [ "//build/config:precompiled_headers" ]
17 17
18 public_deps = [] 18 public_deps = []
19 deps = [ 19 deps = [
20 "//base", 20 "//base",
21 "//components/safe_json:safe_json_parser_message_filter", 21 "//components/safe_json:safe_json_parser_message_filter",
22 "//components/search_engines", 22 "//components/search_engines",
23 "//components/strings", 23 "//components/strings",
24 "//components/url_fixer", 24 "//components/url_formatter",
25 "//content/public/common", 25 "//content/public/common",
26 "//content/public/utility", 26 "//content/public/utility",
27 "//media", 27 "//media",
28 "//skia", 28 "//skia",
29 "//third_party/libxml", 29 "//third_party/libxml",
30 "//chrome:resources", 30 "//chrome:resources",
31 "//chrome:strings", 31 "//chrome:strings",
32 "//chrome/common", 32 "//chrome/common",
33 ] 33 ]
34 34
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 ] 101 ]
102 } 102 }
103 103
104 if (!enable_mdns) { 104 if (!enable_mdns) {
105 sources -= [ 105 sources -= [
106 "local_discovery/service_discovery_message_handler.cc", 106 "local_discovery/service_discovery_message_handler.cc",
107 "local_discovery/service_discovery_message_handler.h", 107 "local_discovery/service_discovery_message_handler.h",
108 ] 108 ]
109 } 109 }
110 } 110 }
OLDNEW
« no previous file with comments | « chrome/common/net/x509_certificate_model.cc ('k') | chrome/utility/importer/bookmarks_file_importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698