| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index e0990287bfaa2c8e9445f718e7a4b82dda58490c..666ef6121126541e0421b6b24839dcf11614dcb9 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -342,6 +342,7 @@ component("base") {
|
| "hash.cc",
|
| "hash.h",
|
| "id_map.h",
|
| + "id_type.h",
|
| "ios/crb_protocol_observers.h",
|
| "ios/crb_protocol_observers.mm",
|
| "ios/device_util.h",
|
| @@ -1592,6 +1593,7 @@ test("base_unittests") {
|
| "i18n/time_formatting_unittest.cc",
|
| "i18n/timezone_unittest.cc",
|
| "id_map_unittest.cc",
|
| + "id_type_unittest.cc",
|
| "ios/device_util_unittest.mm",
|
| "ios/weak_nsobject_unittest.mm",
|
| "json/json_parser_unittest.cc",
|
|
|