diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-02 17:15:02 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-02 17:15:02 +0000 |
commit | 27e1136faaa841b176fd7361aa9369174a7f273d (patch) | |
tree | b2d2ae6401aa92a08cd4bdb7d68916828b82efb3 /chrome/chrome_dll.gypi | |
parent | 45cf615716a8c753f4cce10e33cd1bf569bb210f (diff) | |
download | chromium_src-27e1136faaa841b176fd7361aa9369174a7f273d.zip chromium_src-27e1136faaa841b176fd7361aa9369174a7f273d.tar.gz chromium_src-27e1136faaa841b176fd7361aa9369174a7f273d.tar.bz2 |
Revert 215210 "Remove webkit_chromium_resources.pak entries." because it was causing the chromium_builder_qa to fail.
I do not think the fix is complex, but I am not set up to build Chrome on Windows quickly
Builder output:
804>Time Elapsed 00:05:33.76
809>------ Build started: Project: chromium_builder_qa, Configuration: Release Win32 ------
809>Build started 8/2/2013 8:09:33 AM.
768>RC : fatal error RC1110: could not open ..\build\Release\obj\global_intermediate\webkit\webkit_chromium_resources.rc
768>
768>
768>Build FAILED.
> Remove webkit_chromium_resources.pak entries.
>
> webkit_chromium_resources.pak was kept along side with blink_resources.pak,
> while DumpRenderTree was being updated on the Blink side, since that already
> happened and Blink has rolled into Chromium, we should be able to remove this
> now.
>
> BUG=265748
> TBR=abarth@chromium.org, thestig@chromium.org
>
> Review URL: https://codereview.chromium.org/20628004
TBR=tfarina@chromium.org
Review URL: https://codereview.chromium.org/21937002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215311 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 3ddb424..be31227 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -148,6 +148,7 @@ '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_unscaled_resources.rc', '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.rc', + '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', ], 'include_dirs': [ '<(DEPTH)/third_party/wtl/include', |