| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 76fb1147bcd96045177b6cb54c1a7e381e3b16ca..35cdb5f0a98c717b94d7fc64e0b430b12695b9cd 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -87,25 +87,25 @@ source_set("browser") {
|
|
|
| # Non-iOS deps.
|
| deps += [
|
| - "//content/browser/devtools:resources",
|
| - "//content/common:mojo_bindings",
|
| "//cc",
|
| "//cc/surfaces",
|
| + "//content/app/strings",
|
| + "//content/browser/devtools:resources",
|
| + "//content/common:mojo_bindings",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/interfaces/application",
|
| "//mojo/public/js/bindings",
|
| "//net:http_server",
|
| + "//third_party/angle:commit_id",
|
| "//third_party/icu",
|
| "//third_party/leveldatabase",
|
| "//third_party/libyuv",
|
| "//ui/resources",
|
| "//ui/surface",
|
| "//webkit:resources",
|
| - "//webkit:strings",
|
| "//webkit/browser:storage",
|
| "//webkit/common",
|
| "//webkit/common:storage",
|
| - "//third_party/angle:commit_id",
|
| ]
|
| }
|
|
|
|
|