| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Tweak indentation | mark@chromium.org | 2009-08-12 | 1 | -4/+4 |
* | Fix a typo in install-build-deps.sh. | thestig@chromium.org | 2009-08-12 | 1 | -1/+1 |
* | Fix build/mac/tweak_app_infoplist build script for git users. Patch by Robert | mark@chromium.org | 2009-08-11 | 1 | -15/+23 |
* | Save debugging symbols for plugin_carbon_interpose.dylib. | mark@chromium.org | 2009-08-11 | 1 | -7/+12 |
* | Avoid exit due to "-e" and test failure on non-x86_64. | mmoss@chromium.org | 2009-08-11 | 1 | -2/+4 |
* | ObjC classes generated by the build and used in Xib files is already getting ... | thomasvl@chromium.org | 2009-08-11 | 1 | -83/+38 |
* | Re-commit r22981 after backout at r22992. Contains fixes to relocate | mark@chromium.org | 2009-08-11 | 2 | -47/+99 |
* | Build browser/sync files by default using a stubbed-out syncapi | tim@chromium.org | 2009-08-11 | 1 | -3/+15 |
* | Back out r22981, it may have caused Windows test failures. | mark@chromium.org | 2009-08-11 | 2 | -99/+47 |
* | Provide a separate app bundle for subprocesses like the renderer on the Mac. | mark@chromium.org | 2009-08-11 | 2 | -47/+99 |
* | Fix the expected path logic in clobber_generated_headers.py | phajdan.jr@chromium.org | 2009-08-11 | 1 | -1/+0 |
* | Target Cortex A8 for the ARM ChromeOS build of Chrome. | piman@chromium.org | 2009-08-10 | 1 | -0/+12 |
* | Fix up broken behavior in install-build-deps.sh. | thestig@chromium.org | 2009-08-10 | 1 | -9/+17 |
* | 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 |
* | Bounce through a set so we uniq the string list to avoid having something lis... | thomasvl@chromium.org | 2009-08-07 | 1 | -3/+3 |
* | Add 'rpm' to dev tools for creating RPM packages. | mmoss@chromium.org | 2009-08-06 | 1 | -1/+1 |
* | Define _FILE_OFFSET_BITS=64 in order to support large files (>2GB). | thestig@chromium.org | 2009-08-06 | 1 | -0/+1 |
* | Add patch to the Linux build deps script. | thestig@chromium.org | 2009-08-06 | 1 | -1/+1 |
* | Report apt-get failures in install-build-deps.sh | dkegel@google.com | 2009-08-06 | 1 | -14/+35 |
* | Move the entire application into a dylib (framework) | mark@chromium.org | 2009-08-05 | 3 | -40/+113 |
* | Allow the lastchange target to get a hard-coded default last change | sgk@google.com | 2009-08-05 | 2 | -5/+16 |
* | Add missing parens for format string to work. | thomasvl@chromium.org | 2009-08-05 | 1 | -1/+5 |
* | Re-enable the grit hook, and make it more solid in case of failures. | phajdan.jr@chromium.org | 2009-08-05 | 1 | -1/+11 |
* | Adding two new windows configuration types: | bradnelson@chromium.org | 2009-08-04 | 1 | -0/+46 |
* | Fix infinite loop in grit headers clobbering script. | phajdan.jr@chromium.org | 2009-08-03 | 1 | -1/+3 |
* | Add hook to clobber header files generated by grit on Windows. | phajdan.jr@chromium.org | 2009-08-03 | 1 | -0/+49 |
* | Revert r22080 and re-enable tcmalloc. | huanr@chromium.org | 2009-08-02 | 1 | -0/+1 |
* | 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 |
* | Removing tcmalloc from gyp so we can build a version of chrome | huanr@chromium.org | 2009-07-30 | 1 | -1/+0 |
* | Add a way to inject extra cflags in release builds. | dank@chromium.org | 2009-07-30 | 1 | -0/+2 |
* | Add Linux package building target. | mmoss@chromium.org | 2009-07-30 | 1 | -0/+7 |
* | 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 |
* | Dump all .xcconfigs. They're no longer used, all of these settings are in GYP. | mark@chromium.org | 2009-07-29 | 6 | -90/+0 |
* | Fix gyp condition for ia32 specific flags. | deanm@chromium.org | 2009-07-29 | 1 | -1/+1 |
* | Put the common paths for localizers into variables so we don't have to repeat... | thomasvl@chromium.org | 2009-07-29 | 1 | -0/+1 |
* | linux: refactor some common flags in common.gypi | evan@chromium.org | 2009-07-29 | 1 | -14/+6 |
* | Now that testshell depends on imagediff we can start to cleanup the targets a... | thomasvl@chromium.org | 2009-07-27 | 1 | -6/+4 |
* | re-do CL 2136 - move image_diff to tools/imagediff, add deps to test_shell | dpranke@google.com | 2009-07-24 | 1 | -1/+1 |
* | back out CLs 21367, 21366 - no idea why these keep breaking | dpranke@google.com | 2009-07-23 | 1 | -1/+1 |
* | re-do CL 21252 - move image_diff to tools, add deps to test_shell | dpranke@google.com | 2009-07-23 | 1 | -1/+1 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -0/+1 |
* | Add a custom subclass of GTMUILocalizer that skips the bundle work so we can ... | thomasvl@chromium.org | 2009-07-22 | 1 | -5/+3 |