| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert to gyp generation of chrome_resources and chrome_strings. | sgk@chromium.org | 2009-06-04 | 3 | -5/+5 |
* | Revert last checkin to fix resources in Release builds. | sgk@chromium.org | 2009-06-03 | 3 | -5/+5 |
* | Convert to gyp generation of chrome_resources and chrome_strings. | sgk@chromium.org | 2009-06-03 | 3 | -5/+5 |
* | Fix branded resource buiding. | jrg@chromium.org | 2009-05-29 | 1 | -2/+8 |
* | Have the grit rules depend on the .pak files. | tc@google.com | 2009-05-06 | 2 | -2/+2 |
* | Doesn't fix anything at all but make it clearer. | maruel@chromium.org | 2009-05-06 | 1 | -28/+28 |
* | Move the shared JS and CSS out of the HTML files and into separate files. | arv@chromium.org | 2009-05-05 | 1 | -5/+36 |
* | Only skip the GRIT header writing on Windows. This will cause | tc@google.com | 2009-05-01 | 1 | -5/+6 |
* | Changes in preparation for webkit switch to gyp. | bradnelson@google.com | 2009-04-29 | 1 | -1/+1 |
* | First cut at adding a map between strings names and resource ids. | tc@google.com | 2009-04-24 | 4 | -1/+127 |
* | grit: cut down on chattiness. | evan@chromium.org | 2009-04-14 | 2 | -5/+10 |
* | This adds link[rel=icon] elements to the DOM UI html files for downloads and | arv@chromium.org | 2009-04-10 | 1 | -3/+6 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 1 | -15/+0 |
* | This fixes a few GRIT issues: | tc@google.com | 2009-03-27 | 3 | -7/+24 |
* | Switching net over to use gyp on windows. | bradnelson@google.com | 2009-03-18 | 1 | -1/+1 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 72 | -918/+918 |
* | Use grit to generate locale rc files and remove the old locale rc files from ... | tc@google.com | 2009-03-05 | 3 | -55/+20 |
* | fix python2.6 warnings in grit | tc@google.com | 2009-03-04 | 4 | -7/+9 |
* | Revert "Use grit to generate locale rc files and remove the old locale rc fil... | tc@google.com | 2009-03-03 | 2 | -19/+4 |
* | Use grit to generate locale rc files and remove the old locale rc files from ... | tc@google.com | 2009-03-03 | 2 | -4/+19 |
* | Properly handle errors in GRIT in the scons build. | tc@google.com | 2009-02-27 | 1 | -29/+37 |
* | Add os support to grit so we can conditionally include resources based on | tc@google.com | 2009-02-27 | 1 | -0/+3 |
* | Fix a bug where the flattened HTML file was not getting | tc@google.com | 2009-02-26 | 1 | -4/+3 |
* | fix the grd scanner to only include files that we're using | tc@google.com | 2009-02-26 | 1 | -5/+2 |
* | Fix scons build where the internal theme files don't exist. | tc@google.com | 2009-02-26 | 1 | -1/+6 |
* | Fix grit include dependencies in the scons build. | tc@google.com | 2009-02-26 | 2 | -14/+4 |
* | Enable the .pak files on mac builds also. | thomasvl@chromium.org | 2009-02-26 | 1 | -2/+3 |
* | Allow grit to run in parallel with scons by forking child processes | tc@google.com | 2009-02-25 | 1 | -4/+11 |
* | fix call to os.makedirs | tc@google.com | 2009-02-25 | 1 | -1/+1 |
* | Final step in converting all grit includes to have grit in the path. | tc@google.com | 2009-02-24 | 2 | -22/+5 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 2 | -2/+2 |
* | step 1 on getting strings in linux: create a locale_settings.grd | tc@google.com | 2009-02-18 | 2 | -5/+14 |
* | Another pass at fixing grit includes | joshia@google.com | 2009-02-17 | 1 | -1/+1 |
* | Add relative include path for grit includes | joshia@google.com | 2009-02-17 | 1 | -1/+1 |
* | Fix scons build for non-official builds. | tc@google.com | 2009-02-12 | 1 | -0/+2 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 4 | -2/+48 |
* | Revert "Create a chrome_resources.vcproj that holds grd files that hold" | tc@google.com | 2009-02-12 | 3 | -38/+2 |
* | Create a chrome_resources.vcproj that holds grd files that hold | tc@google.com | 2009-02-12 | 3 | -2/+38 |
* | Only run one grit builder at a time under scons. | tc@google.com | 2009-02-10 | 2 | -14/+4 |
* | Move browser_resources.rc into a a grd file. While I'm at it, | tc@google.com | 2009-02-09 | 3 | -4/+133 |
* | Add a Repack tool to scons. This is used to compile linux resources | tc@google.com | 2009-02-06 | 1 | -1/+1 |
* | fix webkit hammer build | tc@google.com | 2009-02-05 | 1 | -1/+3 |
* | Some cleanup on the GRIT scons builder. | tc@google.com | 2009-02-05 | 2 | -25/+41 |
* | Convert webkit_glue::GetLocalizedString to return a string16 | tc@google.com | 2009-02-05 | 1 | -2/+4 |
* | Include webkit strings in test shell data pack. | tc@google.com | 2009-01-22 | 3 | -5/+18 |
* | fix build on windows | tc@google.com | 2009-01-16 | 1 | -0/+1 |
* | Have net_resources.grd generate a .pak file too. Since the tld | tc@google.com | 2009-01-16 | 3 | -3/+20 |
* | Add data pack file format to the grit output type and enable it for webkit_re... | tc@google.com | 2009-01-16 | 6 | -3/+120 |
* | Remove grit hack and inline a 30x30 red square for a | tc@google.com | 2009-01-13 | 2 | -4/+0 |
* | Move webkit_resources.rc to webkit_resources.grd. Add | tc@google.com | 2009-01-13 | 2 | -0/+4 |