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

Unified Diff: device/vr/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 | « device/usb/public/interfaces/BUILD.gn ('k') | device/wake_lock/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/BUILD.gn
diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
index a1ed8c43d9aaf91cfe5bf21505f731bb7314328f..10b122600ab011ea65601edaefdd90c7062e2f02 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -129,4 +129,7 @@ mojom("mojo_bindings") {
export_class_attribute = "DEVICE_VR_EXPORT"
export_define = "DEVICE_VR_IMPLEMENTATION=1"
export_header = "device/vr/vr_export.h"
+
+ # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
+ use_once_callback = false
}
« no previous file with comments | « device/usb/public/interfaces/BUILD.gn ('k') | device/wake_lock/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698