| Index: chrome/browser/extensions/BUILD.gn
|
| diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
|
| index 746f9ffc8f7ca91169f6813efe94309816f6fd3c..cc2370830983fad65dbe2c35fb0b32d20b152d3f 100644
|
| --- a/chrome/browser/extensions/BUILD.gn
|
| +++ b/chrome/browser/extensions/BUILD.gn
|
| @@ -238,6 +238,8 @@ static_library("extensions") {
|
| "api/identity/identity_api.h",
|
| "api/identity/identity_constants.cc",
|
| "api/identity/identity_constants.h",
|
| + "api/identity/identity_get_accounts_function.cc",
|
| + "api/identity/identity_get_accounts_function.h",
|
| "api/identity/identity_get_auth_token_function.cc",
|
| "api/identity/identity_get_auth_token_function.h",
|
| "api/identity/identity_get_profile_user_info_function.cc",
|
|
|