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

Unified Diff: tools/gn/visual_studio_writer.h

Issue 2738823002: Gn: Add support to generate Visual Studio 2017 solutions. (Closed)
Patch Set: Fix of default version Created 3 years, 9 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
« no previous file with comments | « tools/gn/command_gen.cc ('k') | tools/gn/visual_studio_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/visual_studio_writer.h
diff --git a/tools/gn/visual_studio_writer.h b/tools/gn/visual_studio_writer.h
index 639be09e315c73d2fa7bac285a944817b58cbaca..17935731e345bffff1b69301c2b1965f6aa443e3 100644
--- a/tools/gn/visual_studio_writer.h
+++ b/tools/gn/visual_studio_writer.h
@@ -28,7 +28,8 @@ class VisualStudioWriter {
public:
enum Version {
Vs2013 = 1, // Visual Studio 2013
- Vs2015 // Visual Studio 2015
+ Vs2015, // Visual Studio 2015
+ Vs2017 // Visual Studio 2017
};
// Writes Visual Studio project and solution files. |sln_name| is the optional
« no previous file with comments | « tools/gn/command_gen.cc ('k') | tools/gn/visual_studio_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698