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

Unified Diff: tools/gn/input_file_manager.h

Issue 21983003: Make the Mac build work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dunnow Created 7 years, 4 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/input_file.cc ('k') | tools/gn/input_file_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/input_file_manager.h
diff --git a/tools/gn/input_file_manager.h b/tools/gn/input_file_manager.h
index 0f708d5890f936c135722e78831c404325471a75..ae6533a6bf7b3ab6e4071face0e306002053284b 100644
--- a/tools/gn/input_file_manager.h
+++ b/tools/gn/input_file_manager.h
@@ -66,7 +66,8 @@ class InputFileManager : public base::RefCountedThreadSafe<InputFileManager> {
int GetInputFileCount() const;
- void GetAllInputFileNames(std::vector<SourceFile>* result) const;
+ // Fills the vector with all input files.
+ void GetAllPhysicalInputFileNames(std::vector<base::FilePath>* result) const;
private:
friend class base::RefCountedThreadSafe<InputFileManager>;
« no previous file with comments | « tools/gn/input_file.cc ('k') | tools/gn/input_file_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698