diff options
Diffstat (limited to 'content/browser/BUILD.gn')
-rw-r--r-- | content/browser/BUILD.gn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn index 04655ef..c30dea0 100644 --- a/content/browser/BUILD.gn +++ b/content/browser/BUILD.gn @@ -97,16 +97,17 @@ source_set("browser") { "//mojo/public/interfaces/application", "//mojo/public/js/bindings", "//net:http_server", + "//third_party/WebKit/public:resources", "//third_party/angle:commit_id", "//third_party/icu", "//third_party/leveldatabase", "//third_party/libyuv", "//ui/resources", "//ui/surface", - "//webkit:resources", "//webkit/browser:storage", "//webkit/common", "//webkit/common:storage", + "//webkit/glue/resources", ] } |