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

Unified Diff: tools/gn/BUILD.gn

Issue 1570113002: Visual Studio generators for GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests failing on non-Windows platforms Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/gn/command_gen.cc » ('j') | tools/gn/command_gen.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index a655a431af1ea3c0e62920e73ac49f6c8776ca60..e643f9729217f94b584f94e923c678a0f5ab58ec 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -189,6 +189,12 @@ static_library("gn_lib") {
"variables.h",
"visibility.cc",
"visibility.h",
+ "visual_studio_utils.cc",
+ "visual_studio_utils.h",
+ "visual_studio_writer.cc",
+ "visual_studio_writer.h",
+ "xml_element_writer.cc",
+ "xml_element_writer.h",
]
deps = [
@@ -299,6 +305,9 @@ test("gn_unittests") {
"unique_vector_unittest.cc",
"value_unittest.cc",
"visibility_unittest.cc",
+ "visual_studio_utils_unittest.cc",
+ "visual_studio_writer_unittest.cc",
+ "xml_element_writer_unittest.cc",
]
data = [
« no previous file with comments | « no previous file | tools/gn/command_gen.cc » ('j') | tools/gn/command_gen.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698