Load devtools files from resources.pak rather than from disk take 2.

This change merges devtools_resources.pak into resources.pak and
puts the code to load files from disk behind a command line switch.
If --debug-devtools is passed on the command line, we enable the code
to load from disk (so the developer can make changes to the .js
files without having to recompile or restart the browser).

I also tried to make sure we no longer include the resources directory
in release packages, but I probably missed something.

This time, make sure to include the devtools_resources.pak in
Chromium.app on OSX.

BUG=35793
TBR=pfeldman

Review URL: http://codereview.chromium.org/6708093

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79038 0039d316-1c4b-4281-b951-d872f2087c98
11 files changed