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 974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
985 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', | 985 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', |
986 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)', | 986 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)', |
987 'enable_mdns%' : '<(enable_mdns)', | 987 'enable_mdns%' : '<(enable_mdns)', |
988 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)', | 988 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)', |
989 'enable_hangout_services_extension%' : '<(enable_hangout_services_extension)
', | 989 'enable_hangout_services_extension%' : '<(enable_hangout_services_extension)
', |
990 'v8_optimized_debug%': '<(v8_optimized_debug)', | 990 'v8_optimized_debug%': '<(v8_optimized_debug)', |
991 'proprietary_codecs%': '<(proprietary_codecs)', | 991 'proprietary_codecs%': '<(proprietary_codecs)', |
992 'use_goma%': '<(use_goma)', | 992 'use_goma%': '<(use_goma)', |
993 'gomadir%': '<(gomadir)', | 993 'gomadir%': '<(gomadir)', |
994 | 994 |
995 # Use system nspr instead of the bundled one. | |
996 'use_system_nspr%': 0, | |
997 | |
998 # Use system protobuf instead of bundled one. | 995 # Use system protobuf instead of bundled one. |
999 'use_system_protobuf%': 0, | 996 'use_system_protobuf%': 0, |
1000 | 997 |
1001 # Use system yasm instead of bundled one. | 998 # Use system yasm instead of bundled one. |
1002 'use_system_yasm%': 0, | 999 'use_system_yasm%': 0, |
1003 | 1000 |
1004 # Use system ICU instead of bundled one. | 1001 # Use system ICU instead of bundled one. |
1005 'use_system_icu%' : 0, | 1002 'use_system_icu%' : 0, |
1006 | 1003 |
1007 # Default to enabled PIE; this is important for ASLR but we may need to be | 1004 # Default to enabled PIE; this is important for ASLR but we may need to be |
(...skipping 3970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4978 # settings in target dicts. SYMROOT is a special case, because many other | 4975 # settings in target dicts. SYMROOT is a special case, because many other |
4979 # Xcode variables depend on it, including variables such as | 4976 # Xcode variables depend on it, including variables such as |
4980 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4977 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
4981 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4978 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
4982 # files to appear (when present) in the UI as actual files and not red | 4979 # files to appear (when present) in the UI as actual files and not red |
4983 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4980 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
4984 # and therefore SYMROOT, needs to be set at the project level. | 4981 # and therefore SYMROOT, needs to be set at the project level. |
4985 'SYMROOT': '<(DEPTH)/xcodebuild', | 4982 'SYMROOT': '<(DEPTH)/xcodebuild', |
4986 }, | 4983 }, |
4987 } | 4984 } |
OLD | NEW |