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

Unified Diff: tools/gn/gn.gyp

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
Index: tools/gn/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index ade8d3aa9149bc8e89f9de16d630d7064354ca19..24cff7135474fd376a70c931a4f43a1a7d8f1e94 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -189,6 +189,12 @@
'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',
],
},
{
@@ -259,6 +265,9 @@
'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',
],
'dependencies': [
'gn_lib',

Powered by Google App Engine
This is Rietveld 408576698