| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build output directories in GN. | brettw@chromium.org | 2014-01-02 | 1 | -6/+17 |
* | Separate the building files for gtest and gmock. | tfarina@chromium.org | 2013-12-31 | 11 | -130/+128 |
* | This adds preliminary support for Android toolchains. The logic is copied fro... | brettw@chromium.org | 2013-12-28 | 2 | -0/+2 |
* | Move root GN build file, add files for the GN tutorial | brettw@chromium.org | 2013-12-26 | 5 | -30/+55 |
* | Update uses of UTF conversions in ppapi/, printing/, remoting/, rlz/, sandbox... | avi@chromium.org | 2013-12-25 | 5 | -8/+10 |
* | Add GN conversions for flags | brettw@chromium.org | 2013-12-23 | 2 | -2/+2 |
* | Add BUILD.gn file to build base test targets. | tfarina@chromium.org | 2013-12-21 | 8 | -165/+162 |
* | Pull Linux and Mac GN binaries @ 242263 | brettw@chromium.org | 2013-12-21 | 3 | -3/+3 |
* | GN: Handle appending non-lists to the sources variable. | brettw@chromium.org | 2013-12-21 | 6 | -4/+101 |
* | Pull GN Windows binary @ 242181 | brettw@chromium.org | 2013-12-20 | 1 | -1/+1 |
* | Add BUILD.gn file for components's translate_common target. | tfarina@chromium.org | 2013-12-20 | 4 | -2/+26 |
* | Make GN write the platform for MSVS GYP files. | brettw@chromium.org | 2013-12-20 | 2 | -0/+9 |
* | GN fixes | piman@chromium.org | 2013-12-18 | 1 | -2/+0 |
* | Add BUILD.gn file for components's navigation_metrics target. | tfarina@chromium.org | 2013-12-18 | 3 | -1/+18 |
* | Pull GN binary @ 214318. | brettw@chromium.org | 2013-12-17 | 4 | -4/+4 |
* | Add BUILD.gn file for components's startup_metric_utils target. | tfarina@chromium.org | 2013-12-17 | 2 | -0/+17 |
* | Allow GN imports to be processed from imports. | brettw@chromium.org | 2013-12-16 | 5 | -11/+61 |
* | Separate out pkg-config execution in the GN build. | brettw@chromium.org | 2013-12-16 | 2 | -15/+7 |
* | Add BUILD.gn file for components's onc_component target. | tfarina@chromium.org | 2013-12-16 | 2 | -0/+20 |
* | Hook up GN official build and branding. | brettw@chromium.org | 2013-12-16 | 1 | -0/+3 |
* | Move all GYP->GN argument conversion to Python. | brettw@chromium.org | 2013-12-13 | 1 | -81/+0 |
* | Support 64-bit Windows build in GN->GYP generation. | brettw@chromium.org | 2013-12-13 | 7 | -17/+187 |
* | Add a gyp_header variable to GN. | brettw@chromium.org | 2013-12-12 | 12 | -31/+90 |
* | Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. | rsesek@chromium.org | 2013-12-11 | 1 | -3/+3 |
* | Revert of https://codereview.chromium.org/100823007/ | antrim@chromium.org | 2013-12-11 | 1 | -3/+3 |
* | Stop doing unnecessary UTF-8 to UTF-16 conversions in JSONWriter. | rsesek@chromium.org | 2013-12-10 | 1 | -3/+3 |
* | Pull GN on Windows @ r239059 | brettw@chromium.org | 2013-12-06 | 1 | -1/+1 |
* | Make GN use the python on the path. | brettw@chromium.org | 2013-12-05 | 1 | -61/+15 |
* | Merge branch 'master' into pullgn2 | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas... | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Pull Windows GN binary @238460 (debug build). | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 7 | -7/+7 |
* | Pull GN @ 238225 | brettw@chromium.org | 2013-12-03 | 4 | -4/+4 |
* | Remove BitmapPlatformDeviceData, and merge its functionality into the appropr... | senorblanco@chromium.org | 2013-12-02 | 1 | -1/+0 |
* | Fix GN deadlock on error handling. | brettw@chromium.org | 2013-12-02 | 2 | -5/+11 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-28 | 1 | -3/+4 |
* | Support Mac frameworks in GN. | brettw@chromium.org | 2013-11-27 | 4 | -16/+45 |
* | Revert of https://codereview.chromium.org/71013004/ | hashimoto@chromium.org | 2013-11-27 | 1 | -4/+3 |
* | Base: Remove Receive() from ScopedHandle. | rvargas@chromium.org | 2013-11-27 | 1 | -3/+4 |
* | Pull new gn binary @ 237397 | brettw@chromium.org | 2013-11-26 | 4 | -4/+4 |
* | Have GN take GYP arguments from the command line. | brettw@chromium.org | 2013-11-26 | 5 | -98/+83 |
* | Add 32-bit GN binary to Linux, and reorder linker flags. | brettw@chromium.org | 2013-11-26 | 3 | -23/+28 |
* | Add support for 32-bit and 64-bit Windows compiles in GN. | brettw@chromium.org | 2013-11-22 | 2 | -10/+10 |
* | Add "ninja show" and "ninja refresh" targets to GN build. | brettw@chromium.org | 2013-11-22 | 1 | -0/+17 |
* | This writes a generator for GYP actions to run Ninja for script targets. This... | brettw@chromium.org | 2013-11-22 | 20 | -138/+514 |
* | Removed the SKIA_IGNORE_GPU_MIPMAPS macro since we set glGenMipmap in | skaslev@chromium.org | 2013-11-20 | 1 | -2/+0 |
* | Move files from the secondary GN directory to build. | brettw@chromium.org | 2013-11-20 | 17 | -2387/+0 |
* | Add Mac GN binary to runhooks @ GN revision 235425 | brettw@chromium.org | 2013-11-15 | 1 | -0/+1 |
* | Mark all GN targets as external. | brettw@chromium.org | 2013-11-14 | 3 | -0/+3 |
* | Pull GN Linux and Windows binaries 234661 | brettw@chromium.org | 2013-11-14 | 2 | -2/+2 |