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

Unified Diff: tools/gn/value_extractors.h

Issue 55633002: GN: Add ability to specify a depfile for custom targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/value_extractors.h
diff --git a/tools/gn/value_extractors.h b/tools/gn/value_extractors.h
index 12fff00795dac926631bc0b00f1034448dd8db54..2ac19123a46092d8935ef6f8cab956ad65a24efe 100644
--- a/tools/gn/value_extractors.h
+++ b/tools/gn/value_extractors.h
@@ -57,4 +57,9 @@ bool ExtractListOfLabels(const Value& value,
std::vector<Label>* dest,
Err* err);
+bool ExtractRelativeFile(const BuildSettings* build_settings,
+ const Value& value,
+ const SourceDir& current_dir,
+ SourceFile* file, Err* err);
brettw 2013/11/04 05:22:14 Nit: put Err on the next line.
koz (OOO until 15th September) 2013/11/06 07:29:11 Done.
+
#endif // TOOLS_GN_VALUE_EXTRACTORS_H_

Powered by Google App Engine
This is Rietveld 408576698