| Index: mojo/public/cpp/bindings/BUILD.gn
|
| diff --git a/mojo/public/cpp/bindings/BUILD.gn b/mojo/public/cpp/bindings/BUILD.gn
|
| index 5fdc8ff0ab4c4bb8d507b9188eb210f93983eea9..9e784abb04e7708571364c35b16f17b974449add 100644
|
| --- a/mojo/public/cpp/bindings/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/BUILD.gn
|
| @@ -5,7 +5,6 @@
|
| source_set("bindings") {
|
| sources = [
|
| "array.h",
|
| - "buffer.h",
|
| "callback.h",
|
| "error_handler.h",
|
| "interface_ptr.h",
|
| @@ -22,6 +21,9 @@ source_set("bindings") {
|
| "lib/bindings_internal.h",
|
| "lib/bindings_serialization.cc",
|
| "lib/bindings_serialization.h",
|
| + "lib/bounds_checker.cc",
|
| + "lib/bounds_checker.h",
|
| + "lib/buffer.h",
|
| "lib/callback_internal.h",
|
| "lib/connector.cc",
|
| "lib/connector.h",
|
|
|