| Index: mojo/public/tools/bindings/mojom.gni
|
| diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
|
| index 1d3b81bfbe8208750b5bb7678713ba6b37549448..8abf204275c754e657fbadfc598fe3ce58420492 100644
|
| --- a/mojo/public/tools/bindings/mojom.gni
|
| +++ b/mojo/public/tools/bindings/mojom.gni
|
| @@ -63,13 +63,6 @@
|
| }
|
| if (is_mac && defined(configuration.typemaps_mac)) {
|
| foreach(typemap, configuration.typemaps_mac) {
|
| - _typemap_config = {
|
| - }
|
| - _typemap_config = typemap.config
|
| - read_file(_typemap_config.mojom, "")
|
| - }
|
| - } else if (is_chromeos && defined(configuration.typemaps_chromeos)) {
|
| - foreach(typemap, configuration.typemaps_chromeos) {
|
| _typemap_config = {
|
| }
|
| _typemap_config = typemap.config
|
| @@ -501,16 +494,6 @@
|
| active_typemaps += [ typemap ]
|
| }
|
| }
|
| - } else if (is_chromeos &&
|
| - defined(bindings_configuration.typemaps_chromeos)) {
|
| - foreach(typemap, bindings_configuration.typemaps_chromeos) {
|
| - _typemap_config = {
|
| - }
|
| - _typemap_config = typemap.config
|
| - if (get_path_info(source, "abspath") == _typemap_config.mojom) {
|
| - active_typemaps += [ typemap ]
|
| - }
|
| - }
|
| }
|
| }
|
|
|
|
|