| Commit message (Expand) | Author | Age | Files | Lines |
* | Solaris: Second set adding in Solaris as an OS option | evan@chromium.org | 2010-02-18 | 1 | -2/+2 |
* | OpenBSD/FreeBSD GYP changes (most of the remaining ones) | pvalchev@google.com | 2010-02-04 | 1 | -2/+4 |
* | Dropping unconnected obsolete vsprops files. | bradnelson@google.com | 2010-02-03 | 2 | -28/+0 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 1 | -0/+6 |
* | Force inclusion of build/common.gypi for all chromium gyp files. | yaar@chromium.org | 2009-09-15 | 1 | -3/+0 |
* | Fix the Linux shared build. | thestig@chromium.org | 2009-09-15 | 1 | -0/+8 |
* | Remove xmlcatalog and xmllint from the build since we're not actually | tony@chromium.org | 2009-09-10 | 4 | -54/+0 |
* | Use separate *_dummy.cc files to force xmlcatalog and xmllint to be | sgk@google.com | 2009-09-10 | 4 | -4/+6 |
* | Revert 25818 - Explicitly only use xmldummy_mac.cc on Mac systems, since libx... | sgk@google.com | 2009-09-10 | 1 | -10/+2 |
* | Explicitly only use xmldummy_mac.cc on Mac systems, since libxml (as | sgk@google.com | 2009-09-09 | 1 | -2/+10 |
* | Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere... | jshin@chromium.org | 2009-09-09 | 4 | -4/+9 |
* | Added USE_GDK, set when either TOOLKIT_GTK or TOOLKIT_VIEWS is set but | benl@chromium.org | 2009-09-07 | 1 | -2/+2 |
* | Apply fix for CVE-2009-2416 (use-after-free) and CVE-2009-2414 (stack recursi... | cevans@chromium.org | 2009-08-18 | 2 | -6/+23 |
* | Linux: fix up use_system_{libxml,libxslt,sqlite3} | agl@chromium.org | 2009-08-13 | 1 | -2/+8 |
* | Remove executable bit from a bunch of files that shouldn't have it. | evan@chromium.org | 2009-05-11 | 2 | -0/+0 |
* | Build on Linux with shared libraries (significant chunks courtesy craigsch): | sgk@google.com | 2009-04-22 | 1 | -0/+3 |
* | Second attempt to fix purify issue in test_shell_tests | cpu@google.com | 2009-04-12 | 1 | -1/+0 |
* | Remove built-in network stack from libxml | cpu@google.com | 2009-04-10 | 3 | -6/+6 |
* | Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: | sgk@google.com | 2009-04-08 | 1 | -1/+1 |
* | Move a bunch of libs over to gyp on windows. | bradnelson@google.com | 2009-04-02 | 1 | -519/+0 |
* | Remove the checked-in scons configuration files. | sgk@google.com | 2009-04-01 | 2 | -258/+0 |
* | Add support for -Duse_system_{libxml,libxslt,sqlite}=1 for | sgk@google.com | 2009-03-25 | 1 | -141/+158 |
* | Update the gyp Linux build: | sgk@google.com | 2009-03-20 | 1 | -0/+18 |
* | Adding fixed guids to some modules to facilitate incremental switch to gyp. | bradnelson@google.com | 2009-03-10 | 1 | -0/+1 |
* | Update the mac config to properly match the sources. | thomasvl@chromium.org | 2009-03-06 | 2 | -6/+7 |
* | GYP it, GYP it good. | mark@chromium.org | 2009-03-02 | 2 | -1226/+0 |
* | Import .gyp files into the Chromium tree | mark@chromium.org | 2009-02-25 | 1 | -0/+190 |
* | Check in pre-generated xmlversion.h and config.h files for libxml on the Mac. | mark@chromium.org | 2009-02-13 | 3 | -4/+719 |
* | Rename README.google to README.chromium. | mal@chromium.org | 2009-01-30 | 1 | -0/+0 |
* | Generation of .vcproj files for remaining third_party components. | sgk@google.com | 2009-01-27 | 1 | -9/+99 |
* | Remove the build time generation of config.h and xmlversion.h. | tc@google.com | 2009-01-15 | 10 | -131/+556 |
* | Reduce the number of warnings in third party code. | maruel@chromium.org | 2009-01-08 | 2 | -8/+86 |
* | Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda... | evanm@google.com | 2008-12-26 | 1 | -1/+1 |
* | Initial generation of native Visual Studio solution files | sgk@google.com | 2008-12-19 | 1 | -0/+9 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 1 | -4/+4 |
* | Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. | maruel@chromium.org | 2008-12-16 | 2 | -527/+527 |
* | Changed svn:eol-style of all .sln and .vcproj files to CRLF | scherkus@chromium.org | 2008-12-04 | 2 | -527/+527 |
* | Fix use of LOAD= with WantSystemLib() (we could blow up if a variable | sgk@google.com | 2008-11-21 | 2 | -27/+7 |
* | Allow chromium to be built with some system libs by introducing | evanm@google.com | 2008-11-12 | 1 | -2/+2 |
* | Dramatically improve the link time in release mode. Today's MC Hammer Xcode | mark@chromium.org | 2008-11-07 | 1 | -0/+32 |
* | Refactor building unit_tests with SCons for the new structure: | sgk@google.com | 2008-11-03 | 1 | -0/+44 |
* | 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 |
* | Revert both 3079 and 3063 because they caused linux and mac breakage. | maruel@google.com | 2008-10-09 | 1 | -0/+1 |
* | Update the SCons build for the WebKit merge: | sgk@google.com | 2008-10-08 | 1 | -1/+0 |
* | Roll the icu38 revision in the DEPS file to change the name of | sgk@google.com | 2008-09-23 | 3 | -3/+3 |
* | Apply the security patch by Daniel Veillard (against libxml2 2.6.32). | maruel@google.com | 2008-09-17 | 2 | -1/+3 |
* | Put all prebuild scripts in external files. Scripts to run unit tests are | mark@chromium.org | 2008-09-11 | 2 | -3/+154 |
* | Fix webkit.xcodeproj. Make it use our new xcconfig and common build directory | mmentovai@google.com | 2008-09-06 | 1 | -11/+13 |
* | Move icu.xcodeproj into the icu38 directory, as is done with all other | mmentovai@google.com | 2008-09-03 | 1 | -1/+1 |