Clone of https://chromium.googlesource.com/chromium/src/build with Mozilla's local modifications
Перейти к файлу
steveblock@chromium.org 410bcd8f4d Clean up gyp settings for libjpeg
The gyp settings for libjpeg currently have a number of problems ...
- Settings for using the system libjpeg are replicated in the gyp files for both libjpeg and libjpeg_turbo.
- The default setting for use_system_libjpeg is different depending on whether libjpeg or libjpeg_turbo is in use. This is unintuitive, as libjpeg_turbo is a drop-in replacement for libjpeg.

This patch improves the situation ...
- Improve documentation about the interaction between use_system_libjpeg and use_libjpeg_turbo.
- Use the libjpeg gyp file whenever use_system_libjpeg==1. This means that the settings for using the system libjpeg are only needed here. (A later patch will remove them from libjpeg_turbo's gyp file). It also means that the libjpeg_turbo repository can be excluded when use_system_libjpeg==1.
- Move all settings concerned with use_system_libjpeg to the libjpeg gyp file.

Note that with this change, we lose the OS-specific defaults for use_system_libjpeg when use_libjpeg_turbo==0. These defaults are currently not used, as use_libjpeg_turbo==1 always.

Review URL: https://chromiumcodereview.appspot.com/10696082

git-svn-id: http://src.chromium.org/svn/trunk/src/build@147254 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-18 17:11:28 +00:00
android Android: fix step name for test runners. 2012-07-18 14:59:10 +00:00
internal Disable fpo one more time, this time for non-official (canary) builds. 2012-02-09 21:04:32 +00:00
linux gyp: move target 'gdk' into chromeos==0 because we not use gtk/gdk anymore on ChromeOS. 2012-06-14 18:52:07 +00:00
mac Give copy_framework_unversioned an option to make a framework unversioned 2012-06-06 20:13:12 +00:00
temp_gyp Add iOS support to googleurl.gyp 2012-07-05 15:14:31 +00:00
util The LASTCHANGE file is created and updated by gclient runhooks under 2012-05-31 09:25:47 +00:00
win Set svn:executable bit on scripts that are executable. 2012-04-23 03:24:12 +00:00
OWNERS Add wildcard OWNERS files for directories where anyone can approve commits. 2012-03-12 20:56:41 +00:00
README.chromium TBR:nsylvain 2009-09-14 07:41:01 +00:00
all.gyp Add support for libxml as a system library target on iOS 2012-07-17 10:41:13 +00:00
all_android.gyp Add an activity monitor which profiles IO and CPU utilization. 2012-07-17 16:48:03 +00:00
apk_test.gypi Add the target ABI option for apk based test runner 2012-05-30 09:27:12 +00:00
apply_locales.py Move apply_locales.py from src/chrome/tools/build/ to src/build/. 2010-03-09 02:00:21 +00:00
asan.saves Revert ___asan_set_death_callback and ___asan_set_error_report_callback until the new Clang arrives. 2012-03-12 12:50:25 +00:00
branding_value.sh Adding a general script to fetch values from the BRANDING files. 2009-05-19 14:10:09 +00:00
build_config.h Fix build for native client to roll DEPS. 2012-07-04 15:23:39 +00:00
common.croc Various fixes for coverage building and testing. 2011-11-28 23:07:41 +00:00
common.gypi Clean up gyp settings for libjpeg 2012-07-18 17:11:28 +00:00
compiler_version.py compiler_version: suppress stderr unless command fails 2012-05-07 17:24:49 +00:00
copy_test_data_ios.gypi Adds a way to specify test data files for unittests. 2012-07-17 14:15:34 +00:00
copy_test_data_ios.py Ignore dotfiles when copying test data. 2012-07-18 11:16:21 +00:00
cp.py Rename aura_shell_unittests to ash_unittests, part 1 2012-07-13 21:27:03 +00:00
dir_exists.py Fix python scripts in src/build/ 2011-11-23 19:13:44 +00:00
download_nacl_toolchains.py Support for ARM NaCl untrusted runtime build. 2012-04-03 16:14:52 +00:00
escape_unicode.py Fix python scripts in src/build/ 2011-11-23 19:13:44 +00:00
extract_from_cab.py Quieter cab extraction 2012-05-23 07:08:56 +00:00
filename_rules.gypi Add iOS handling to filename_rules.gypi 2012-06-29 15:26:46 +00:00
gdb-add-index Add in support for components build. 2012-06-28 23:37:31 +00:00
grit_action.gypi Pick up and adjust to version of grit where default is no resource_ids file. 2012-04-02 10:21:01 +00:00
grit_target.gypi run cygwin mount setup in runhooks, and remove some references to it 2012-01-30 19:35:17 +00:00
gyp_chromium Change the gyp_chromium to build chromium in a symbolic link 2012-07-11 19:34:17 +00:00
install-build-deps-android-sdk.sh upgrade SDK if current SDK version is lower than targeted one 2012-07-14 06:47:48 +00:00
install-build-deps-android.sh Add xvfb dep since we use it in run_tests.sh 2012-06-22 23:58:58 +00:00
install-build-deps.sh Pass a potential --yes flag to an apt-get install. 2012-05-20 04:55:48 +00:00
install-chroot.sh add proxy support in install-chroot.sh 2012-05-09 18:31:56 +00:00
java.gypi Fix ninja build for android. 2012-05-29 23:19:13 +00:00
java_aidl.gypi Fix Java file generation rule in java_aidl.gypi 2012-07-10 23:12:06 +00:00
jni_generator.gypi Add templates for building java and running the jni_generator. 2012-04-17 04:39:52 +00:00
json_schema_bundle_compile.gypi Remove dependence on .json files for IDL-specified extensions/apps APIs 2012-03-21 05:40:14 +00:00
json_schema_compile.gypi Reapply 127159 (http://codereview.chromium.org/9666059) plus important fixes. 2012-03-19 22:24:35 +00:00
nocompile.gypi Disable No-compile tests. They are flaky on the tree. 2011-11-29 08:19:02 +00:00
output_dll_copy.rules Add the build directory to the repository. 2008-07-26 20:52:30 +00:00
precompile.cc Use precompiled headers for most large projects where the .gyp file 2011-09-07 14:14:54 +00:00
precompile.h Change a couple of TODOs to plain comments. 2012-04-24 19:04:41 +00:00
protoc.gypi Revert 123894 - Remove hand-rolled protobufs generation; enable rel paths in protoc.gypi 2012-02-28 05:25:06 +00:00
release.gypi Remove Purify and Quantify.Doing so will reduce substantially the size of the project files. 2011-08-17 17:41:02 +00:00
sanitize-mac-build-log.sed Set svn:executable bit on scripts that are executable. 2012-04-23 03:24:12 +00:00
sanitize-mac-build-log.sh Make script cross-platform. 2010-12-15 17:23:25 +00:00
sanitize-win-build-log.sed Set svn:executable bit on scripts that are executable. 2012-04-23 03:24:12 +00:00
sanitize-win-build-log.sh emacs: make trybot parser work on offical windows build output 2010-12-17 03:46:15 +00:00
some.gyp A gyp file that generates a Visual studio solution for only certain targets and their transitive dependencies. 2011-08-10 00:11:18 +00:00
update-linux-sandbox.sh Add update-linux-sandbox.sh to build/ 2012-06-06 20:12:46 +00:00
whitespace_file.txt Force another build 2012-07-01 23:32:18 +00:00
win_precompile.gypi Use precompiled headers on Windows only when a flag is set. 2011-09-27 00:15:16 +00:00

README.chromium

List of property sheets to be included by projects:
  common.vsprops
    Not used anymore. No-op. Kept for compatibility with current projects.

  debug.vsprops
    Enables debug settings. Must be included directly in Debug configuration. Includes internal\essential.vsprops.

  external_code.vsprops
    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.

  output_dll_copy.rules
    Run to enable automatic copy of DLL when they are as an input file in a vcproj project.

  release.vsprops
    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.