Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
internal/ | 03-May-2024 | - | 67 | 56 | ||
linux/ | 03-May-2024 | - | 598 | 514 | ||
mac/ | 03-May-2024 | - | 444 | 288 | ||
temp_gyp/ | 03-May-2024 | - | 168 | 161 | ||
util/ | 03-May-2024 | - | 353 | 276 | ||
win/ | 03-May-2024 | - | 61 | 54 | ||
README.chromium | D | 03-May-2024 | 892 | 16 | 11 | |
all.gyp | D | 03-May-2024 | 23 KiB | 563 | 560 | |
apply_locales.py | D | 03-May-2024 | 1.4 KiB | 46 | 25 | |
branding_value.sh | D | 03-May-2024 | 1.1 KiB | 52 | 29 | |
build_config.h | D | 03-May-2024 | 4.8 KiB | 164 | 109 | |
common.croc | D | 03-May-2024 | 3.3 KiB | 128 | 120 | |
common.gypi | D | 03-May-2024 | 62.6 KiB | 1,692 | 1,607 | |
compiler_version.py | D | 03-May-2024 | 1.3 KiB | 51 | 34 | |
dir_exists.py | D | 03-May-2024 | 278 | 11 | 4 | |
extract_from_cab.py | D | 03-May-2024 | 907 | 28 | 11 | |
features_override.gypi | D | 03-May-2024 | 4 KiB | 120 | 116 | |
grit_action.gypi | D | 03-May-2024 | 1.4 KiB | 40 | 35 | |
grit_target.gypi | D | 03-May-2024 | 1.2 KiB | 40 | 36 | |
gyp_chromium | D | 03-May-2024 | 5.8 KiB | 168 | 99 | |
install-build-deps.sh | D | 03-May-2024 | 18.8 KiB | 516 | 406 | |
install-chroot.sh | D | 03-May-2024 | 10.4 KiB | 326 | 242 | |
output_dll_copy.rules | D | 03-May-2024 | 375 | 18 | 17 | |
release.gypi | D | 03-May-2024 | 405 | 20 | 18 | |
sanitize-mac-build-log.sed | D | 03-May-2024 | 1.1 KiB | 33 | 13 | |
sanitize-mac-build-log.sh | D | 03-May-2024 | 225 | 7 | 1 | |
sanitize-win-build-log.sed | D | 03-May-2024 | 436 | 15 | 2 | |
sanitize-win-build-log.sh | D | 03-May-2024 | 225 | 7 | 1 | |
whitespace_file.txt | D | 03-May-2024 | 425 | 12 | 8 |
README.chromium
1List of property sheets to be included by projects: 2 common.vsprops 3 Not used anymore. No-op. Kept for compatibility with current projects. 4 5 debug.vsprops 6 Enables debug settings. Must be included directly in Debug configuration. Includes internal\essential.vsprops. 7 8 external_code.vsprops 9 Contains settings made to simplify usage of external (non-Google) code. It relaxes the warning levels. Should be included after debug.vsprops or release.vsprops to override their settings. 10 11 output_dll_copy.rules 12 Run to enable automatic copy of DLL when they are as an input file in a vcproj project. 13 14 release.vsprops 15 Enables release settings. Must be included directly in Release configuration. Includes internal\essential.vsprops. Also includes "internal\release_impl$(CHROME_BUILD_TYPE).vsprops". So the behavior is dependant on the CHROME_BUILD_TYPE environment variable. 16