Skip to content

Commit

Permalink
Revert "Generate about:credits page automatically at build time."
Browse files Browse the repository at this point in the history
Suspected errors resulting from grit roll.

BUG=160424

Review URL: https://codereview.chromium.org/12192018

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180403 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
phajdan.jr@chromium.org committed Feb 4, 2013
1 parent 258ea97 commit 33bbc3f
Show file tree
Hide file tree
Showing 5 changed files with 13,860 additions and 54 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ deps = {
(Var("googlecode_url") % "snappy") + "/trunk@63",

"src/tools/grit":
(Var("googlecode_url") % "grit-i18n") + "/trunk@107",
(Var("googlecode_url") % "grit-i18n") + "/trunk@105",

"src/tools/gyp":
(Var("googlecode_url") % "gyp") + "/trunk@1565",
Expand Down
2 changes: 1 addition & 1 deletion chrome/browser/browser_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
</if>
<include name="IDR_CRASHES_HTML" file="resources\crashes.html" flattenhtml="true" allowexternalscript="true" type="BINDATA" />
<include name="IDR_CRASHES_JS" file="resources\crashes.js" type="BINDATA" />
<include name="IDR_CREDITS_HTML" file="${about_credits_file}" use_base_dir="false" type="BINDATA" />
<include name="IDR_CREDITS_HTML" file="resources\about_credits.html" flattenhtml="true" type="BINDATA" />
<include name="IDR_CREDITS_JS" file="resources\about_credits.js" type="BINDATA" />
<if expr="not pp_ifdef('android')">
<include name="IDR_DOWNLOADS_JS" file="resources\downloads\downloads.js" type="BINDATA" />
Expand Down
Loading

0 comments on commit 33bbc3f

Please sign in to comment.