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

Unified Diff: tools/gn/target.cc

Issue 276263003: Convert some third_party deps to GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: formatting Created 6 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 side-by-side diff with in-line comments
Download patch
« third_party/brotli/BUILD.gn ('K') | « tools/gn/secondary/third_party/ots/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/target.cc
diff --git a/tools/gn/target.cc b/tools/gn/target.cc
index b6845d03de6698cd96ccc07f2f9e4ac3678d2a31..d1c0c4a00446e7d1d40eabe8fae28df9dad92f7f 100644
--- a/tools/gn/target.cc
+++ b/tools/gn/target.cc
@@ -74,6 +74,8 @@ const char* Target::GetStringForOutputType(OutputType type) {
return "Shared library";
case STATIC_LIBRARY:
return "Static library";
+ case SOURCE_SET:
+ return "Source set";
case COPY_FILES:
return "Copy";
case ACTION:
« third_party/brotli/BUILD.gn ('K') | « tools/gn/secondary/third_party/ots/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698