| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding x64 configurations for windows. | bradnelson@chromium.org | 2009-11-01 | 1 | -0/+16 |
* | Pulling in latest gyp with rule generation and configuration change. | bradnelson@chromium.org | 2009-11-01 | 1 | -5/+1 |
* | Add in bzip2 runtime and development packages. | ajwong@chromium.org | 2009-10-30 | 1 | -4/+4 |
* | Add yasm and ffmpeg into the build tree for linux. | ajwong@chromium.org | 2009-10-30 | 1 | -1/+2 |
* | Taking advantage of new configuration inheritance option. | bradnelson@chromium.org | 2009-10-29 | 1 | -76/+46 |
* | Bisect script should exit gracefully when not enough revisions are present | nirnimesh@chromium.org | 2009-10-29 | 1 | -1/+4 |
* | This does a few things: | piman@chromium.org | 2009-10-28 | 2 | -117/+147 |
* | Put back -fno-rtti which I somehow accidentally checked in. | brettw@chromium.org | 2009-10-28 | 1 | -1/+1 |
* | linux: add -fvisibility=hidden to build flags | evan@chromium.org | 2009-10-27 | 1 | -0/+6 |
* | Move Mac build tool scripts only used by chrome.gyp from build/mac into | mark@chromium.org | 2009-10-27 | 6 | -1802/+0 |
* | Switch optimization cflag to late-resolve the debug_optimize and release_opti... | ajwong@chromium.org | 2009-10-26 | 1 | -2/+2 |
* | Fix coverage on the Mac. | jrg@chromium.org | 2009-10-23 | 1 | -3/+3 |
* | Added a case to build_config.h to cover compiling for Linux with 16-bit wchars | brettw@chromium.org | 2009-10-22 | 1 | -0/+8 |
* | Move nacl_ui_tests to the right section. oops. | nsylvain@chromium.org | 2009-10-22 | 1 | -1/+1 |
* | Add the nacl ui test to the Chromium Builder configuration. | nsylvain@chromium.org | 2009-10-21 | 1 | -0/+1 |
* | Implemented getActiveAttrib, getActiveUniform and readPixels. Removed | kbr@google.com | 2009-10-21 | 1 | -1/+1 |
* | add ENABLE_WEB_SOCKETS | ukai@chromium.org | 2009-10-21 | 1 | -0/+1 |
* | Back out r29592 (-Wl,-pie) because apparently Valgrind doesn't understand | mark@chromium.org | 2009-10-21 | 1 | -7/+0 |
* | Back out r29591 (-fstack-protector) because it may have caused Valgrind test | mark@chromium.org | 2009-10-21 | 1 | -5/+1 |
* | Mmm, pie. | mark@chromium.org | 2009-10-21 | 1 | -0/+7 |
* | Use -fstack-protector in Mac Debug builds. | mark@chromium.org | 2009-10-21 | 1 | -1/+5 |
* | Default to building for the same architecture as the build host. | mmoss@chromium.org | 2009-10-16 | 1 | -2/+13 |
* | Added stub implementation of SharedWorkerRepository. | atwilson@chromium.org | 2009-10-15 | 1 | -1/+1 |
* | Official builds should be on the com.google.Chrome update product ID, not | mark@chromium.org | 2009-10-14 | 1 | -182/+0 |
* | Adding a Chrome Frame target to all.gyp to allow a continuous builder to buil... | robertshield@chromium.org | 2009-10-14 | 1 | -0/+18 |
* | Fixes bug in toolkit_views. We shouldn't set the theme provider for | sky@chromium.org | 2009-10-13 | 1 | -0/+3 |
* | include CHROMEOS files and defintions in TOOLKIT_VEIWS build. | oshima@chromium.org | 2009-10-12 | 1 | -1/+1 |
* | Disable WebGL temporarily to heal the build. | darin@chromium.org | 2009-10-12 | 1 | -1/+1 |
* | Revert 28558 because this is clearly responsible for | nsylvain@chromium.org | 2009-10-10 | 1 | -2/+1 |
* | Relanding the interactive UI tests GYP factor out, as it turns | jcampan@chromium.org | 2009-10-09 | 1 | -1/+2 |
* | Reverting 28404, it seems to break the interactive ui tests in mysterious ways. | jcampan@chromium.org | 2009-10-09 | 1 | -2/+1 |
* | Emit the changelog URL, and pass on extra command-line args as args to chromium. | nirnimesh@chromium.org | 2009-10-08 | 1 | -5/+14 |
* | Extracting the interactive ui tests to their own GYP file. | jcampan@chromium.org | 2009-10-08 | 1 | -1/+2 |
* | Rolling back the previous fix which didn't fix it. Will try a clobber build ... | johnnyg@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Rollback features_override 3D_CANVAS to 0. It seems to conflict with latest ... | johnnyg@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Includes chrome_frame project in chrome.sln for windows. | slightlyoff@chromium.org | 2009-10-08 | 1 | -0/+5 |
* | Compile WebGL support in to Chrome's Dev Channel builds. Still | kbr@google.com | 2009-10-07 | 1 | -1/+1 |
* | Separate ARM-v7 compilation flags from chromeos | piman@chromium.org | 2009-10-07 | 1 | -2/+5 |
* | Add comments setting emacs and vim tab width and expansion variables. | sgk@google.com | 2009-10-06 | 9 | -1/+56 |
* | gyp_chromium automatically includes features_override.gypi | yaar@chromium.org | 2009-10-05 | 1 | -1/+2 |
* | Add googleurl unittest to the mac builders for the testers to run it. | thomasvl@chromium.org | 2009-10-05 | 1 | -0/+4 |
* | Adds desktop notification support for renderer process, and enables the build... | johnnyg@chromium.org | 2009-10-05 | 1 | -1/+1 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -1/+1 |
* | Remove the xcopy step from the PGO optimize vsprops | cpu@chromium.org | 2009-10-03 | 1 | -4/+0 |
* | Updating Native Client (should fix the Linux x64 build) | gregoryd@google.com | 2009-10-03 | 1 | -0/+44 |
* | Reenable fastbuild (for windows only). | maruel@chromium.org | 2009-10-02 | 1 | -0/+20 |
* | Add an option to disable NaCl at compile time for platforms where it doesn't ... | piman@chromium.org | 2009-10-02 | 1 | -0/+11 |
* | Add (yet another) option to allow stripping the chrome binary after dumping s... | thestig@chromium.org | 2009-10-01 | 2 | -6/+16 |
* | Override mechanism for features.gypi | yaar@chromium.org | 2009-10-01 | 1 | -0/+41 |
* | Remove a circular dependency for chrome Linux symbols. Make it possible to fo... | thestig@chromium.org | 2009-10-01 | 1 | -1/+14 |