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

Unified Diff: tools/gn/target.h

Issue 1751903003: Add "bundle_data" target as first step for adding bundle support to gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-typos
Patch Set: Rebase Created 4 years, 10 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/substitution_type.cc ('k') | tools/gn/target.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/target.h
diff --git a/tools/gn/target.h b/tools/gn/target.h
index f49fdba4c2ab6be3441c79e0541a832caeb17b5b..9afd0fabf1d90d1f0b9cd8054b9e672315a225b5 100644
--- a/tools/gn/target.h
+++ b/tools/gn/target.h
@@ -44,6 +44,7 @@ class Target : public Item {
COPY_FILES,
ACTION,
ACTION_FOREACH,
+ BUNDLE_DATA,
};
enum DepsIterationType {
« no previous file with comments | « tools/gn/substitution_type.cc ('k') | tools/gn/target.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698