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

Unified Diff: tools/gn/BUILD.gn

Issue 1883093002: Add support for generating the QtCreator projects from GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 d377ca393718bb70a730c5f57f1f42f01a00a669..2dfcf7f9f4780720ddc36dcf1412f54e92ce2982 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -146,6 +146,8 @@ static_library("gn_lib") {
"path_output.h",
"pattern.cc",
"pattern.h",
+ "qt_creator_writer.cc",
+ "qt_creator_writer.h",
"runtime_deps.cc",
"runtime_deps.h",
"scheduler.cc",
« 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