summaryrefslogtreecommitdiffstats
path: root/build/internal
Commit message (Expand)AuthorAgeFilesLines
* Revert of Revert of Sync Windows build flags between GYP and GN (patchset #1 ...phoglund2015-06-171-1/+0
* Revert of Sync Windows build flags between GYP and GN (patchset #4 id:60001 o...phoglund2015-06-171-0/+1
* Sync Windows build flags between GYP and GNbrettw2015-06-161-1/+0
* Add PGO targets to Chrome.sebmarchand@chromium.org2014-03-141-1/+0
* Disable fpo one more time, this time for non-official (canary) builds.kerz@chromium.org2012-02-091-0/+11
* Really make OmitFramePointers not go.kerz@chromium.org2012-02-091-1/+7
* Set OmitFramePointers to false for official builds to do some tests. kerz@chromium.org2012-02-071-1/+1
* With this change, each target can select an optimization level for Windows of...siggi@chromium.org2011-12-203-7/+16
* Tell the linker in advance to expect a large output size.siggi@chromium.org2011-12-161-1/+7
* Add verbose logging to linker flags in offial builds.siggi@chromium.org2011-12-151-0/+4
* Make OmitFramePointer adjustable for Win/Release build.timurrrr@chromium.org2011-10-111-2/+0
* Add the /profile flag to linker options for official builds.siggi@chromium.org2011-06-021-0/+6
* Remove /OPT:NOWIN98 / OptimizeForWindows98=1maruel@chromium.org2011-04-261-1/+0
* Fixing several typos in gyp files detected by jeanluc's forthcoming changes t...bradnelson@google.com2011-01-111-1/+1
* Fix official build as per Microsoft recommendation.maruel@chromium.org2010-03-271-1/+1
* Dropping unconnected obsolete vsprops files.bradnelson@google.com2010-02-036-136/+0
* Removing the last remaining vsprops files (that are hooked in).bradnelson@google.com2010-01-049-170/+39
* Dropping unneeded set of vsprops.bradnelson@google.com2009-12-303-33/+0
* Remove the xcopy step from the PGO optimize vspropscpu@chromium.org2009-10-031-4/+0
* Disable TR1 for windows (set _HAS_TR1=0). This change requires a clobber build.ajwong@chromium.org2009-06-231-1/+1
* Enable TR1 in windows build for gmock's use in VS2008 SP1.ajwong@chromium.org2009-06-021-1/+1
* didn't mean to check these inben@chromium.org2009-05-201-1/+0
* these strings were somehow removed in my earlier revert. add back to fix the ...ben@chromium.org2009-05-201-0/+1
* Add delay loading of dbghelp.dll into essential.vsprops.ajwong@chromium.org2009-04-161-2/+2
* Remove the checked-in scons configuration files.sgk@google.com2009-04-0110-368/+0
* Uses FFmpeg in chrome/rendererhclam@chromium.org2009-03-191-1/+1
* Add the fastbuild build type. FAST_BUILD_TYPE=fastbuild will cause no debug s...maruel@chromium.org2009-02-203-2/+31
* Rename README.google to README.chromium.mal@chromium.org2009-01-301-0/+0
* Reverting 7573.maruel@chromium.org2009-01-061-1/+0
* Enable parallel compiles. This speeds up builds on 4-processor systems by abo...brettw@chromium.org2009-01-061-0/+1
* PSDK v6.1 does not have VC/Include and VC/LIB directories. So, they have to b...jungshik@google.com2009-01-011-2/+2
* Update build files to use PSDK 6.1 (platformsdk_win2008_6_1). This is necessa...jungshik@google.com2008-12-312-5/+3
* Revert sdk 6.1 upgrade changes.jungshik@google.com2008-12-302-3/+5
* Change build-related files to use Windows SDK 6.1 instead of Windows SDK 6.0.jungshik@google.com2008-12-302-5/+3
* Convert from using env['PLATFORM'] directly to using the more flexiblesgk@google.com2008-12-182-4/+4
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-161-12/+12
* Remove DCHECKS from official builds.rvargas@google.com2008-12-112-0/+4
* Allows scons build to use local copy of platformsdk if one is not bundled sid...bradnelson@chromium.org2008-12-031-4/+4
* Fix syntax errors in _official and _dom_stats.scons.sgk@google.com2008-12-032-2/+2
* Fixes and enhancementssgk@google.com2008-12-023-3/+20
* It was brought to my attention that defining _HAS_TR1=0 helps with Visual Stu...maruel@chromium.org2008-11-252-1/+2
* Purify support:sgk@google.com2008-11-225-12/+36
* Finish release (opt) builds on Windows, including the parallelsgk@google.com2008-11-2010-0/+325
* Remove the network state notifier and the corresponding DLL. This is likely c...brettw@google.com2008-10-021-1/+1
* Merge the chrome_webkit_merge_branch back on to trunk. This brings ustc@google.com2008-10-011-1/+1
* Creating a coverage specific build configuration. This used to be a part of t...niranjan@google.com2008-08-261-0/+12
* Undo a change which had added /PROFILE to purify builds.erikkay@google.com2008-08-261-1/+0
* Disable linker warning LNK4221: "no public symbols found; archive member will...maruel@google.com2008-08-261-1/+2
* Disable Frame Pointer Omission optimization in default release, the CHECK ENA...maruel@google.com2008-08-234-1/+8
* Fix the final gcc warnings in base and net. Provide some macros to selective...mmentovai@google.com2008-08-211-1/+1