chromium-src-build/config/ios
Sylvain Defresne c8b72be369 [ios] Fix build/config/ios/hardlink.py when output exists
shutil.rmtree fails if asked to delete a single file, so change
build/config/ios/hardlink.py to use os.unlink/shutil.rmtree based
on the output type (directory, file, symlink, ...).

Bug: none
Change-Id: I861c215e91b455e5b24f8159e162f21644a4bd47
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2390183
Auto-Submit: Sylvain Defresne <sdefresne@chromium.org>
Reviewed-by: Justin Cohen <justincohen@chromium.org>
Commit-Queue: Sylvain Defresne <sdefresne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#803861}
GitOrigin-RevId: af8f4f5d6065be3c60bb5a1b3ccefb94bea6493f
2020-09-02 08:10:26 -07:00
..
BUILD.gn [ios] Add support for building .swift files 2020-08-24 02:11:30 -07:00
BuildInfo.plist Use bundle_data and create_bundle to add support for iOS app bundle. 2016-03-16 10:56:36 +00:00
Host-Info.plist Rename XCTests test main target and output. 2016-11-08 10:41:45 +00:00
Module-Info.plist [ios] Adds an NSPrincipalClass entry to the XCTest Info.plist. 2019-05-17 15:56:05 +00:00
OWNERS [ios/mac] Preliminary work to untangle templates and scripts 2020-06-30 09:55:52 -07:00
asset_catalog.gni Reformat all gn files in /base, /build, /chrome/, /ui 2020-01-17 00:16:50 +00:00
codesign.py [ios] Add codesigning information in generated Xcode project 2020-06-26 07:08:08 -07:00
compile_ib_files.py Remove unused --developer-dir flag from 2 ios scripts. 2019-06-07 23:44:05 +00:00
compile_xcassets.py Move iOS only toolchain-related scripts into build/config/ios. 2019-06-07 17:06:24 +00:00
compile_xcassets_unittests.py Move iOS only toolchain-related scripts into build/config/ios. 2019-06-07 17:06:24 +00:00
dummy.py Refactor assets catalog declaration and compilation. 2017-06-30 17:47:44 +00:00
entitlements.plist Embeds the entitlements file in the binary in simulator builds. 2016-08-02 18:20:25 +00:00
find_signing_identity.py Reland "[ios] Better diagnostics when selecting codesigning identity fails" 2020-05-13 15:44:01 +00:00
generate_umbrella_header.py Generate ChromeWebView.h umbrella header for //ios/web_view:web_view framework. 2018-04-09 16:14:25 +00:00
hardlink.py [ios] Fix build/config/ios/hardlink.py when output exists 2020-09-02 08:10:26 -07:00
ios_sdk.gni [ios] Use a default filter for the codesigning identity 2020-05-20 18:23:48 +00:00
ios_sdk_overrides.gni [ios] Move SDK target to 12.0. 2019-07-23 16:31:38 +00:00
ios_test_runner_wrapper.gni [ios/infra] move xcode-parallelization to testing/buildbot 2020-08-20 09:58:18 -07:00
rules.gni Roll GN from e327ffdc..6f13aaac and update BUILD files. 2020-08-21 10:16:43 -07:00
strip_arm64e.py [ios] Force target to be dirty if xcode_version changes 2020-07-16 09:21:02 -07:00
write_framework_hmap.py //build: Convert print statements to Python 3 style 2019-05-12 06:11:07 +00:00
write_framework_modulemap.py [iOS/GN] Replace the last to gyp-mac-tool commands with standalone scripts. 2016-06-22 08:14:49 +00:00
xctest_shell.mm Convert ios_web_shell_test to GN. 2016-07-22 14:55:15 +00:00