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

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

Issue 2759283002: Make payment manifest download/parse cross-platform (Closed)
Patch Set: Address comments Created 3 years, 9 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/utility/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 import("//build/config/sysroot.gni") 7 import("//build/config/sysroot.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 10
(...skipping 20 matching lines...) Expand all
31 "//build/config/compiler:wexit_time_destructors", 31 "//build/config/compiler:wexit_time_destructors",
32 ] 32 ]
33 33
34 public_deps = [] 34 public_deps = []
35 deps = [ 35 deps = [
36 "//base", 36 "//base",
37 "//chrome:resources", 37 "//chrome:resources",
38 "//chrome:strings", 38 "//chrome:strings",
39 "//chrome/common", 39 "//chrome/common",
40 "//chrome/common:mojo_bindings", 40 "//chrome/common:mojo_bindings",
41 "//components/payments/content/utility",
41 "//components/safe_json/utility", 42 "//components/safe_json/utility",
42 "//components/search_engines", 43 "//components/search_engines",
43 "//components/strings", 44 "//components/strings",
44 "//components/url_formatter", 45 "//components/url_formatter",
45 "//content/public/child", 46 "//content/public/child",
46 "//content/public/common", 47 "//content/public/common",
47 "//content/public/utility", 48 "//content/public/utility",
48 "//courgette:courgette_lib", 49 "//courgette:courgette_lib",
49 "//extensions/features", 50 "//extensions/features",
50 "//ipc", 51 "//ipc",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "profile_import_handler.cc", 93 "profile_import_handler.cc",
93 "profile_import_handler.h", 94 "profile_import_handler.h",
94 ] 95 ]
95 deps += [ 96 deps += [
96 "//chrome/common:mojo_bindings", 97 "//chrome/common:mojo_bindings",
97 "//chrome/common/importer:interfaces", 98 "//chrome/common/importer:interfaces",
98 "//net:net_utility_services", 99 "//net:net_utility_services",
99 ] 100 ]
100 } 101 }
101 102
102 if (is_android) {
103 deps += [ "//components/payments/content/android/utility" ]
104 }
105
106 if (enable_extensions) { 103 if (enable_extensions) {
107 sources += [ 104 sources += [
108 "extensions/extensions_handler.cc", 105 "extensions/extensions_handler.cc",
109 "extensions/extensions_handler.h", 106 "extensions/extensions_handler.h",
110 "image_writer/disk_unmounter_mac.cc", 107 "image_writer/disk_unmounter_mac.cc",
111 "image_writer/disk_unmounter_mac.h", 108 "image_writer/disk_unmounter_mac.h",
112 "image_writer/error_messages.cc", 109 "image_writer/error_messages.cc",
113 "image_writer/error_messages.h", 110 "image_writer/error_messages.h",
114 "image_writer/image_writer.cc", 111 "image_writer/image_writer.cc",
115 "image_writer/image_writer.h", 112 "image_writer/image_writer.h",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 sources -= [ 173 sources -= [
177 "printing_handler.cc", 174 "printing_handler.cc",
178 "printing_handler.h", 175 "printing_handler.h",
179 ] 176 ]
180 } 177 }
181 178
182 if (is_mac && safe_browsing_mode == 1) { 179 if (is_mac && safe_browsing_mode == 1) {
183 deps += [ "//chrome/utility/safe_browsing/mac" ] 180 deps += [ "//chrome/utility/safe_browsing/mac" ]
184 } 181 }
185 } 182 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/utility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698