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

Unified Diff: third_party/mojo/src/mojo/edk/js/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
« no previous file with comments | « mojo/edk/system/BUILD.gn ('k') | third_party/mojo/src/mojo/public/interfaces/bindings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/edk/js/tests/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/js/tests/BUILD.gn b/third_party/mojo/src/mojo/edk/js/tests/BUILD.gn
index 0d9b3be00b4a08bc02ecf4a0bdb5bc43088dd270..dc3d694f7e10b39e504292f4d5386ab797dccde7 100644
--- a/third_party/mojo/src/mojo/edk/js/tests/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/js/tests/BUILD.gn
@@ -17,7 +17,7 @@ mojo_edk_source_set("js_to_cpp_tests") {
"mojo/edk/js",
"mojo/edk/test:test_support",
]
-
+
mojo_sdk_deps = [
"mojo/public/cpp/bindings",
"mojo/public/cpp/system",
@@ -34,4 +34,6 @@ mojom("js_to_cpp_bindings") {
sources = [
"js_to_cpp.mojom",
]
+
+ with_environment = false
}
« no previous file with comments | « mojo/edk/system/BUILD.gn ('k') | third_party/mojo/src/mojo/public/interfaces/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698