Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(418)

Side by Side Diff: tools/gn/variables.cc

Issue 117863003: Work on GN toolchain definitions and build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "tools/gn/variables.h" 5 #include "tools/gn/variables.h"
6 6
7 namespace variables { 7 namespace variables {
8 8
9 // Built-in variables ---------------------------------------------------------- 9 // Built-in variables ----------------------------------------------------------
10 10
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 INSERT_VARIABLE(CflagsObjCC) 818 INSERT_VARIABLE(CflagsObjCC)
819 INSERT_VARIABLE(Configs) 819 INSERT_VARIABLE(Configs)
820 INSERT_VARIABLE(Data) 820 INSERT_VARIABLE(Data)
821 INSERT_VARIABLE(Datadeps) 821 INSERT_VARIABLE(Datadeps)
822 INSERT_VARIABLE(Depfile) 822 INSERT_VARIABLE(Depfile)
823 INSERT_VARIABLE(Deps) 823 INSERT_VARIABLE(Deps)
824 INSERT_VARIABLE(DirectDependentConfigs) 824 INSERT_VARIABLE(DirectDependentConfigs)
825 INSERT_VARIABLE(External) 825 INSERT_VARIABLE(External)
826 INSERT_VARIABLE(ForwardDependentConfigsFrom) 826 INSERT_VARIABLE(ForwardDependentConfigsFrom)
827 INSERT_VARIABLE(GypFile) 827 INSERT_VARIABLE(GypFile)
828 INSERT_VARIABLE(GypHeader)
828 INSERT_VARIABLE(HardDep) 829 INSERT_VARIABLE(HardDep)
829 INSERT_VARIABLE(IncludeDirs) 830 INSERT_VARIABLE(IncludeDirs)
830 INSERT_VARIABLE(Ldflags) 831 INSERT_VARIABLE(Ldflags)
831 INSERT_VARIABLE(Libs) 832 INSERT_VARIABLE(Libs)
832 INSERT_VARIABLE(LibDirs) 833 INSERT_VARIABLE(LibDirs)
833 INSERT_VARIABLE(OutputName) 834 INSERT_VARIABLE(OutputName)
834 INSERT_VARIABLE(Outputs) 835 INSERT_VARIABLE(Outputs)
835 INSERT_VARIABLE(Script) 836 INSERT_VARIABLE(Script)
836 INSERT_VARIABLE(SourcePrereqs) 837 INSERT_VARIABLE(SourcePrereqs)
837 INSERT_VARIABLE(Sources) 838 INSERT_VARIABLE(Sources)
838 } 839 }
839 return info_map; 840 return info_map;
840 } 841 }
841 842
842 #undef INSERT_VARIABLE 843 #undef INSERT_VARIABLE
843 844
844 } // namespace variables 845 } // namespace variables
OLDNEW
« no previous file with comments | « tools/gn/secondary/third_party/WebKit/Source/wtf/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698