| Index: content/browser/BUILD.gn
|
| diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
|
| index 0cfb950b0e45e3a1de58c8d6b352f81e883b946c..7fb163d5a9aa4c76223cd73e46fa0186cdad9f87 100644
|
| --- a/content/browser/BUILD.gn
|
| +++ b/content/browser/BUILD.gn
|
| @@ -64,8 +64,8 @@ source_set("browser") {
|
| "//content/app/strings",
|
| "//content/browser/background_sync:background_sync_proto",
|
| "//content/browser/cache_storage:cache_storage_proto",
|
| + "//content/browser/devtools:devtools_resources",
|
| "//content/browser/devtools:protocol_sources",
|
| - "//content/browser/devtools:resources",
|
| "//content/browser/dom_storage:local_storage_proto",
|
| "//content/browser/notifications:notification_proto",
|
| "//content/browser/payments:payment_app_proto",
|
| @@ -139,6 +139,7 @@ source_set("browser") {
|
| "//third_party/WebKit/public:mojo_bindings",
|
| "//third_party/WebKit/public:resources",
|
| "//third_party/angle:angle_common",
|
| + "//third_party/brotli:dec",
|
| "//third_party/icu",
|
| "//third_party/libyuv",
|
| "//third_party/re2",
|
|
|