| Commit message (Expand) | Author | Age | Files | Lines |
* | Applying software construction toolkit patterns in scons build. | bradnelson@chromium.org | 2008-10-17 | 1 | -1/+1 |
* | set exe bit | kuchhal@chromium.org | 2008-10-10 | 1 | -0/+0 |
* | fix linux build | tc@google.com | 2008-10-10 | 1 | -1/+1 |
* | libxml DerivedSources | tc@google.com | 2008-10-10 | 1 | -5/+6 |
* | Some small linux build cleanups: | tc@google.com | 2008-10-09 | 1 | -1/+0 |
* | Attempt 2 at landing this patch. It broke the Mac/linux builds. Fix for now is | ananta@chromium.org | 2008-10-09 | 1 | -0/+17 |
* | Revert both 3079 and 3063 because they caused linux and mac breakage. | maruel@google.com | 2008-10-09 | 1 | -0/+1 |
* | Changes to get the layout test harness running on mac. | pinkerton@google.com | 2008-10-09 | 1 | -0/+29 |
* | Revert r3074 due to Mac build bustage | mark@chromium.org | 2008-10-09 | 1 | -16/+0 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=2472, which | ananta@chromium.org | 2008-10-08 | 1 | -0/+16 |
* | Update the SCons build for the WebKit merge: | sgk@google.com | 2008-10-08 | 1 | -1/+0 |
* | Build some code and unit tests inside chrome. This depended on sqlite, so | mark@chromium.org | 2008-10-08 | 1 | -0/+443 |
* | lighttpd and php libraries for macOS test shell. | pinkerton@google.com | 2008-10-08 | 35 | -0/+0 |
* | Revert r2927 and r2930, which were themselves reversions of prior changelists. | pkasting@chromium.org | 2008-10-07 | 1 | -0/+8 |
* | Moving libraries and executables in the windows build to prepare for landing ... | pinkerton@google.com | 2008-10-07 | 60 | -2/+2 |
* | Roolback more in an attempt to get build compling. | ojan@google.com | 2008-10-07 | 1 | -8/+0 |
* | Add an Apple-ism (not present in Mozilla's version of NPAPI.h, but seemingly ... | pkasting@chromium.org | 2008-10-07 | 1 | -0/+8 |
* | Add os_unix to sqlite. This is from 3.4.2 to match the rest. | deanm@google.com | 2008-09-28 | 2 | -0/+2936 |
* | Get libevent building and linking in base_unittests in the Mac SCons build: | sgk@google.com | 2008-09-24 | 2 | -9/+37 |
* | Roll the icu38 revision in the DEPS file to change the name of | sgk@google.com | 2008-09-23 | 3 | -3/+3 |
* | Build libevent on Mac | mark@chromium.org | 2008-09-18 | 9 | -8733/+372 |
* | Just import libevent, with minor tweaks as described in README.google | dkegel@google.com | 2008-09-18 | 78 | -0/+80569 |
* | Remove the old scons-local-0.98.3 directory and its contents. | sgk@google.com | 2008-09-17 | 179 | -43016/+40 |
* | Apply the security patch by Daniel Veillard (against libxml2 2.6.32). | maruel@google.com | 2008-09-17 | 2 | -1/+3 |
* | Update to the latest 1.0.1 SCons checkpoint. | sgk@google.com | 2008-09-16 | 179 | -31/+43424 |
* | Changes to get a small part of chrome/SConscript building. For now, just bui... | tc@google.com | 2008-09-15 | 1 | -2/+2 |
* | Put all prebuild scripts in external files. Scripts to run unit tests are | mark@chromium.org | 2008-09-11 | 2 | -3/+154 |
* | Add build/all.xcodeproj, which builds all known targets. | mmentovai@google.com | 2008-09-08 | 1 | -115/+80 |
* | Fix binary patching for localized OS. Not sure how it was working till now. | rahulk@google.com | 2008-09-08 | 3 | -7/+10 |
* | Make the sqlite SConscript file platform-independent. | sgk@google.com | 2008-09-08 | 1 | -36/+12 |
* | Since the compiler line looks like "$CXXFLAGS $CFLAGS", there's no way to dis... | evanm@google.com | 2008-09-07 | 1 | -2/+2 |
* | Fix webkit.xcodeproj. Make it use our new xcconfig and common build directory | mmentovai@google.com | 2008-09-06 | 1 | -11/+13 |
* | Rollback rollback of r1804. | evanm@google.com | 2008-09-05 | 3396 | -1210228/+0 |
* | Rollback r1804. | evanm@google.com | 2008-09-05 | 3396 | -0/+1210228 |
* | Update DEPS to use new paths for Windows-specific dependencies. | evanm@google.com | 2008-09-05 | 3396 | -1210228/+0 |
* | Move icu.xcodeproj into the icu38 directory, as is done with all other | mmentovai@google.com | 2008-09-03 | 1 | -1/+1 |
* | Move SQLite from src/chrome/third_party to src/third_party | aa@google.com | 2008-08-30 | 74 | -0/+75985 |
* | Use our own bz_internal_error | mmentovai@google.com | 2008-08-27 | 1 | -0/+8 |
* | Move libjpeg and libxml Xcode projects over to our new happy family | mmentovai@google.com | 2008-08-22 | 2 | -395/+347 |
* | Turn on -Wall -Werror, fixing a few files while I'm here and *temporarily* di... | evanm@google.com | 2008-08-20 | 4 | -1/+12 |
* | Get base/gfx into shape, and start running/passing some base_gfx tests | mmentovai@google.com | 2008-08-19 | 1 | -61/+45 |
* | Use LF for newlines in all DEPS files | mmentovai@google.com | 2008-08-18 | 1 | -1/+1 |
* | Pass more tests in net. | mmentovai@google.com | 2008-08-18 | 1 | -0/+183 |
* | Build and run bzip2 and gzip filter tests in net. Brings net, bzip2, and zlib | mmentovai@google.com | 2008-08-18 | 2 | -92/+66 |
* | Delete the buildbot pylibs, this is not used. | nsylvain@google.com | 2008-08-15 | 1503 | -239016/+0 |
* | Set the svn:eol-style to LF on all SConscript files | tc@google.com | 2008-08-13 | 10 | -806/+806 |
* | Add deps files and rules for the checkdeps script. | brettw@google.com | 2008-08-08 | 1 | -0/+1 |
* | Updates libxml to 2.6.32. Updated google.patch and README.google | maruel@google.com | 2008-08-08 | 45 | -661/+1587 |
* | (Part of last commit, but gcl doesn't like deleting directories | erg@google.com | 2008-08-07 | 128 | -35/+0 |
* | Remove the third_party/gnu directory, switching scripts that use unix like to... | erg@google.com | 2008-08-07 | 1 | -0/+4 |