summaryrefslogtreecommitdiffstats
path: root/tools/gn
Commit message (Expand)AuthorAgeFilesLines
* This makes the Skia build work 95% in GN and it fixes a number of error repor...brettw@chromium.org2013-10-047-494/+1149
* Remove the ENABLE_GPU #define and enable_gpu gyp variablejamesr@chromium.org2013-10-041-1/+0
* Clean up unused constant globalshans@chromium.org2013-10-031-1/+0
* Some fixes for the GYP subcommand of GNbrettw@chromium.org2013-10-0320-155/+240
* Get gn generation working on macjamesr@chromium.org2013-10-024-10/+8
* Enable compiling GN by default.brettw@chromium.org2013-09-3010-17/+21
* base: Move PerfTimer out of test/ directory.tfarina@chromium.org2013-09-291-3/+3
* Move IsRunningOnChromeOS to SysInfostevenjb@chromium.org2013-09-271-2/+0
* Allow typing label names on Windows by not treating things that start with sl...brettw@chromium.org2013-09-252-1/+4
* GN: Return array from pkgconfig wrapperbrettw@chromium.org2013-09-254-21/+98
* Fix GN on Windows build and tests.brettw@chromium.org2013-09-2312-37/+151
* GN: Make Linux build work again.brettw@chromium.org2013-09-232-7/+3
* Add tracing and timing info to GNbrettw@chromium.org2013-09-2314-68/+506
* Replace to_build_path() with the more general rebase_path(). Use rebase_path ...brettw@chromium.org2013-09-2335-355/+840
* GN: Improve helpbrettw@chromium.org2013-09-2011-70/+208
* Work on generated resources for GN chrome build.brettw@chromium.org2013-09-203-18/+87
* Work on GN Windows build.brettw@chromium.org2013-09-198-43/+49
* Update GN copy file rule.brettw@chromium.org2013-09-1829-189/+854
* This changes the current directory for script execution to be the build direc...brettw@chromium.org2013-09-1722-341/+477
* Add GN help for toolchain commands.brettw@chromium.org2013-09-161-5/+87
* GN: Add logging for the location of an invocation.brettw@chromium.org2013-09-167-52/+99
* Fix a GN threading bug.brettw@chromium.org2013-09-122-6/+17
* Add hard dependencies and compile prereqs to GNbrettw@chromium.org2013-09-1117-52/+334
* gn: test and fix for swapped -= operatorscottmg@chromium.org2013-09-112-0/+6
* Add ability to specify output directory in GN.brettw@chromium.org2013-09-102-1/+16
* Add ability to rename a target's output name.brettw@chromium.org2013-09-1011-16/+68
* Remove nss hack in chrome.brettw@chromium.org2013-09-1020-69/+1450
* The ldflags are now inherited across module boundaries until a shared library...brettw@chromium.org2013-09-1027-82/+887
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-303-3/+3
* Add documentation for gyp command.brettw@chromium.org2013-08-292-2/+21
* Fix output directories.brettw@chromium.org2013-08-291-5/+5
* Add a GYP command to GN. This runs GYP and then GN, and does some work to int...brettw@chromium.org2013-08-2956-278/+875
* Move perftimer.* into base/test/ directory.tfarina@chromium.org2013-08-241-4/+2
* Implement MakeAbsolutePathRelativeIfPossible on Windows for GN.brettw@chromium.org2013-08-234-8/+103
* GN: Add some variables, work on net compiling.brettw@chromium.org2013-08-2311-15/+1332
* This make the GN current dir be set on thte scope. This fixes a bug where a t...brettw@chromium.org2013-08-2336-162/+493
* Various config fixes in GN.brettw@chromium.org2013-08-2114-41/+186
* Moved base test support stuff to //base/test/brettw@chromium.org2013-08-2130-198/+1454
* Add support for boolean values to GN.brettw@chromium.org2013-08-2013-75/+127
* Fix template invocations in GN.brettw@chromium.org2013-08-209-73/+131
* GN: fix tests after https://codereview.chromium.org/23064021/scottmg@chromium.org2013-08-191-7/+3
* This hooks up build flags from the command-line and the toolchain (for re-inv...brettw@chromium.org2013-08-1962-522/+1636
* Make it compile on Linux.brettw@chromium.org2013-08-193-13/+28
* set begin/end tokens on list so doesn't dcheck, and don't set empty block on ...scottmg@chromium.org2013-08-191-2/+7
* GN: remove NEWLINE token type and break expressions based on grammarscottmg@chromium.org2013-08-196-35/+124
* Remove ENABLE_LANGUAGE_DETECTION in BUILD.gnhajimehoshi@chromium.org2013-08-191-1/+0
* gn: Fix a typo in comment.tfarina@chromium.org2013-08-161-5/+2
* Redo GN parser to make operator precedence workscottmg@chromium.org2013-08-1510-641/+754
* Fix a compilation error when compiling gn on Linux with clang.tfarina@chromium.org2013-08-141-1/+1
* Fix line endings and copyrights of GN buildfiles.brettw@chromium.org2013-08-1310-1668/+1690