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

Side by Side Diff: device/vr/BUILD.gn

Issue 2910703004: Mojo JS bindings: flip the default value of use_new_js_bindings to true. (Closed)
Patch Set: . Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « device/usb/public/interfaces/BUILD.gn ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("features/features.gni") 5 import("features/features.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") # For generate_jni(). 9 import("//build/config/android/rules.gni") # For generate_jni().
10 } 10 }
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 "vr_service.mojom", 126 "vr_service.mojom",
127 ] 127 ]
128 128
129 public_deps = [ 129 public_deps = [
130 "//gpu/ipc/common:interfaces", 130 "//gpu/ipc/common:interfaces",
131 "//mojo/common:common_custom_types", 131 "//mojo/common:common_custom_types",
132 ] 132 ]
133 133
134 # TODO(crbug.com/714018): Convert the implementation to use OnceCallback. 134 # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
135 use_once_callback = false 135 use_once_callback = false
136
137 # TODO(crbug.com/699569): Convert to use the new JS bindings.
138 use_new_js_bindings = false
136 } 139 }
OLDNEW
« no previous file with comments | « device/usb/public/interfaces/BUILD.gn ('k') | extensions/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698