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

Unified Diff: mojo/public/interfaces/bindings/tests/BUILD.gn

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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",
]
« no previous file with comments | « mojo/public/interfaces/bindings/BUILD.gn ('k') | mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698