| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 265ddc066fd2b8f000fc3559885d42624a23dc59..c05e00dfa4d35f1720e1f93d90a0e6e3fecd8bbf 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -506,6 +506,7 @@ group("both_gn_and_gyp") {
|
| "//content",
|
| "//content/test:test_support",
|
| "//device/battery",
|
| + "//device/device_sensors",
|
| "//device/bluetooth",
|
| "//device/nfc",
|
| "//device/usb",
|
| @@ -687,6 +688,7 @@ group("gn_mojo_targets") {
|
| "//content/common:mojo_bindings_python",
|
| "//content/test:web_ui_test_mojo_bindings_python",
|
| "//device/battery:mojo_bindings_python",
|
| + "//device/device_sensors:mojom_bindings_python",
|
| "//device/vibration:mojo_bindings_python",
|
| "//ipc/mojo:ipc_mojo_perftests",
|
| "//ipc/mojo:client_channel_python",
|
|
|