Index: chrome/BUILD.gn |
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn |
index 6a687409030544616f99c8ad58c6c489020fc64a..00284f6c86349c52f74650bbe6cfb20b27bc698d 100644 |
--- a/chrome/BUILD.gn |
+++ b/chrome/BUILD.gn |
@@ -112,11 +112,11 @@ shared_library("main_dll") { |
# Chromium functionality into this .dll. |
#'chrome_version_resources', TODO(GYP) |
"//chrome/app/theme:chrome_unscaled_resources", |
+ "//content/app/resources", |
"//crypto", |
"//net:resources", |
"//third_party/wtl", |
"//ui/views", |
- "//webkit/glue/resources", |
#'<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf' ] TODO(GYP) |
] |
if (enable_configuration_policy) { |