| Index: chrome/typemaps.gni
|
| diff --git a/chrome/typemaps.gni b/chrome/typemaps.gni
|
| index 9a20fe55ad7643747bf16aa8043dcab7ce447802..b26165c5751fc8e12b5f44d1c98a7d8b26ac9217 100644
|
| --- a/chrome/typemaps.gni
|
| +++ b/chrome/typemaps.gni
|
| @@ -2,4 +2,7 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -typemaps = [ "//chrome/common/instant.typemap" ]
|
| +typemaps = [
|
| + "//chrome/common/safe_archive_analyzer.typemap",
|
| + "//chrome/common/instant.typemap",
|
| +]
|
|
|