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
*
Remove WebFrame::selectAll and WebFrame::clearSelection in favor of having
darin@chromium.org
2009-08-14
1
-1
/
+1
*
Linux: add GYP flag for -fno-strict-aliasing.
agl@chromium.org
2009-08-14
1
-0
/
+6
*
Reverting 23343.
sidchat@google.com
2009-08-13
1
-0
/
+17
*
Move the sync related GYP variables and conditions to chrome.gyp from
munjal@chromium.org
2009-08-13
1
-17
/
+0
*
Use -fno-threadsafe-statics to disable thread-safe static semantics in C++.
mark@chromium.org
2009-08-13
1
-18
/
+20
*
Disable RTTI and C++ exceptions in the Mac build. Disable RTTI in the Linux
mark@chromium.org
2009-08-13
1
-5
/
+8
*
Build browser/sync files by default using a stubbed-out syncapi
tim@chromium.org
2009-08-11
1
-3
/
+15
*
Target Cortex A8 for the ARM ChromeOS build of Chrome.
piman@chromium.org
2009-08-10
1
-0
/
+12
*
Add a 'tools' list to 'scons_settings' so we'll still get the
sgk@google.com
2009-08-10
1
-0
/
+1
*
Turning on incremental linking for 64-bit machines.
bradnelson@chromium.org
2009-08-07
1
-1
/
+7
*
Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB).
thestig@chromium.org
2009-08-06
1
-0
/
+1
*
Move the entire application into a dylib (framework)
mark@chromium.org
2009-08-05
1
-24
/
+71
*
Adding two new windows configuration types:
bradnelson@chromium.org
2009-08-04
1
-0
/
+46
*
Making /MP on by default for msvs2008.
bradnelson@chromium.org
2009-07-31
1
-6
/
+18
*
Make the Visual Studio /MP flag configurable.
aa@chromium.org
2009-07-31
1
-0
/
+8
*
Add a way to inject extra cflags in release builds.
dank@chromium.org
2009-07-30
1
-0
/
+2
*
Undo accidental change to common.gypi.
aa@chromium.org
2009-07-30
1
-1
/
+0
*
Pull CrxInstaller out of ExtensionsService.
aa@chromium.org
2009-07-30
1
-0
/
+1
*
Fix gyp condition for ia32 specific flags.
deanm@chromium.org
2009-07-29
1
-1
/
+1
*
linux: refactor some common flags in common.gypi
evan@chromium.org
2009-07-29
1
-14
/
+6
*
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
[next]