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

Unified Diff: tools/gn/binary_target_generator.h

Issue 1386783003: [GN]: Support for loadable modules (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unit tests Created 5 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/binary_target_generator.h
diff --git a/tools/gn/binary_target_generator.h b/tools/gn/binary_target_generator.h
index 4674f967302381a8f5526ade8efd343f16fc71be..97001c8aca35d18f6720ca608b7cd31c7a4f14f4 100644
--- a/tools/gn/binary_target_generator.h
+++ b/tools/gn/binary_target_generator.h
@@ -28,6 +28,7 @@ class BinaryTargetGenerator : public TargetGenerator {
bool FillOutputName();
bool FillOutputExtension();
bool FillAllowCircularIncludesFrom();
+ bool FillDarwinBundle();
Target::OutputType output_type_;

Powered by Google App Engine
This is Rietveld 408576698