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 /content/DEPS | |
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 'content/DEPS')
-rw-r--r-- | content/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/DEPS b/content/DEPS index 11aa6bd..08aa6db 100644 --- a/content/DEPS +++ b/content/DEPS @@ -27,10 +27,10 @@ include_rules = [ "-cc/base/scoped_ptr_vector.h", "+crypto", - "+grit/blink_resources.h", "+grit/content_resources.h", "+grit/ui_resources.h", "+grit/ui_strings.h", + "+grit/webkit_chromium_resources.h", "+grit/webkit_resources.h", "+grit/webkit_strings.h", "+grit/webui_resources_map.h", |