| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index 204d9dbf672030b0e85574efc8c154f7882d74da..5ce44df9ad15cc4cdcd9fc79bc8c63f227e6ba21 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -78,8 +78,6 @@ source_set("common") {
|
| "features/simple_feature_filter.h",
|
| "file_util.cc",
|
| "file_util.h",
|
| - "id_util.cc",
|
| - "id_util.h",
|
| "install_warning.cc",
|
| "install_warning.h",
|
| "manifest.cc",
|
| @@ -184,6 +182,7 @@ source_set("common") {
|
| # api resources compiled into the chrome resource bundle.
|
| # http://crbug.com/162530
|
| "//chrome:resources",
|
| + "//components/crx_file",
|
| "//components/url_matcher",
|
| "//content/public/common",
|
| "//crypto",
|
|
|