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

Unified Diff: tools/gn/BUILD.gn

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 | « AUTHORS ('k') | tools/gn/command_desc.cc » ('j') | no next file with comments »
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 510c178cc3458da8128166bb5ed8fc8e4dd4da4c..b77d2af76453c372b0cc0b2cd63d3a06498b11d9 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -58,6 +58,8 @@ static_library("gn_lib") {
"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 @@ static_library("gn_lib") {
"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 | « AUTHORS ('k') | tools/gn/command_desc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698