| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 2d45cd4027358193598d8a55c9151e3056a7e517..ea1349fcc2c2d2e519c7e047274274bbfe052f13 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -1443,6 +1443,7 @@ split_static_library("browser") {
|
| "//net:extras",
|
| "//net:net_with_v8",
|
| "//printing/features",
|
| + "//services/image_decoder/public/cpp",
|
| "//services/service_manager/public/cpp",
|
| "//skia",
|
| "//sql",
|
| @@ -4066,6 +4067,7 @@ grit("resources") {
|
|
|
| # Depend only on the generated mojo bindings since we read the .mojom.js
|
| # file, rather than the whole mojo target which will link the C++ bindings.
|
| + "//chrome/app:chrome_content_browser_manifest_overlay",
|
| "//chrome/browser/ui/webui/engagement:mojo_bindings__generator",
|
| "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator",
|
| "//chrome/browser/ui/webui/plugins:mojo_bindings__generator",
|
|
|