diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 16:10:04 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-25 16:10:04 +0000 |
commit | 55dedd6828a7e13c63f9c29e579f4b4174ed4743 (patch) | |
tree | 39031f60ffc13b70fd9098f7480ddcdec7d170e2 /webkit/child | |
parent | f24201908b538ac7f365399d90b060a8801d0aa9 (diff) | |
download | chromium_src-55dedd6828a7e13c63f9c29e579f4b4174ed4743.zip chromium_src-55dedd6828a7e13c63f9c29e579f4b4174ed4743.tar.gz chromium_src-55dedd6828a7e13c63f9c29e579f4b4174ed4743.tar.bz2 |
Revert 213636 "Switch Chromium to use Blink's blink_resources.grd"
Broke the build with:
error: 'gen/webkit/webkit_chromium_resources.pak', needed by 'DumpRenderTree.pak', missing and no known rule to make it
> Switch Chromium to use Blink's blink_resources.grd
>
> WebKit.grd is deprecated, so we update it public/blink_resources.grd.
>
> R=darin@chromium.org, joth@chromium.org, thestig@chromium.org
>
> Review URL: https://codereview.chromium.org/19537010
TBR=tfarina@chromium.org
Review URL: https://codereview.chromium.org/20341002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213640 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/child')
-rw-r--r-- | webkit/child/webkitplatformsupport_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/child/webkitplatformsupport_impl.cc b/webkit/child/webkitplatformsupport_impl.cc index 5b320d1..e33938e 100644 --- a/webkit/child/webkitplatformsupport_impl.cc +++ b/webkit/child/webkitplatformsupport_impl.cc @@ -27,7 +27,7 @@ #include "base/sys_info.h" #include "base/time/time.h" #include "content/public/common/webplugininfo.h" -#include "grit/blink_resources.h" +#include "grit/webkit_chromium_resources.h" #include "grit/webkit_resources.h" #include "grit/webkit_strings.h" #include "net/base/data_url.h" |