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

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

Issue 1400123002: Make mojom targets depend on chromium mojo environment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: don't not invert the boolean Created 5 years, 2 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: third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn
index b0a303f21741e9c928a7e9584c91e7e607a6c7e2..46b6601f8039e495a0150dcfa899651b2eaaabdd 100644
--- a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -23,6 +23,8 @@ mojom("test_interfaces") {
"test_structs.mojom",
"validation_test_interfaces.mojom",
]
+
+ with_environment = false
}
mojom("test_interfaces_experimental") {
@@ -30,6 +32,8 @@ mojom("test_interfaces_experimental") {
sources = [
"test_unions.mojom",
]
+
+ with_environment = false
}
mojom("versioning_test_service_interfaces") {
@@ -38,6 +42,8 @@ mojom("versioning_test_service_interfaces") {
sources = [
"versioning_test_service.mojom",
]
+
+ with_environment = false
}
mojom("versioning_test_client_interfaces") {
@@ -46,4 +52,6 @@ mojom("versioning_test_client_interfaces") {
sources = [
"versioning_test_client.mojom",
]
+
+ with_environment = false
}

Powered by Google App Engine
This is Rietveld 408576698