| Index: chrome/browser/ui/BUILD.gn
|
| diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
|
| index b25f993d62c8523c4a57e865411a8ce378e30b24..d279efe42ca652d4c2c1af4c533d5a82cd9429d7 100644
|
| --- a/chrome/browser/ui/BUILD.gn
|
| +++ b/chrome/browser/ui/BUILD.gn
|
| @@ -92,6 +92,7 @@ static_library("ui") {
|
| "//media",
|
| "//mojo/system",
|
| "//net:net_with_v8",
|
| + "//third_party/WebKit/public:resources",
|
| "//third_party/adobe/flash:flapper_version_h",
|
| "//third_party/expat",
|
| "//third_party/hunspell",
|
| @@ -102,10 +103,10 @@ static_library("ui") {
|
| "//ui/surface",
|
| "//ui/web_dialogs",
|
| "//v8",
|
| - "//webkit:resources",
|
| "//webkit/browser:storage",
|
| "//webkit/common",
|
| "//webkit/common:storage",
|
| + "//webkit/glue/resources",
|
| #'debugger', TODO(GYP)
|
| #'installer_util', TODO(GYP)
|
| #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
|
|
|