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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/utility/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index 36aad7ea106b3059a6b19ede884c70a10d936de0..c3e846185930d8e6259ff40d89a3823af9d18781 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -38,6 +38,7 @@ static_library("utility") {
"//chrome:strings",
"//chrome/common",
"//chrome/common:mojo_bindings",
+ "//components/payments/content/utility",
"//components/safe_json/utility",
"//components/search_engines",
"//components/strings",
@@ -99,10 +100,6 @@ static_library("utility") {
]
}
- if (is_android) {
- deps += [ "//components/payments/content/android/utility" ]
- }
-
if (enable_extensions) {
sources += [
"extensions/extensions_handler.cc",
« 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