| Index: services/preferences/public/cpp/typemaps.gni
|
| diff --git a/services/preferences/public/cpp/typemaps.gni b/services/preferences/public/cpp/typemaps.gni
|
| index ccfcef63ec0e57620b5ef9b62ecb35f32163175a..1e9fa69b76e42d857c6fc32baddced11cc89c2fc 100644
|
| --- a/services/preferences/public/cpp/typemaps.gni
|
| +++ b/services/preferences/public/cpp/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 = [ "//services/preferences/public/cpp/tracked_preference_validation_delegate.typemap" ]
|
| +typemaps = [
|
| + "//services/preferences/public/cpp/tracked_preference_validation_delegate.typemap",
|
| + "//services/preferences/public/cpp/preferences.typemap",
|
| +]
|
|
|