| Index: extensions/common/BUILD.gn
|
| diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
|
| index 5ce44df9ad15cc4cdcd9fc79bc8c63f227e6ba21..ab22d4cc0d723a0b8078f8a754df54e2705abf47 100644
|
| --- a/extensions/common/BUILD.gn
|
| +++ b/extensions/common/BUILD.gn
|
| @@ -165,6 +165,8 @@ source_set("common") {
|
| "stack_frame.h",
|
| "switches.cc",
|
| "switches.h",
|
| + "update_manifest.cc",
|
| + "update_manifest.h",
|
| "url_pattern.cc",
|
| "url_pattern.h",
|
| "url_pattern_set.cc",
|
| @@ -191,6 +193,7 @@ source_set("common") {
|
| "//ipc",
|
| "//net",
|
| "//third_party/icu",
|
| + "//third_party/libxml",
|
| "//third_party/re2",
|
| "//ui/base",
|
| "//ui/gfx/geometry",
|
|
|