| Index: mojo/public/interfaces/bindings/tests/BUILD.gn
|
| diff --git a/mojo/public/interfaces/bindings/tests/BUILD.gn b/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| index 42f16c33e4733dd2c6f1e740afea71c7fb76aacd..dddb522a2607bd9b98f18e6cb57981d65e759dd4 100644
|
| --- a/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
|
| @@ -25,8 +25,6 @@ mojom("test_interfaces") {
|
| "test_sync_methods.mojom",
|
| "validation_test_interfaces.mojom",
|
| ]
|
| -
|
| - with_environment = false
|
| }
|
|
|
| mojom("test_struct_traits_interfaces") {
|
| @@ -36,8 +34,6 @@ mojom("test_struct_traits_interfaces") {
|
| ]
|
|
|
| typemaps = [ "struct_with_traits.typemap" ]
|
| -
|
| - with_environment = false
|
| }
|
|
|
| mojom("test_interfaces_experimental") {
|
| @@ -45,8 +41,6 @@ mojom("test_interfaces_experimental") {
|
| sources = [
|
| "test_unions.mojom",
|
| ]
|
| -
|
| - with_environment = false
|
| }
|
|
|
| mojom("test_associated_interfaces") {
|
| @@ -57,8 +51,6 @@ mojom("test_associated_interfaces") {
|
| "test_associated_interfaces.mojom",
|
| "validation_test_associated_interfaces.mojom",
|
| ]
|
| -
|
| - with_environment = false
|
| }
|
|
|
| mojom("versioning_test_service_interfaces") {
|
| @@ -67,8 +59,6 @@ mojom("versioning_test_service_interfaces") {
|
| sources = [
|
| "versioning_test_service.mojom",
|
| ]
|
| -
|
| - with_environment = false
|
| }
|
|
|
| mojom("versioning_test_client_interfaces") {
|
| @@ -77,8 +67,6 @@ mojom("versioning_test_client_interfaces") {
|
| sources = [
|
| "versioning_test_client.mojom",
|
| ]
|
| -
|
| - with_environment = false
|
| }
|
|
|
| mojom("test_interfaces_chromium") {
|
| @@ -91,8 +79,6 @@ mojom("test_interfaces_chromium") {
|
| variant = "chromium"
|
| typemaps = [ "chromium_test.typemap" ]
|
|
|
| - with_environment = false
|
| -
|
| public_deps = [
|
| ":test_interfaces",
|
| ]
|
| @@ -108,8 +94,6 @@ mojom("test_interfaces_blink") {
|
| variant = "blink"
|
| typemaps = [ "blink_test.typemap" ]
|
|
|
| - with_environment = false
|
| -
|
| public_deps = [
|
| ":test_interfaces",
|
| ]
|
|
|