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

Unified Diff: tools/gn/output_file.h

Issue 1155303008: Allow directories for GN data lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@path
Patch Set: add dir test Created 5 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 | « tools/gn/command_refs.cc ('k') | tools/gn/output_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/output_file.h
diff --git a/tools/gn/output_file.h b/tools/gn/output_file.h
index 3e0e99df47fc15049023f7c61287105648082060..5f43a6437fea548d219dcdc74b500d878e4494b1 100644
--- a/tools/gn/output_file.h
+++ b/tools/gn/output_file.h
@@ -17,7 +17,8 @@ class SourceFile;
class OutputFile {
public:
OutputFile();
- explicit OutputFile(const base::StringPiece& str);
+ explicit OutputFile(std::string&& v);
+ explicit OutputFile(const std::string& v);
OutputFile(const BuildSettings* build_settings,
const SourceFile& source_file);
~OutputFile();
« no previous file with comments | « tools/gn/command_refs.cc ('k') | tools/gn/output_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698