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

Unified Diff: components/payments/mojom/BUILD.gn

Issue 2843353004: Enable use_once_callback on mojom GN rule by default (Closed)
Patch Set: rebase Created 3 years, 7 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/mojom/BUILD.gn
diff --git a/components/payments/mojom/BUILD.gn b/components/payments/mojom/BUILD.gn
index 23b30422a3c11863e2e4b1e4ec389f3ccefe4708..9268a078a11a9f4c7a8d2ce530b9990183768c8d 100644
--- a/components/payments/mojom/BUILD.gn
+++ b/components/payments/mojom/BUILD.gn
@@ -18,8 +18,6 @@ mojom("mojom_parser") {
public_deps = [
"//url/mojo:url_mojom_gurl",
]
-
- use_once_callback = true
}
mojom("mojom_payment_app") {
@@ -32,6 +30,4 @@ mojom("mojom_payment_app") {
"//mojo/common:common_custom_types",
"//url/mojo:url_mojom_gurl",
]
-
- use_once_callback = true
}
« no previous file with comments | « components/password_manager/content/common/BUILD.gn ('k') | components/safe_json/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698