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

Unified Diff: tools/gn/create_bundle_target_generator.h

Issue 2205693005: Add bundle_deps_filter to create_bundle targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix value of kBundleDepsFilter. Created 4 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/bundle_data.cc ('k') | tools/gn/create_bundle_target_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/create_bundle_target_generator.h
diff --git a/tools/gn/create_bundle_target_generator.h b/tools/gn/create_bundle_target_generator.h
index 9527a1a888845b9cecbcd2d39cd4ef15daf5a771..585abf1feba3a1dbdb21315a9af175172c454b0d 100644
--- a/tools/gn/create_bundle_target_generator.h
+++ b/tools/gn/create_bundle_target_generator.h
@@ -33,6 +33,7 @@ class CreateBundleTargetGenerator : public TargetGenerator {
bool FillCodeSigningSources();
bool FillCodeSigningOutputs();
bool FillCodeSigningArgs();
+ bool FillBundleDepsFilter();
DISALLOW_COPY_AND_ASSIGN(CreateBundleTargetGenerator);
};
« no previous file with comments | « tools/gn/bundle_data.cc ('k') | tools/gn/create_bundle_target_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698