• Home
  • History
  • Annotate
  • only in /external/chromium/build/
NameDateSize

..21-Nov-20124 KiB

all.gyp21-Nov-201223 KiB

apply_locales.py21-Nov-20121.4 KiB

branding_value.sh21-Nov-20121.1 KiB

build_config.h21-Nov-20124.8 KiB

common.croc21-Nov-20123.3 KiB

common.gypi21-Nov-201262.6 KiB

compiler_version.py21-Nov-20121.3 KiB

dir_exists.py21-Nov-2012278

extract_from_cab.py21-Nov-2012907

features_override.gypi21-Nov-20124 KiB

grit_action.gypi21-Nov-20121.4 KiB

grit_target.gypi21-Nov-20121.2 KiB

gyp_chromium21-Nov-20125.8 KiB

install-build-deps.sh21-Nov-201218.8 KiB

install-chroot.sh21-Nov-201210.4 KiB

internal/21-Nov-20124 KiB

linux/21-Nov-20124 KiB

mac/21-Nov-20124 KiB

output_dll_copy.rules21-Nov-2012375

README.chromium21-Nov-2012892

release.gypi21-Nov-2012405

sanitize-mac-build-log.sed21-Nov-20121.1 KiB

sanitize-mac-build-log.sh21-Nov-2012225

sanitize-win-build-log.sed21-Nov-2012436

sanitize-win-build-log.sh21-Nov-2012225

temp_gyp/21-Nov-20124 KiB

util/21-Nov-20124 KiB

whitespace_file.txt21-Nov-2012425

win/21-Nov-20124 KiB

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