Description[iOS/Mac/GN] The framework_bundle template should not force dependencies to link it.
Several targets require a build-time dependency on a framework bundle, but not a
link-time one. This can be if the target is only using the framework for its
resources or if it dlopen()s it at run-time.
framework_bundle now adds another target (target_name+link) that can be used if
something wants a link-time dependency on the framework bundle. By default, only
a build-time dependency is created.
BUG=297668
R=sdefresne@chromium.org,brettw@chromium.org
Committed: https://crrev.com/152572b1ae44de42b011c667c1d8bf317810851e
Cr-Commit-Position: refs/heads/master@{#389528}
Patch Set 1 : #Patch Set 2 : #
Total comments: 6
Patch Set 3 : Documentation #
Total comments: 4
Patch Set 4 : #Patch Set 5 : Rebase #
Messages
Total messages: 17 (7 generated)
|