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 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1288 # the outputs should always change as well. This is meant purely for | 1288 # the outputs should always change as well. This is meant purely for |
1289 # developer builds, to avoid spurious re-linking of native files. | 1289 # developer builds, to avoid spurious re-linking of native files. |
1290 'optimize_jni_generation%': 0, | 1290 'optimize_jni_generation%': 0, |
1291 | 1291 |
1292 # Always uses openssl. | 1292 # Always uses openssl. |
1293 'use_openssl%': 1, | 1293 'use_openssl%': 1, |
1294 | 1294 |
1295 'proprietary_codecs%': '<(proprietary_codecs)', | 1295 'proprietary_codecs%': '<(proprietary_codecs)', |
1296 'enable_task_manager%': 0, | 1296 'enable_task_manager%': 0, |
1297 'safe_browsing%': 2, | 1297 'safe_browsing%': 2, |
1298 'configuration_policy%': 0, | |
1299 'input_speech%': 0, | 1298 'input_speech%': 0, |
1300 'enable_automation%': 0, | 1299 'enable_automation%': 0, |
1301 'java_bridge%': 1, | 1300 'java_bridge%': 1, |
1302 'build_ffmpegsumo%': 0, | 1301 'build_ffmpegsumo%': 0, |
1303 'linux_use_tcmalloc%': 0, | 1302 'linux_use_tcmalloc%': 0, |
1304 | 1303 |
1305 # Disable Native Client. | 1304 # Disable Native Client. |
1306 'disable_nacl%': 1, | 1305 'disable_nacl%': 1, |
1307 | 1306 |
1308 # Android does not support background apps. | 1307 # Android does not support background apps. |
(...skipping 3344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4653 # settings in target dicts. SYMROOT is a special case, because many other | 4652 # settings in target dicts. SYMROOT is a special case, because many other |
4654 # Xcode variables depend on it, including variables such as | 4653 # Xcode variables depend on it, including variables such as |
4655 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4654 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4656 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4655 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4657 # files to appear (when present) in the UI as actual files and not red | 4656 # files to appear (when present) in the UI as actual files and not red |
4658 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4657 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4659 # and therefore SYMROOT, needs to be set at the project level. | 4658 # and therefore SYMROOT, needs to be set at the project level. |
4660 'SYMROOT': '<(DEPTH)/xcodebuild', | 4659 'SYMROOT': '<(DEPTH)/xcodebuild', |
4661 }, | 4660 }, |
4662 } | 4661 } |
OLD | NEW |