OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 # IMPORTANT: | 5 # IMPORTANT: |
6 # Please don't directly include this file if you are building via gyp_chromium, | 6 # Please don't directly include this file if you are building via gyp_chromium, |
7 # since gyp_chromium is automatically forcing its inclusion. | 7 # since gyp_chromium is automatically forcing its inclusion. |
8 { | 8 { |
9 # Variables expected to be overriden on the GYP command line (-D) or by | 9 # Variables expected to be overriden on the GYP command line (-D) or by |
10 # ~/.gyp/include.gypi. | 10 # ~/.gyp/include.gypi. |
(...skipping 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1716 # breaking assumptions in the build system that when inputs have changed | 1716 # breaking assumptions in the build system that when inputs have changed |
1717 # the outputs should always change as well. This is meant purely for | 1717 # the outputs should always change as well. This is meant purely for |
1718 # developer builds, to avoid spurious re-linking of native files. | 1718 # developer builds, to avoid spurious re-linking of native files. |
1719 'optimize_jni_generation%': 0, | 1719 'optimize_jni_generation%': 0, |
1720 | 1720 |
1721 # Always uses openssl. | 1721 # Always uses openssl. |
1722 'use_openssl%': 1, | 1722 'use_openssl%': 1, |
1723 'use_openssl_certs%': 1, | 1723 'use_openssl_certs%': 1, |
1724 | 1724 |
1725 'proprietary_codecs%': '<(proprietary_codecs)', | 1725 'proprietary_codecs%': '<(proprietary_codecs)', |
1726 'safe_browsing%': 2, | 1726 'safe_browsing%': 1, |
1727 'enable_web_speech%': 0, | 1727 'enable_web_speech%': 0, |
1728 'java_bridge%': 1, | 1728 'java_bridge%': 1, |
1729 'build_ffmpegsumo%': 0, | 1729 'build_ffmpegsumo%': 0, |
1730 'use_allocator%': 'none', | 1730 'use_allocator%': 'none', |
1731 | 1731 |
1732 # Disable Native Client. | 1732 # Disable Native Client. |
1733 'disable_nacl%': 1, | 1733 'disable_nacl%': 1, |
1734 | 1734 |
1735 # Android does not support background apps. | 1735 # Android does not support background apps. |
1736 'enable_background%': 0, | 1736 'enable_background%': 0, |
(...skipping 3875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5612 # settings in target dicts. SYMROOT is a special case, because many other | 5612 # settings in target dicts. SYMROOT is a special case, because many other |
5613 # Xcode variables depend on it, including variables such as | 5613 # Xcode variables depend on it, including variables such as |
5614 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 5614 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
5615 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 5615 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
5616 # files to appear (when present) in the UI as actual files and not red | 5616 # files to appear (when present) in the UI as actual files and not red |
5617 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 5617 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
5618 # and therefore SYMROOT, needs to be set at the project level. | 5618 # and therefore SYMROOT, needs to be set at the project level. |
5619 'SYMROOT': '<(DEPTH)/xcodebuild', | 5619 'SYMROOT': '<(DEPTH)/xcodebuild', |
5620 }, | 5620 }, |
5621 } | 5621 } |
OLD | NEW |