summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
Commit message (Expand)AuthorAgeFilesLines
* Add way to override optimization level for release build. dkegel@google.com2009-07-211-1/+4
* Pulling in new gyp version.bradnelson@chromium.org2009-07-201-1/+1
* Linux: move hardcoded paths to GYP variables.agl@chromium.org2009-07-151-1/+12
* Linux: fix for developing on a machine with google-chrome packages installed.agl@chromium.org2009-07-151-0/+8
* Add a variable that lets you override the optimization level for release buil...thomasvl@chromium.org2009-07-141-0/+7
* Add -fno-threadsafe-statics to the Linux build.deanm@chromium.org2009-07-141-0/+6
* Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.brettw@chromium.org2009-07-081-3/+3
* Beginning of code coverage on Windows.jrg@chromium.org2009-07-071-4/+16
* Modifying mini_installer to have different additional options.bradnelson@chromium.org2009-07-031-7/+20
* Fix the tree. It looks like the previous change (19561)nsylvain@chromium.org2009-06-301-16/+7
* Learned that mini_installer's linker settings cannot actually be sharedbradnelson@chromium.org2009-06-301-8/+17
* Use C99 standard format macros for 64-bit values.agl@chromium.org2009-06-291-0/+8
* Another go at switching mini_installer to gyp.bradnelson@google.com2009-06-291-1/+1
* Added stub native web worker support, including build support in preparationsehr@google.com2009-06-291-2/+2
* Add a gyp "buildtype" variable to differentiate official release builds.mmoss@chromium.org2009-06-251-0/+10
* Disable TR1 for windows (set _HAS_TR1=0). This change requires a clobber build.ajwong@chromium.org2009-06-231-1/+1
* Revert the addition of -fno-threadsafe-statics. It breaks the build:deanm@chromium.org2009-06-181-1/+0
* Add -fno-threadsafe-statics to the Linux build.deanm@chromium.org2009-06-181-0/+1
* Change delayload attribute from string to list in gyp fileshclam@chromium.org2009-06-121-1/+5
* Always build breakpad tools with Linux official build.mmoss@chromium.org2009-06-111-7/+0
* Review URL: http://codereview.chromium.org/122044nick@chromium.org2009-06-111-0/+5
* Disable -mdynamic-no-pic, the equivalent of enabling -fPIC, to allow most ofmark@chromium.org2009-06-031-0/+1
* Adds linux2 variable and change to WidgetGtk to make it compile.sky@chromium.org2009-06-021-0/+5
* Enable TR1 in windows build for gmock's use in VS2008 SP1.ajwong@chromium.org2009-06-021-1/+1
* Use a variable to control the value of LinkIncremental on Debugsgk@google.com2009-06-021-1/+8
* Run real dsymutil to get a real .dSYM for Breakpad dump_syms. This willmark@chromium.org2009-06-011-10/+37
* Re-add the code to only add sse2 flags on Chromium builds. Ittc@google.com2009-05-291-3/+9
* Add debugging symbols to official Linux Chrome builds.thestig@chromium.org2009-05-281-0/+5
* Linux: add Breakpad supportagl@chromium.org2009-05-221-23/+12
* Explicitly enable /INCREMENTAL linking for gyp-generated Debug builds.sgk@google.com2009-05-221-1/+20
* didn't mean to check these inben@chromium.org2009-05-201-2/+0
* these strings were somehow removed in my earlier revert. add back to fix the ...ben@chromium.org2009-05-201-0/+2
* Added a script to remove headers from the target.thomasvl@chromium.org2009-05-201-0/+14
* Only enable the sse2 flags when building Chromiumtc@google.com2009-05-201-3/+9
* Changes common.gypi to not wrap number with quotes because of recentsky@chromium.org2009-05-151-1/+1
* Adds gyp switch that turns on views on Linux. This currently doesn'tsky@chromium.org2009-05-121-0/+8
* Pulling in new gyp version with product_name support on windows.bradnelson@chromium.org2009-05-121-1/+0
* Fix VS2008 build by adding a warning ignore.dglazkov@chromium.org2009-05-121-1/+1
* Do not define __ARMEL__ on ARM, this is the compilers job.deanm@chromium.org2009-05-111-3/+0
* Propagate official build variables from buildbot compile.py.mmoss@chromium.org2009-05-081-0/+3
* Add a variable and settings for -Dtarget_arch=ARM (per Ryan Cairns).sgk@google.com2009-05-061-40/+59
* Add AS to scons_import_variables and scons_propagate_variables.thestig@chromium.org2009-05-011-0/+2
* Code coverage improvements.jrg@chromium.org2009-04-301-7/+4
* Take 3 at turning on -Werror. This passed the last run on thetc@google.com2009-04-281-3/+7
* Revert "Take 2 at turning on -Werror. I think this will work on gcc 4.2,"tc@google.com2009-04-271-1/+2
* Take 2 at turning on -Werror. I think this will work on gcc 4.2,tc@google.com2009-04-271-2/+1
* More linux ifdef tweaks. This reverts my earlier change (13503).sky@chromium.org2009-04-271-3/+0
* Revert "Turn on -Werror on linux. Passes on my ghardy box. We'll see"tc@google.com2009-04-241-1/+2
* Print backtraces on FATAL log messages in debug mode.ajwong@chromium.org2009-04-241-2/+6
* Turn on -Werror on linux. Passes on my ghardy box. We'll seetc@google.com2009-04-241-2/+1