diff options
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | chrome/chrome.gyp | 4 |
2 files changed, 2 insertions, 4 deletions
@@ -26,7 +26,7 @@ deps = { # TODO(mark): Remove once this has moved into depot_tools. "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@521", + "http://gyp.googlecode.com/svn/trunk@524", "src/v8": "http://v8.googlecode.com/svn/trunk@2220", diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 7cfbc91..75ed116 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -4146,9 +4146,7 @@ 'chrome_dll_version', 'chrome_resources', 'installer/installer.gyp:installer_util_strings', - # TODO(sgk): causes problems because theme_dll doesn't - # actually generate default.lib, but now expects it. - #'theme_dll', + 'theme_dll', 'worker', '../net/net.gyp:net_resources', '../support/support.gyp:*', |