Chromium Code Reviews| 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", |
|
Noel Gordon
2017/03/09 08:53:21
Also, this part vexed me. Just shoved it in here
Sam McNally
2017/03/09 08:58:28
There aren't any guidelines that I know of on how
|
| + "//chrome/common/instant.typemap", |
| +] |