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

Unified Diff: mojo/public/tools/bindings/mojom.gni

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/tools/bindings/mojom.gni
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
index 6e2a62a8aa0fc4c8102bdd9395d6f0b7ff541ca5..d8923dd1460f440cda42c06ea75f22c396746887 100644
--- a/mojo/public/tools/bindings/mojom.gni
+++ b/mojo/public/tools/bindings/mojom.gni
@@ -46,11 +46,6 @@ mojom_generator_sources = [
# import_dirs (optional)
# List of import directories that will get added when processing sources.
#
-# with_environment (optional)
-# Set to |false| to omit an implicit bindings dependency on the Chromium
-# Mojo environment implementation. Defaults to |true| and in general
-# should only be overridden by mojom targets within the Mojo EDK.
-#
# typemaps (optional)
# A list of typemap files to apply during bindings generation.
#
@@ -250,9 +245,6 @@ template("mojom") {
full_name = get_label_info(d, "label_no_toolchain")
deps += [ "${full_name}_${cpp_sources_suffix}" ]
}
- if (!defined(invoker.with_environment) || invoker.with_environment) {
- deps += [ "//mojo/environment:chromium" ]
- }
}
}
« no previous file with comments | « mojo/public/tools/bindings/generators/cpp_templates/module.cc.tmpl ('k') | mojo/services/network/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698