summaryrefslogtreecommitdiffstats
path: root/tools/gn/variables.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a //nogncheck anntation to GN include checkerbrettw2015-07-061-0/+21
* Windows precompiled header support in GN.brettw2015-06-291-0/+72
* Allow directories for GN data lists.brettw2015-06-031-5/+10
* Add runtime dependency extraction for GN.brettw2015-05-141-6/+13
* Propagate GN public shared libraries through shared librariesbrettw2015-04-161-8/+13
* Updates to gn variable help.brettw2015-03-051-8/+13
* Rework handling of os and cpu_arch in GN.dpranke2015-02-191-65/+145
* gn: Employ the same INSERT_VARIABLE macro trick for switches.cctfarina2014-12-031-2/+2
* Add filters for "gn check"brettw2014-11-271-1/+1
* GN Doc fix. Visibility default is public.scheib2014-09-291-2/+2
* GN: Complete static libs can't depend on static libscmasone2014-09-181-2/+5
* GN fixes for group dependent configs.Brett Wilson2014-09-171-2/+2
* Add public deps to GN.brettw2014-09-171-54/+112
* GN: Add notion of 'complete' static libraries, akin to GYP.cmasone2014-09-131-0/+26
* Convert GN visibility to be a list.Brett Wilson2014-09-111-8/+8
* Add testonly flag to GNBrett Wilson2014-09-021-0/+23
* Add GN variables for controlling header checking.brettw2014-08-291-0/+59
* Enhance GN diagnostic toolsbrettw2014-08-291-18/+6
* Remove built-in component and test targets from GN.Brett Wilson2014-08-281-20/+0
* Add defines to the "gn help" index.brettw@chromium.org2014-08-201-0/+1
* Hook up symbol files to the Windows GN build.brettw@chromium.org2014-07-181-1/+1
* Rename GN source_prereqs to inputs, enhance "desc"brettw@chromium.org2014-06-171-47/+47
* Improve error messages and reporting in GNbrettw@chromium.org2014-06-101-10/+1
* Start work on GN build for content/commonbrettw@chromium.org2014-05-201-1/+1
* Add implicit hard deps to GN.brettw@chromium.org2014-05-011-40/+1
* Revert 267235 "Add implicit hard deps to GN."brettw@chromium.org2014-04-301-1/+40
* Add implicit hard deps to GN.brettw@chromium.org2014-04-301-40/+1
* Add GN documentation and tests for flag ordering.brettw@chromium.org2014-04-151-10/+36
* Improve GN public header file checkingbrettw@chromium.org2014-04-101-14/+10
* Revert 262747 "Improve GN public header file checking"wjia@chromium.org2014-04-091-10/+14
* Improve GN public header file checkingbrettw@chromium.org2014-04-091-14/+10
* Add optional public header checking to GN buildbrettw@chromium.org2014-04-071-0/+40
* Implement target visibility in GNbrettw@chromium.org2014-04-011-0/+68
* Remove GN GYP generator.brettw@chromium.org2014-03-271-46/+0
* GN: Split custom into action and action_foreachbrettw@chromium.org2014-03-201-33/+34
* Add an 'output_extension' variable to GN so we can override the default for a...dpranke@chromium.org2014-02-281-0/+12
* Pull GN @ 252040, update callsbrettw@chromium.org2014-02-191-3/+3
* Fixes typos and stale documentation.maruel@chromium.org2014-02-021-7/+9
* Fix help and error messages.halyavin@google.com2014-01-051-1/+1
* [MIPS] Add support for Chromium-Android for MIPS build to BUILD.gnpetarj@mips.com2014-01-021-1/+2
* This adds preliminary support for Android toolchains. The logic is copied fro...brettw@chromium.org2013-12-281-0/+1
* Add a gyp_header variable to GN.brettw@chromium.org2013-12-121-0/+13
* Support Mac frameworks in GN.brettw@chromium.org2013-11-271-0/+7
* Add support for 32-bit and 64-bit Windows compiles in GN.brettw@chromium.org2013-11-221-2/+2
* GN: Add ability to specify a depfile for custom targets.koz@chromium.org2013-11-071-0/+33
* Add documentation for GN's GYP generation.brettw@chromium.org2013-10-251-1/+7
* Work on GN cross compiling.brettw@chromium.org2013-10-181-41/+74
* GYP generator for GN.brettw@chromium.org2013-10-161-0/+7
* Add inherited libs and lib_dirs to GN.brettw@chromium.org2013-10-071-25/+68
* Replace to_build_path() with the more general rebase_path(). Use rebase_path ...brettw@chromium.org2013-09-231-0/+13