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

Unified Diff: third_party/mojo/src/mojo/public/interfaces/bindings/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/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/interfaces/bindings/BUILD.gn b/third_party/mojo/src/mojo/public/interfaces/bindings/BUILD.gn
index cf8a1183d70bfb3fc3bac1d9571ae357ef0669d0..6d755ea047c50d2a2d2e3e6607095dc580d15db0 100644
--- a/third_party/mojo/src/mojo/public/interfaces/bindings/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/interfaces/bindings/BUILD.gn
@@ -8,4 +8,6 @@ mojom("bindings") {
sources = [
"interface_control_messages.mojom",
]
+
+ with_environment = false
}
« no previous file with comments | « third_party/mojo/src/mojo/edk/js/tests/BUILD.gn ('k') | third_party/mojo/src/mojo/public/interfaces/bindings/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698