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

Unified Diff: services/service_manager/tests/lifecycle/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
« no previous file with comments | « services/service_manager/tests/connect/BUILD.gn ('k') | services/service_manager/tests/shutdown/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/tests/lifecycle/BUILD.gn
diff --git a/services/service_manager/tests/lifecycle/BUILD.gn b/services/service_manager/tests/lifecycle/BUILD.gn
index 212c7d4f3be27c35ec92bdc8fc51768acbc40ef8..5dfc0e7a181502737a637969e1086c7713f93684 100644
--- a/services/service_manager/tests/lifecycle/BUILD.gn
+++ b/services/service_manager/tests/lifecycle/BUILD.gn
@@ -36,6 +36,9 @@ mojom("interfaces") {
sources = [
"lifecycle_unittest.mojom",
]
+
+ # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
+ use_once_callback = false
}
service_manifest("manifest") {
« no previous file with comments | « services/service_manager/tests/connect/BUILD.gn ('k') | services/service_manager/tests/shutdown/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698