DescriptionWork around a bug where create_bundle() is ignoring data_deps() in iOS GN build.
It looks like create_bundle() is not checking for data_deps when it
generates its ninja rules, and as a result we don't build iossim
when we build base_unittests.app. By shifting the data_dep to the
underlying executable target, this works around the issue, but we
should probably fix the GN code generator for create_bundle() instead.
R=sdefresne@chromium.org
BUG=599203
Committed: https://crrev.com/cd03fa72212077a789679a77992529c3aa6c08fe
Cr-Commit-Position: refs/heads/master@{#384141}
Patch Set 1 #
Messages
Total messages: 12 (4 generated)
|