<div dir="ltr"><div>hi micheal,</div><div>finally i get chromium build and packaged and working!......but only if i patch the /src/webkit/webkit_resources.gyp</div><div><br></div><div>the file name is "webkit_resources" and inside there are 2 targets: "webkit_resources" and "webkit_strings"...a bit confusing<br>
</div><div><br></div><div>and if i put the action</div><div><br></div><div><div>Â Â Â Â Â 'action_name': 'webkit_strings',</div><div>Â Â Â Â Â 'variables': {</div><div>Â Â Â Â Â Â 'grit_grd_file': 'glue/webkit_strings.grd',</div>
<div>Â Â Â Â Â },</div><div>Â Â Â Â Â 'includes': [ '../build/grit_action.gypi' ],</div></div><div><br></div><div>inside the webkit_resource' actions, it will produce webkit_strings.h and the build process will end succefully.</div>
<div>it seems that only one target is executed...</div><div><br></div><div>tell me if you need the patch file</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2014-06-08 12:55 GMT+02:00 Pierangelo Mancusi <span dir="ltr"><<a href="mailto:pierangelo.mancusi@gmail.com" target="_blank">pierangelo.mancusi@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr">Hi mike,<div><br></div><div>1) apt-get source chromium-browser  </div><div><br></div><div>2) <span style="color:rgb(0,0,0)">apt-get build-dep </span>chromium-browser</div><div><br></div><div>3) ./debian/rules build<br>
</div><div><br></div><div>output:</div><div><div>chrome/renderer/pepper/pepper_pdf_host.cc:16:33: fatal error: grit/webkit_strings.h: File o directory non esistente</div><div>compilation terminated.</div><div>make[1]: *** [out/Release/obj.target/renderer/chrome/renderer/pepper/pepper_pdf_host.o] Error 1</div>
<div>make[1]: Leaving directory `/home/pierangelo/developer/workspaces/workspaceDebian/chromium/chromium-browser-35.0.1916.114/src'</div><div>make: *** [debian/stamp-makefile-build] Error 2</div></div><div><br></div>
<div>
<br></div><div><br></div><div><br></div></div>
</blockquote></div><br></div></div>