chromium-src-build/config/ios
sdefresne c4dee2af5e Revert of Work around a bug where create_bundle() is ignoring data_deps() in iOS GN build. (patchset #1 id:1 of https://codereview.chromium.org/1845753002/ )
Reason for revert:
gn binary as been fixed and create_bundle now causes its data_deps to be built, reverting this temporary change.

Original issue's description:
> Work 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}

TBR=dpranke@chromium.org
# Not skipping CQ checks because original CL landed more than 1 days ago.
BUG=599203

Review URL: https://codereview.chromium.org/1883843002

Cr-Original-Commit-Position: refs/heads/master@{#386994}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: d76422e697ad4de2edac5b23f12da1ee5e9dcd56
2016-04-13 15:16:34 +00:00
..
BUILD.gn Lots of misc bug fixes to make the GN build of ios work again. 2015-10-28 22:25:59 +00:00
BuildInfo.plist Use bundle_data and create_bundle to add support for iOS app bundle. 2016-03-16 10:56:36 +00:00
OWNERS Add sdefresne & rsesek as OWNERS of build/config/{ios,mac}. 2016-04-09 16:38:59 +00:00
find_signing_identity.py patch from chinmaygarde@ to make progress on mac, ios. 2015-08-07 05:23:38 +00:00
ios_compile_xib.py [iOS] Fix ios_web_shell to build with gn. 2016-03-25 17:11:37 +00:00
ios_gen_plist.py Use bundle_data and create_bundle to add support for iOS app bundle. 2016-03-16 10:56:36 +00:00
ios_sdk.gni Use bundle_data and create_bundle to add support for iOS app bundle. 2016-03-16 10:56:36 +00:00
ios_sdk.py Use bundle_data and create_bundle to add support for iOS app bundle. 2016-03-16 10:56:36 +00:00
rules.gni Revert of Work around a bug where create_bundle() is ignoring data_deps() in iOS GN build. (patchset #1 id:1 of https://codereview.chromium.org/1845753002/ ) 2016-04-13 15:16:34 +00:00