| Index: mojo/public/tools/bindings/chromium_bindings_configuration.gni
|
| diff --git a/mojo/public/tools/bindings/chromium_bindings_configuration.gni b/mojo/public/tools/bindings/chromium_bindings_configuration.gni
|
| index 945a7814ea7ed51b4315c8315a87ee59f2962d91..6fe0750fec2041637535f19b91ec2181de090214 100644
|
| --- a/mojo/public/tools/bindings/chromium_bindings_configuration.gni
|
| +++ b/mojo/public/tools/bindings/chromium_bindings_configuration.gni
|
| @@ -48,9 +48,6 @@
|
|
|
| _typemap_imports_mac = [ "//content/common/typemaps_mac.gni" ]
|
|
|
| -_typemap_imports_chromeos =
|
| - [ "//ui/display/manager/chromeos/mojo/typemaps.gni" ]
|
| -
|
| _typemaps = []
|
| foreach(typemap_import, _typemap_imports) {
|
| # Avoid reassignment error by assigning to empty scope first.
|
| @@ -84,20 +81,4 @@
|
| } ]
|
| }
|
|
|
| -_typemaps_chromeos = []
|
| -foreach(typemap_import, _typemap_imports_chromeos) {
|
| - _imported = {
|
| - }
|
| - _imported = read_file(typemap_import, "scope")
|
| - _typemaps_chromeos += _imported.typemaps
|
| -}
|
| -
|
| -typemaps_chromeos = []
|
| -foreach(typemap, _typemaps_chromeos) {
|
| - typemaps_chromeos += [ {
|
| - filename = typemap
|
| - config = read_file(typemap, "scope")
|
| - } ]
|
| -}
|
| -
|
| component_macro_suffix = ""
|
|
|