index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
build
/
common.gypi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add way to override optimization level for release build.
dkegel@google.com
2009-07-21
1
-1
/
+4
*
Pulling in new gyp version.
bradnelson@chromium.org
2009-07-20
1
-1
/
+1
*
Linux: move hardcoded paths to GYP variables.
agl@chromium.org
2009-07-15
1
-1
/
+12
*
Linux: fix for developing on a machine with google-chrome packages installed.
agl@chromium.org
2009-07-15
1
-0
/
+8
*
Add a variable that lets you override the optimization level for release buil...
thomasvl@chromium.org
2009-07-14
1
-0
/
+7
*
Add -fno-threadsafe-statics to the Linux build.
deanm@chromium.org
2009-07-14
1
-0
/
+6
*
Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.
brettw@chromium.org
2009-07-08
1
-3
/
+3
*
Beginning of code coverage on Windows.
jrg@chromium.org
2009-07-07
1
-4
/
+16
*
Modifying mini_installer to have different additional options.
bradnelson@chromium.org
2009-07-03
1
-7
/
+20
*
Fix the tree. It looks like the previous change (19561)
nsylvain@chromium.org
2009-06-30
1
-16
/
+7
*
Learned that mini_installer's linker settings cannot actually be shared
bradnelson@chromium.org
2009-06-30
1
-8
/
+17
*
Use C99 standard format macros for 64-bit values.
agl@chromium.org
2009-06-29
1
-0
/
+8
*
Another go at switching mini_installer to gyp.
bradnelson@google.com
2009-06-29
1
-1
/
+1
*
Added stub native web worker support, including build support in preparation
sehr@google.com
2009-06-29
1
-2
/
+2
*
Add a gyp "buildtype" variable to differentiate official release builds.
mmoss@chromium.org
2009-06-25
1
-0
/
+10
*
Disable TR1 for windows (set _HAS_TR1=0). This change requires a clobber build.
ajwong@chromium.org
2009-06-23
1
-1
/
+1
*
Revert the addition of -fno-threadsafe-statics. It breaks the build:
deanm@chromium.org
2009-06-18
1
-1
/
+0
*
Add -fno-threadsafe-statics to the Linux build.
deanm@chromium.org
2009-06-18
1
-0
/
+1
*
Change delayload attribute from string to list in gyp files
hclam@chromium.org
2009-06-12
1
-1
/
+5
*
Always build breakpad tools with Linux official build.
mmoss@chromium.org
2009-06-11
1
-7
/
+0
*
Review URL: http://codereview.chromium.org/122044
nick@chromium.org
2009-06-11
1
-0
/
+5
*
Disable -mdynamic-no-pic, the equivalent of enabling -fPIC, to allow most of
mark@chromium.org
2009-06-03
1
-0
/
+1
*
Adds linux2 variable and change to WidgetGtk to make it compile.
sky@chromium.org
2009-06-02
1
-0
/
+5
*
Enable TR1 in windows build for gmock's use in VS2008 SP1.
ajwong@chromium.org
2009-06-02
1
-1
/
+1
*
Use a variable to control the value of LinkIncremental on Debug
sgk@google.com
2009-06-02
1
-1
/
+8
*
Run real dsymutil to get a real .dSYM for Breakpad dump_syms. This will
mark@chromium.org
2009-06-01
1
-10
/
+37
*
Re-add the code to only add sse2 flags on Chromium builds. It
tc@google.com
2009-05-29
1
-3
/
+9
*
Add debugging symbols to official Linux Chrome builds.
thestig@chromium.org
2009-05-28
1
-0
/
+5
*
Linux: add Breakpad support
agl@chromium.org
2009-05-22
1
-23
/
+12
*
Explicitly enable /INCREMENTAL linking for gyp-generated Debug builds.
sgk@google.com
2009-05-22
1
-1
/
+20
*
didn't mean to check these in
ben@chromium.org
2009-05-20
1
-2
/
+0
*
these strings were somehow removed in my earlier revert. add back to fix the ...
ben@chromium.org
2009-05-20
1
-0
/
+2
*
Added a script to remove headers from the target.
thomasvl@chromium.org
2009-05-20
1
-0
/
+14
*
Only enable the sse2 flags when building Chromium
tc@google.com
2009-05-20
1
-3
/
+9
*
Changes common.gypi to not wrap number with quotes because of recent
sky@chromium.org
2009-05-15
1
-1
/
+1
*
Adds gyp switch that turns on views on Linux. This currently doesn't
sky@chromium.org
2009-05-12
1
-0
/
+8
*
Pulling in new gyp version with product_name support on windows.
bradnelson@chromium.org
2009-05-12
1
-1
/
+0
*
Fix VS2008 build by adding a warning ignore.
dglazkov@chromium.org
2009-05-12
1
-1
/
+1
*
Do not define __ARMEL__ on ARM, this is the compilers job.
deanm@chromium.org
2009-05-11
1
-3
/
+0
*
Propagate official build variables from buildbot compile.py.
mmoss@chromium.org
2009-05-08
1
-0
/
+3
*
Add a variable and settings for -Dtarget_arch=ARM (per Ryan Cairns).
sgk@google.com
2009-05-06
1
-40
/
+59
*
Add AS to scons_import_variables and scons_propagate_variables.
thestig@chromium.org
2009-05-01
1
-0
/
+2
*
Code coverage improvements.
jrg@chromium.org
2009-04-30
1
-7
/
+4
*
Take 3 at turning on -Werror. This passed the last run on the
tc@google.com
2009-04-28
1
-3
/
+7
*
Revert "Take 2 at turning on -Werror. I think this will work on gcc 4.2,"
tc@google.com
2009-04-27
1
-1
/
+2
*
Take 2 at turning on -Werror. I think this will work on gcc 4.2,
tc@google.com
2009-04-27
1
-2
/
+1
*
More linux ifdef tweaks. This reverts my earlier change (13503).
sky@chromium.org
2009-04-27
1
-3
/
+0
*
Revert "Turn on -Werror on linux. Passes on my ghardy box. We'll see"
tc@google.com
2009-04-24
1
-1
/
+2
*
Print backtraces on FATAL log messages in debug mode.
ajwong@chromium.org
2009-04-24
1
-2
/
+6
*
Turn on -Werror on linux. Passes on my ghardy box. We'll see
tc@google.com
2009-04-24
1
-2
/
+1
[next]