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

Unified Diff: tools/gn/functions.h

Issue 1606553002: Add support for Mac/iOS application bundles to GN tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unit tests & support for bundle_data_filter Created 4 years, 11 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/functions.h
diff --git a/tools/gn/functions.h b/tools/gn/functions.h
index b746515625cccb4d332547f90674dcb390a97e44..52e8c9fa816bf7eed3ff12189d1249289fbe9434 100644
--- a/tools/gn/functions.h
+++ b/tools/gn/functions.h
@@ -96,6 +96,14 @@ Value RunCopy(const FunctionCallNode* function,
Scope* block_scope,
Err* err);
+extern const char kCopyBundleData[];
+extern const char kCopyBundleData_HelpShort[];
+extern const char kCopyBundleData_Help[];
+Value RunCopyBundleData(const FunctionCallNode* function,
+ const std::vector<Value>& args,
+ Scope* block_scope,
+ Err* err);
+
extern const char kDeclareArgs[];
extern const char kDeclareArgs_HelpShort[];
extern const char kDeclareArgs_Help[];

Powered by Google App Engine
This is Rietveld 408576698