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

Side by Side Diff: tools/gn/switches.h

Issue 1130183007: Add runtime dependency extraction for GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make msvc happy Created 5 years, 7 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
« no previous file with comments | « tools/gn/standard_out.cc ('k') | tools/gn/switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 #ifndef TOOLS_GN_SWITCHES_H_ 5 #ifndef TOOLS_GN_SWITCHES_H_
6 #define TOOLS_GN_SWITCHES_H_ 6 #define TOOLS_GN_SWITCHES_H_
7 7
8 #include <map> 8 #include <map>
9 9
10 #include "base/strings/string_piece.h" 10 #include "base/strings/string_piece.h"
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 extern const char kNoColor_Help[]; 49 extern const char kNoColor_Help[];
50 50
51 extern const char kQuiet[]; 51 extern const char kQuiet[];
52 extern const char kQuiet_HelpShort[]; 52 extern const char kQuiet_HelpShort[];
53 extern const char kQuiet_Help[]; 53 extern const char kQuiet_Help[];
54 54
55 extern const char kRoot[]; 55 extern const char kRoot[];
56 extern const char kRoot_HelpShort[]; 56 extern const char kRoot_HelpShort[];
57 extern const char kRoot_Help[]; 57 extern const char kRoot_Help[];
58 58
59 extern const char kRuntimeDepsListFile[];
60 extern const char kRuntimeDepsListFile_HelpShort[];
61 extern const char kRuntimeDepsListFile_Help[];
62
59 extern const char kThreads[]; 63 extern const char kThreads[];
60 extern const char kThreads_HelpShort[]; 64 extern const char kThreads_HelpShort[];
61 extern const char kThreads_Help[]; 65 extern const char kThreads_Help[];
62 66
63 extern const char kTime[]; 67 extern const char kTime[];
64 extern const char kTime_HelpShort[]; 68 extern const char kTime_HelpShort[];
65 extern const char kTime_Help[]; 69 extern const char kTime_Help[];
66 70
67 extern const char kTracelog[]; 71 extern const char kTracelog[];
68 extern const char kTracelog_HelpShort[]; 72 extern const char kTracelog_HelpShort[];
69 extern const char kTracelog_Help[]; 73 extern const char kTracelog_Help[];
70 74
71 extern const char kVerbose[]; 75 extern const char kVerbose[];
72 extern const char kVerbose_HelpShort[]; 76 extern const char kVerbose_HelpShort[];
73 extern const char kVerbose_Help[]; 77 extern const char kVerbose_Help[];
74 78
75 extern const char kVersion[]; 79 extern const char kVersion[];
76 extern const char kVersion_HelpShort[]; 80 extern const char kVersion_HelpShort[];
77 extern const char kVersion_Help[]; 81 extern const char kVersion_Help[];
78 82
79 } // namespace switches 83 } // namespace switches
80 84
81 #endif // TOOLS_GN_SWITCHES_H_ 85 #endif // TOOLS_GN_SWITCHES_H_
OLDNEW
« no previous file with comments | « tools/gn/standard_out.cc ('k') | tools/gn/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698