| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull buildtools to get GN r282653 | brettw@chromium.org | 2014-07-14 | 3 | -5/+6 |
* | Improve GN handling of directory templates. | brettw@chromium.org | 2014-07-11 | 20 | -169/+346 |
* | GN: Put static libs next to .ninja files in output dir | jamesr@chromium.org | 2014-07-09 | 1 | -4/+1 |
* | Rename source_prereqs to inputs in the GN build. | brettw@chromium.org | 2014-07-09 | 1 | -2/+2 |
* | Rename GN tool's deps to depsformat. | brettw@chromium.org | 2014-06-30 | 3 | -4/+14 |
* | Allow dependencies of toolchains in GN. | brettw@chromium.org | 2014-06-26 | 9 | -53/+151 |
* | Append caller for template errors in GN. | brettw@chromium.org | 2014-06-25 | 1 | -1/+5 |
* | Delete old GN binaries when syncing. | brettw@chromium.org | 2014-06-24 | 1 | -0/+42 |
* | Add directory extraction to GN path handling. | brettw@chromium.org | 2014-06-19 | 13 | -137/+333 |
* | Move gn secondary_source to the build/ directory | cmasone@chromium.org | 2014-06-19 | 21 | -4648/+0 |
* | Add Linux breakpad targets and gtest_main to GN build. | brettw@chromium.org | 2014-06-18 | 1 | -0/+5 |
* | GN: Fix up various gpu targets | jamesr@chromium.org | 2014-06-18 | 2 | -1/+2 |
* | Rename GN source_prereqs to inputs, enhance "desc" | brettw@chromium.org | 2014-06-17 | 12 | -110/+298 |
* | GN: libjpeg_turbo and various mac fixes | jamesr@chromium.org | 2014-06-17 | 1 | -3/+56 |
* | Add GN build for some chrome common, chrome net, and resources targets. | brettw@chromium.org | 2014-06-16 | 1 | -1/+28 |
* | Minor Fixes for Windows GN build. | brettw@chromium.org | 2014-06-14 | 2 | -1/+3 |
* | Hook up content/browser compile in GN build. | brettw@chromium.org | 2014-06-13 | 4 | -6/+396 |
* | Revert 277111 "Roll ICU to icu52" | sorin@chromium.org | 2014-06-13 | 1 | -83/+50 |
* | Roll ICU to icu52 | jshin@chromium.org | 2014-06-13 | 1 | -50/+83 |
* | Pull GN binary at r276776 | brettw@chromium.org | 2014-06-12 | 5 | -6/+6 |
* | Add libflac and speex to the GN build. | brettw@chromium.org | 2014-06-12 | 2 | -0/+166 |
* | Add yasm to the GN build. | brettw@chromium.org | 2014-06-12 | 3 | -38/+6 |
* | Improve error messages and reporting in GN | brettw@chromium.org | 2014-06-10 | 8 | -36/+55 |
* | Pull GN binary at r275833 | brettw@chromium.org | 2014-06-10 | 4 | -5/+4 |
* | Fix resolving loop in GN | brettw@chromium.org | 2014-06-09 | 1 | -2/+1 |
* | Add the rule prefix for the GN input deps stamp | brettw@chromium.org | 2014-06-05 | 1 | -1/+2 |
* | Pull GN binaries at r275179 | brettw@chromium.org | 2014-06-05 | 4 | -4/+4 |
* | Add get_path_info to GN | brettw@chromium.org | 2014-06-05 | 7 | -0/+306 |
* | Redo escaping in GN. | brettw@chromium.org | 2014-06-05 | 14 | -263/+296 |
* | Fix typo in MockLoader::HasTwoLoaded() | mdempsky@chromium.org | 2014-06-05 | 1 | -1/+1 |
* | GN: Remove dependency on //base for gmock. | kjellander@chromium.org | 2014-06-04 | 2 | -3/+11 |
* | Make GN unit tests single process. | brettw@chromium.org | 2014-06-04 | 3 | -2/+15 |
* | Minor improvements to GN's "desc" output. | brettw@chromium.org | 2014-06-02 | 3 | -11/+71 |
* | Add RLZ build file for GN build, fix Windows build. | brettw@chromium.org | 2014-06-02 | 2 | -8/+7 |
* | Add GN build file for src/sdch | brettw@chromium.org | 2014-06-02 | 1 | -62/+0 |
* | Add the ability for DevTools to wrap network transactions. | eustas@chromium.org | 2014-06-02 | 1 | -0/+6 |
* | Fix Windows build, add Sandbox implementation. | brettw@chromium.org | 2014-06-02 | 1 | -1/+1 |
* | Fix typo cflags->ldflags in nss BUILD.gn on mac | jamesr@chromium.org | 2014-06-01 | 1 | -1/+1 |
* | GN: Don't link source sets into static libraries | brettw@chromium.org | 2014-05-31 | 4 | -20/+55 |
* | Update skia and ui GN builds | brettw@chromium.org | 2014-05-31 | 1 | -2/+2 |
* | Introduce GN to desktop_linux arg and grit_defines list. | tfarina@chromium.org | 2014-05-31 | 1 | -2/+23 |
* | Don't inherit source sets across static libs in GN. | brettw@chromium.org | 2014-05-30 | 3 | -4/+50 |
* | Escape more characters for GN shell writing. | brettw@chromium.org | 2014-05-30 | 2 | -8/+44 |
* | GN only writes files if they've changed | brettw@chromium.org | 2014-05-30 | 4 | -5/+104 |
* | Add Angle GN build file. | brettw@chromium.org | 2014-05-30 | 1 | -0/+583 |
* | Revert 273584 "Add the ability for DevTools to wrap network tran..." | mattm@chromium.org | 2014-05-29 | 1 | -6/+0 |
* | Add the ability for DevTools to wrap network transactions. | eustas@chromium.org | 2014-05-29 | 1 | -0/+6 |
* | GN: Add the python script itself as a dependency of actions. | brettw@chromium.org | 2014-05-28 | 3 | -15/+32 |
* | Make GN quote empty strings in script args. | brettw@chromium.org | 2014-05-28 | 2 | -3/+6 |
* | gn: Remove another obsolete comment about gyp command from command_check.cc. | tfarina@chromium.org | 2014-05-23 | 1 | -1/+0 |