| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index 25acd0c86730994f16360b372fe2881538b48a14..1721a7391cccf762983cc1e4f8f39e91b5bce297 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -34,6 +34,7 @@ if (enable_extensions) {
|
| # in. TODO(brettw): This reverse dependency should be fixed.
|
| static_library("common") {
|
| sources = [
|
| + "alias.h",
|
| "api/bluetooth/bluetooth_manifest_data.cc",
|
| "api/bluetooth/bluetooth_manifest_data.h",
|
| "api/bluetooth/bluetooth_manifest_handler.cc",
|
| @@ -92,6 +93,8 @@ if (enable_extensions) {
|
| "extension_urls.cc",
|
| "extension_urls.h",
|
| "extension_utility_messages.h",
|
| + "extensions_aliases.cc",
|
| + "extensions_aliases.h",
|
| "extensions_client.cc",
|
| "extensions_client.h",
|
| "feature_switch.cc",
|
|
|