asset_catalog.gni |
|
5525 |
BUILD.gn |
|
8292 |
BuildInfo.plist |
|
1052 |
codesign.py |
Returns the location of the installed mobile provisioning profiles.
Returns:
The path to the directory containing the installed mobile provisioning
profiles as a string.
|
22733 |
compile_ib_files.py |
|
1586 |
compile_xcassets_unittests.py |
|
7289 |
config.gni |
|
1049 |
dummy.py |
Empty script that does nothing and return success error code.
This script is used by some gn targets that pretend creating some output
but instead depend on another target creating the output indirectly (in
general this output is a directory that is used as input by a bundle_data
target).
It ignores all parameters and terminate with a success error code. It
does the same thing as the unix command "true", but gn can only invoke
python scripts.
|
619 |
entitlements.plist |
|
402 |
find_signing_identity.py |
Redact value past the N-th character. |
2583 |
generate_umbrella_header.py |
\
// Copyright $year The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// This file is auto-generated by //build/ios/config/generate_umbrella_header.py
#ifndef $header_guard
#define $header_guard
$imports
#endif // $header_guard
|
2093 |
hardlink.py |
Recursively create hardlink to target named output. |
1984 |
Host-Info.plist |
|
3623 |
ios_sdk.gni |
|
7183 |
ios_sdk_overrides.gni |
|
581 |
ios_test_runner_wrapper.gni |
|
4238 |
Module-Info.plist |
|
866 |
OWNERS |
|
26 |
resources |
|
|
rules.gni |
|
75748 |
strip_arm64e.py |
Strip arm64e architecture from a binary if present. |
2186 |
write_framework_hmap.py |
Generates a header map based on |filelist|.
Per Mark Mentovai:
A header map is structured essentially as a hash table, keyed by names used
in #includes, and providing pathnames to the actual files.
The implementation below and the comment above comes from inspecting:
http://www.opensource.apple.com/source/distcc/distcc-2503/distcc_dist/include_server/headermap.py?txt
while also looking at the implementation in clang in:
https://llvm.org/svn/llvm-project/cfe/trunk/lib/Lex/HeaderMap.cpp
|
3264 |
write_framework_modulemap.py |
\
framework module %(framework_name)s {
umbrella header "%(framework_name)s.h"
export *
module * { export * }
}
|
727 |
xctest_shell.mm |
|
738 |