| 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" ]
|
| - }
|
| }
|
| }
|
|
|
|
|