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

Unified Diff: tools/gn/gn.gyp

Issue 2156173003: Re-land r406064 "[GN] Add JSON project writer". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clear dependency Created 4 years, 5 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/desc_builder.cc ('k') | tools/gn/json_project_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index ae486bb698b16b0bfc48e4d15ec27fd77a27f8f9..6852ffe50435db678423bf435113847e747aa700 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -58,6 +58,8 @@
'create_bundle_target_generator.h',
'deps_iterator.cc',
'deps_iterator.h',
+ 'desc_builder.cc',
+ 'desc_builder.h',
'eclipse_writer.cc',
'eclipse_writer.h',
'err.cc',
@@ -101,6 +103,8 @@
'input_file_manager.h',
'item.cc',
'item.h',
+ 'json_project_writer.cc',
+ 'json_project_writer.h',
'label.cc',
'label.h',
'label_pattern.cc',
« no previous file with comments | « tools/gn/desc_builder.cc ('k') | tools/gn/json_project_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698