- 21642ab Force inclusion of build/common.gypi for all chromium gyp files. by [email protected] · 16 years ago
- c77043fc Move NSAutoreleasePool management into the PlatformTest constructor and by [email protected] · 16 years ago
- 1bba09c Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linux by [email protected] · 16 years ago
- f39b7f5 Delete boost. by [email protected] · 16 years ago
- 22015c33 Upgrade gtest to r267 and gmock to r173. by [email protected] · 16 years ago
- f0198481 Fix msvs_guid for gmock and re-add gmock_unittest into base_unittest. by [email protected] · 16 years ago
- 5290aaa Retry to checkin a version of gmock, modified to use our boost_tuple in VS2005. by [email protected] · 16 years ago
- fe60195 Revert "Checkin a version of gmock, modified to use our boost_tuple in VS2005." by [email protected] · 16 years ago
- e88648a Checkin a version of gmock, modified to use our boost_tuple in VS2005. by [email protected] · 16 years ago
- 4b0f963 gtest shouldn't link in gtest_main.cc, as that provides its own main(). by [email protected] · 16 years ago
- 5e8c669 Revert "gtest shouldn't link in gtest_main.cc, as that provides its own main()." by [email protected] · 16 years ago
- 5db956d0 gtest shouldn't link in gtest_main.cc, as that provides its own main(). by [email protected] · 16 years ago
- 653bd5f03 Basic underpinnings of the gyp equivalent of the Linux SHARED=1 build: by [email protected] · 16 years ago
- 0fad1f1 Remove the checked-in scons configuration files. by [email protected] · 16 years ago
- 5ee78e0 Update to Google Test 1.3.0. Review URL: http://codereview.chromium.org/50041 by [email protected] · 16 years ago
- c18f2650 Switching to gyp generated vcprojs for some components. by [email protected] · 16 years ago
- 36dcefd NO CODE CHANGE by [email protected] · 16 years ago
- 2a04896 Rolling back change 11431 (didn't work with a clobber either). by [email protected] · 16 years ago
- 5ae85ab Attempting to roll out gyp for base. by [email protected] · 16 years ago
- 926722f Rolling back change 11429. by [email protected] · 16 years ago
- 479eb31 junk by [email protected] · 16 years ago
- 25a3afa5 Fixing mistaken guid. by [email protected] · 16 years ago
- 0d54d2e Adding fixed guids to some modules to facilitate incremental switch to gyp. by [email protected] · 16 years ago
- f0a51fb5 Fixes CRLF and trailing white spaces. by [email protected] · 16 years ago
- bfa24b96 GYP it, GYP it good. by [email protected] · 17 years ago
- 2f80c31 Import .gyp files into the Chromium tree by [email protected] · 17 years ago
- deb17b8d Prep for generated .vcproj files: by [email protected] · 17 years ago
- caeb7a0 Generate all chrome .vcproj files: by [email protected] · 17 years ago
- 60871b0 Back out erroneous r8140 Review URL: http://codereview.chromium.org/18124 by [email protected] · 17 years ago
- b3f2713c Fix OSX compile by [email protected] · 17 years ago
- a7ad74b Updates to Visual Studio project generation to accomodate by [email protected] · 17 years ago
- da8e6fb Update googletest (gtest) to 1.2.1 by [email protected] · 17 years ago
- de2c4cc Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the updated ICU dep that uses it as well. by [email protected] · 17 years ago
- 08856366 Initial subset of .vcproj file generation, covering generation of: by [email protected] · 17 years ago
- 229c8b00 Set svn:eol-style so patches will apply on all platforms. by [email protected] · 17 years ago
- 9e483ab3 Initial generation of native Visual Studio solution files by [email protected] · 17 years ago
- b96fc5d Convert from using env['PLATFORM'] directly to using the more flexible by [email protected] · 17 years ago
- 770137a Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files. by [email protected] · 17 years ago
- 52ceebc9 Changed svn:eol-style of all .sln and .vcproj files to CRLF by [email protected] · 17 years ago
- 23887f04f * Cleanup: move base/platform_test.h -> testing/ by [email protected] · 17 years ago
- 307f536 1) Add a new MULTIPROCESS_TEST_MAIN macro to store child process names by [email protected] · 17 years ago
- 4c754445 SCons renaming updates for base, net and googleurl: by [email protected] · 17 years ago
- de8d2667 Wow, it's been a while since we cleaned EOL. by [email protected] · 17 years ago
- ae0b0f4 Update Copyright text in SCons config files. TBR: beng by [email protected] · 17 years ago
- f3bb0346 Move subdirectory skipping from being in the DEPS file of the directory to skip and instead have in in the parent. This allows us to pull third-party sources or external repositories and not have to make them add a DEPS file for our deps checker. by [email protected] · 17 years ago
- 4ec7327e Use LF for newlines in all DEPS files by [email protected] · 17 years ago
- c9b778d Add more useful settings to the xcconfigs. by [email protected] · 17 years ago
- 8476333 Use a common directory for all build output on the Mac. by [email protected] · 17 years ago
- 7c094b94 Final changes to make checkdeps happy. by [email protected] · 17 years ago
- 9cd34b9 Move all settings except for the ones that really need to be per-target into by [email protected] · 17 years ago
- 5c301675 Unify all of the build settings, and tweak a couple. Set as many things as possible per project, not per target. Make base_unittests link with libbase.a instead of compiling everything separately in each target. Sort everything so files are easier to find and to reduce merge conflicts. by [email protected] · 17 years ago
- 2526315 Eliminate symbol visibility warnings produced when linking a unit test target against libgtest. Make a few other changes to gtest.xcodeproj to bring it in line with the rest of our project files. by [email protected] · 17 years ago
- d6302c7 fix includes to not be so generic by [email protected] · 17 years ago
- 198ba17 XCode project for building gTest static library so we can link it in our unit test targets. by [email protected] · 17 years ago
- f1db7a1 Convert submodules SConscript files to psuedo-builder calls. by [email protected] · 17 years ago
- 6b38199 Linuxify testing/SConscript. by [email protected] · 17 years ago
- e6c9e14 Add testing to the repository. by initial.commit · 17 years ago