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

Unified Diff: tools/gn/bundle_file_rule.cc

Issue 1842563006: DO NOT SUBMIT. Experimental Mac GN Framework support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Binary bundle data Created 4 years, 8 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_file_rule.h ('k') | tools/gn/function_toolchain.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/bundle_file_rule.cc
diff --git a/tools/gn/bundle_file_rule.cc b/tools/gn/bundle_file_rule.cc
index 7684196c35646e5cf8887a28041e85b5ec1f59ae..97beac2a6ed8d497b09c804eb9bffb4c8257d4f7 100644
--- a/tools/gn/bundle_file_rule.cc
+++ b/tools/gn/bundle_file_rule.cc
@@ -11,8 +11,9 @@
#include "tools/gn/target.h"
BundleFileRule::BundleFileRule(const std::vector<SourceFile> sources,
- const SubstitutionPattern& pattern)
- : sources_(sources), pattern_(pattern) {}
+ const SubstitutionPattern& pattern,
+ bool binary_compress)
+ : sources_(sources), pattern_(pattern), binary_compress_(binary_compress) {}
BundleFileRule::BundleFileRule(const BundleFileRule& other) = default;
« no previous file with comments | « tools/gn/bundle_file_rule.h ('k') | tools/gn/function_toolchain.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698