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

Unified Diff: components/payments/content/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
Index: components/payments/content/utility/BUILD.gn
diff --git a/components/payments/content/android/utility/BUILD.gn b/components/payments/content/utility/BUILD.gn
similarity index 91%
rename from components/payments/content/android/utility/BUILD.gn
rename to components/payments/content/utility/BUILD.gn
index 7b0aead36f11bda62be3eeb587730373ec1bbabd..0db5d207a159a130aaee50c4aad82db45b83a042 100644
--- a/components/payments/content/android/utility/BUILD.gn
+++ b/components/payments/content/utility/BUILD.gn
@@ -11,7 +11,7 @@ static_library("utility") {
]
deps = [
"//base",
- "//components/payments/content/android:mojom",
+ "//components/payments/content:mojom_parser",
]
}
« no previous file with comments | « components/payments/content/payment_manifest_parser_host.cc ('k') | components/payments/content/utility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698