| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert tcmalloc (and its modified libcmt) to building with gyp. | sgk@google.com | 2009-06-06 | 1 | -0/+1 |
* | Add unit_tests (Chrome browser unit tests) to Mac/Linux coverage. | jrg@chromium.org | 2009-06-05 | 2 | -2/+2 |
* | Grab the correct element from the match group of the git regex. | mmoss@chromium.org | 2009-06-05 | 1 | -1/+1 |
* | Fix make build by providing a hint as to when to expand the filename. | tc@google.com | 2009-06-04 | 1 | -1/+1 |
* | Fetch last change (revision) info in a separate action that can run | sgk@google.com | 2009-06-04 | 3 | -0/+156 |
* | Change PasswordStoreDefault to access the WebDataService from the UI thread o... | stuartmorgan@chromium.org | 2009-06-03 | 1 | -0/+37 |
* | Disable -mdynamic-no-pic, the equivalent of enabling -fPIC, to allow most of | mark@chromium.org | 2009-06-03 | 1 | -0/+1 |
* | Adds linux2 variable and change to WidgetGtk to make it compile. | sky@chromium.org | 2009-06-02 | 1 | -0/+5 |
* | Rename the breakpad file to match the app name instead of just branding name. | thomasvl@chromium.org | 2009-06-02 | 1 | -1/+11 |
* | Enable TR1 in windows build for gmock's use in VS2008 SP1. | ajwong@chromium.org | 2009-06-02 | 2 | -2/+2 |
* | Removing unused variables and conditions in all.gyp | bradnelson@chromium.org | 2009-06-02 | 1 | -9/+0 |
* | Use a variable to control the value of LinkIncremental on Debug | sgk@google.com | 2009-06-02 | 1 | -1/+8 |
* | Switching chrome.sln to gyp generated version. | bradnelson@google.com | 2009-06-02 | 1 | -5/+1 |
* | Tweak SVNVersion be happier (matches windows). | jrg@chromium.org | 2009-06-01 | 1 | -6/+7 |
* | Run real dsymutil to get a real .dSYM for Breakpad dump_syms. This will | mark@chromium.org | 2009-06-01 | 1 | -10/+37 |
* | Reverting 17273 - Fails reliability tests | mhm@chromium.org | 2009-05-30 | 1 | -37/+0 |
* | Re-land the password store work from bug 8205, with changes that should fix b... | stuartmorgan@chromium.org | 2009-05-30 | 1 | -0/+37 |
* | Re-add the code to only add sse2 flags on Chromium builds. It | tc@google.com | 2009-05-29 | 1 | -3/+9 |
* | Major refactoring of Croc. | rspangler@google.com | 2009-05-29 | 3 | -100/+105 |
* | Add debugging symbols to official Linux Chrome builds. | thestig@chromium.org | 2009-05-28 | 1 | -0/+5 |
* | Switching locales projects to be semi gyp generated. | bradnelson@chromium.org | 2009-05-28 | 1 | -0/+1 |
* | Retry to checkin a version of gmock, modified to use our boost_tuple in VS2005. | ajwong@chromium.org | 2009-05-28 | 1 | -0/+1 |
* | Add .dll (and a .exe) files to the gyp build: | sgk@google.com | 2009-05-27 | 1 | -1/+3 |
* | gyp file for pdfsqueeze | thomasvl@chromium.org | 2009-05-27 | 1 | -0/+43 |
* | Add gyp-generated bspatch (used by setup.exe) and bsdiff. | sgk@google.com | 2009-05-27 | 1 | -2/+4 |
* | Revert the password manager refactoring -- it failed reliability tests. | evan@chromium.org | 2009-05-26 | 1 | -37/+0 |
* | Converting gears prebuilt stub to gyp. | bradnelson@chromium.org | 2009-05-26 | 1 | -0/+1 |
* | Revert "Checkin a version of gmock, modified to use our boost_tuple in VS2005." | ajwong@chromium.org | 2009-05-26 | 1 | -1/+0 |
* | Checkin a version of gmock, modified to use our boost_tuple in VS2005. | ajwong@chromium.org | 2009-05-26 | 1 | -0/+1 |
* | Linux: add Breakpad support | agl@chromium.org | 2009-05-22 | 2 | -23/+13 |
* | Patch to make password patch build. | evan@chromium.org | 2009-05-22 | 1 | -0/+37 |
* | Explicitly enable /INCREMENTAL linking for gyp-generated Debug builds. | sgk@google.com | 2009-05-22 | 1 | -1/+20 |
* | Add Croc code coverage config for linux. | rspangler@google.com | 2009-05-20 | 1 | -0/+89 |
* | didn't mean to check these in | ben@chromium.org | 2009-05-20 | 2 | -3/+0 |
* | these strings were somehow removed in my earlier revert. add back to fix the ... | ben@chromium.org | 2009-05-20 | 2 | -0/+3 |
* | Added a script to remove headers from the target. | thomasvl@chromium.org | 2009-05-20 | 3 | -4/+50 |
* | Only enable the sse2 flags when building Chromium | tc@google.com | 2009-05-20 | 1 | -3/+9 |
* | Convert views to gyp. | ben@chromium.org | 2009-05-20 | 1 | -0/+5 |
* | Adding a general script to fetch values from the BRANDING files. | thomasvl@chromium.org | 2009-05-19 | 4 | -40/+66 |
* | Remove two todo's since the pref controls initializing breakpad, and if users... | thomasvl@chromium.org | 2009-05-19 | 1 | -2/+0 |
* | Rename official builds to "Google Chrome" on disk and "Chrome" in the menubar. | thomasvl@chromium.org | 2009-05-18 | 3 | -6/+30 |
* | Convert app/ to GYP. | ben@chromium.org | 2009-05-17 | 1 | -0/+1 |
* | Switching cygwin setup_mount project to use bare command line. | bradnelson@chromium.org | 2009-05-16 | 1 | -0/+1 |
* | Convert lzma_sdk to gyp. | sgk@google.com | 2009-05-15 | 1 | -0/+1 |
* | Changes common.gypi to not wrap number with quotes because of recent | sky@chromium.org | 2009-05-15 | 1 | -1/+1 |
* | Stubs out OSExchangeData for views on gtk. | sky@chromium.org | 2009-05-13 | 1 | -0/+1 |
* | linux: gyp should fail if the build dependencies aren't met. | evan@chromium.org | 2009-05-13 | 2 | -54/+24 |
* | Moving all the breakpad stuff to: src/breakpad | bradnelson@chromium.org | 2009-05-13 | 2 | -74/+1 |
* | Add croc code coverage tool. (Same change as yesterday, but now made in the | rspangler@google.com | 2009-05-13 | 1 | -0/+96 |
* | - Roll DEPS to pick up newer GYP | thomasvl@chromium.org | 2009-05-13 | 2 | -2/+91 |