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

Unified Diff: tools/gn/import_manager.h

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
Index: tools/gn/import_manager.h
diff --git a/tools/gn/import_manager.h b/tools/gn/import_manager.h
index 78bb613322af8d8ce867ae6ee7be149d51f1c6f8..f371520df8ce60d3ffad8e3b7e191e65f3d8f9b2 100644
--- a/tools/gn/import_manager.h
+++ b/tools/gn/import_manager.h
@@ -7,6 +7,7 @@
#include <map>
#include <memory>
+#include <vector>
#include "base/macros.h"
#include "base/synchronization/lock.h"
@@ -30,6 +31,8 @@ class ImportManager {
Scope* scope,
Err* err);
+ std::vector<SourceFile> GetImportedFiles() const;
+
private:
struct ImportInfo;
« tools/gn/command_gen.cc ('K') | « tools/gn/gn.gyp ('k') | tools/gn/import_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698