| Commit message (Expand) | Author | Age | Files | Lines |
* | Multiple fixes for broken Linux SHARED=1 build. This gets things building, bu... | mmoss@chromium.org | 2009-02-23 | 1 | -1/+1 |
* | Add linux printing module. | maruel@chromium.org | 2009-02-21 | 1 | -0/+2 |
* | Add the fastbuild build type. FAST_BUILD_TYPE=fastbuild will cause no debug s... | maruel@chromium.org | 2009-02-20 | 3 | -2/+31 |
* | Second try of landing chrome_resources project. Changes from last time: | tc@google.com | 2009-02-12 | 1 | -2/+2 |
* | Remove filtering out of some libraries from shared links. | evan@chromium.org | 2009-02-12 | 1 | -9/+0 |
* | Remove LIBS_DIR usage. | evan@chromium.org | 2009-02-09 | 2 | -4/+1 |
* | WIN32 is defined by windows.h. _WIN32 is defined by the compiler. Fix the che... | maruel@chromium.org | 2009-02-09 | 1 | -1/+1 |
* | DEBUG was dropped from the preprocessor macros at some point. Add it | iposva@chromium.org | 2009-02-05 | 1 | -0/+1 |
* | Disable incremental linking for every projects while we sort out what is brea... | maruel@chromium.org | 2009-02-03 | 1 | -1/+1 |
* | Rename README.google to README.chromium. | mal@chromium.org | 2009-01-30 | 3 | -0/+0 |
* | Add media/base to the build. | thestig@chromium.org | 2009-01-29 | 1 | -1/+0 |
* | Add sqlite to list of things to build. | thestig@chromium.org | 2009-01-28 | 1 | -0/+11 |
* | Allow "hammer Hammer SHARED=1" to build cleanly. | tc@google.com | 2009-01-27 | 2 | -0/+14 |
* | More updates to build optimization settings. | deanm@chromium.org | 2009-01-27 | 1 | -4/+5 |
* | Force SCons to use the VC8 toolchain. (Take 2) | maruel@chromium.org | 2009-01-27 | 1 | -0/+5 |
* | Reverting 8665. | maruel@chromium.org | 2009-01-26 | 1 | -4/+0 |
* | Force SCons to use the VC8 toolchain. | maruel@chromium.org | 2009-01-26 | 1 | -0/+4 |
* | Reduce the size of a release test_shell from 18mb to 12mb. | deanm@chromium.org | 2009-01-26 | 1 | -0/+7 |
* | No changes, just opening the project and letting xcode do it's work - | thomasvl@chromium.org | 2009-01-26 | 2 | -3/+33 |
* | Add a official build target for Linux, builds with OFFICIAL_BUILD. | deanm@chromium.org | 2009-01-26 | 1 | -0/+5 |
* | Keystone auto-update support for TestShell | mark@chromium.org | 2009-01-23 | 1 | -4/+4 |
* | Importing pkg-dmg for all of your dmg packaging needs. | mark@chromium.org | 2009-01-23 | 2 | -0/+1525 |
* | Adding missing files to XCode project. | ager@google.com | 2009-01-16 | 1 | -0/+6 |
* | Put the 10.5 sdks into the configs to make sure we're building against what we | thomasvl@chromium.org | 2009-01-14 | 1 | -0/+4 |
* | Add one more library, libgio-2.0. base_unittests won't link without it. | dkegel@google.com | 2009-01-13 | 1 | -1/+1 |
* | Download into unique subdir of /tmp to avoid permission problems (e.g. root n... | dkegel@google.com | 2009-01-08 | 1 | -0/+12 |
* | Reverting 7573. | maruel@chromium.org | 2009-01-06 | 1 | -1/+0 |
* | Add using_generated_resources.scons to the build. This | tc@google.com | 2009-01-06 | 1 | -0/+1 |
* | Enable parallel compiles. This speeds up builds on 4-processor systems by abo... | brettw@chromium.org | 2009-01-06 | 1 | -0/+1 |
* | Add a small utility for dumping the system clipboard's contents on GTK. | estade@chromium.org | 2009-01-05 | 1 | -0/+4 |
* | Checking in media.xcodeproj. | scherkus@chromium.org | 2009-01-05 | 1 | -0/+69 |
* | PSDK v6.1 does not have VC/Include and VC/LIB directories. So, they have to b... | jungshik@google.com | 2009-01-01 | 1 | -2/+2 |
* | Update build files to use PSDK 6.1 (platformsdk_win2008_6_1). This is necessa... | jungshik@google.com | 2008-12-31 | 3 | -8/+6 |
* | Revert sdk 6.1 upgrade changes. | jungshik@google.com | 2008-12-30 | 3 | -6/+8 |
* | Change build-related files to use Windows SDK 6.1 instead of Windows SDK 6.0. | jungshik@google.com | 2008-12-30 | 3 | -8/+6 |
* | Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the upda... | evanm@google.com | 2008-12-26 | 3 | -4/+8 |
* | Initial subset of .vcproj file generation, covering generation of: | sgk@google.com | 2008-12-24 | 1 | -1/+1 |
* | Initial generation of native Visual Studio solution files | sgk@google.com | 2008-12-19 | 3 | -5/+102 |
* | Convert from using env['PLATFORM'] directly to using the more flexible | sgk@google.com | 2008-12-18 | 7 | -10/+10 |
* | Underlying functionality for generating native Visual Studio solution files: | sgk@google.com | 2008-12-17 | 1 | -2/+18 |
* | Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. | maruel@chromium.org | 2008-12-16 | 1 | -12/+12 |
* | Remove few more errors in mac scons build. | phajdan.jr@chromium.org | 2008-12-15 | 1 | -0/+2 |
* | Removing VERBOSE=1 option, superceeded by standard hammer --verbose option. | bradnelson@chromium.org | 2008-12-13 | 1 | -10/+0 |
* | Remove DCHECKS from official builds. | rvargas@google.com | 2008-12-11 | 2 | -0/+4 |
* | tlslite is no longer needed. | evanm@google.com | 2008-12-11 | 1 | -9/+0 |
* | First step to unbreak scons build on Mac. | phajdan.jr@chromium.org | 2008-12-11 | 1 | -0/+3 |
* | Add debug-ia32.cc to Mac v8 build | mark@chromium.org | 2008-12-11 | 1 | -0/+16 |
* | Update a few targets to the condition they should be in. Eliminate redundant | mark@chromium.org | 2008-12-11 | 2 | -1/+42 |
* | Updating the All target to include test_shell_tests and ipc_tests, and to add... | mark@chromium.org | 2008-12-10 | 1 | -36/+79 |
* | Support gprof and symbols options to the Linux build. | deanm@chromium.org | 2008-12-10 | 1 | -0/+9 |