DescriptionRename XCTests test main target and output.
Refactor ios_xctest_test template in order to have the main target
correspond to the host application and to have the dynamic module
be a secondary target.
With this change ios_xctest_test("foo") { ... } will now create an
application named foo.app (instead of foo_host.app) and the target
will be correctly named foo (instead of foo_host).
Keep the old target foo_host and the foo_host.app as compatibility
until the downstream bots have been fixed to use the new names.
Rename ios_web_shell_test_host to ios_web_shell_egtests.
BUG=662404
Committed: https://crrev.com/103ee1e345eb36725297bb35e758cbbd023cb8a8
Cr-Commit-Position: refs/heads/master@{#430570}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use a boolean to select convention and avoid build app twice and rename ios_web_shell_eg_test to io… #Patch Set 3 : Fix build/config/ios/Module-Info.plist #Patch Set 4 : Rebase #
Messages
Total messages: 30 (19 generated)
|