| 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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 729 'use_openmax_dl_fft%': 0, | 729 'use_openmax_dl_fft%': 0, |
| 730 }], | 730 }], |
| 731 ['OS=="win" or OS=="linux"', { | 731 ['OS=="win" or OS=="linux"', { |
| 732 'enable_mdns%' : 1, | 732 'enable_mdns%' : 1, |
| 733 }], | 733 }], |
| 734 | 734 |
| 735 # Turns on compiler optimizations in V8 in Debug build, except | 735 # Turns on compiler optimizations in V8 in Debug build, except |
| 736 # on android_clang, where we're hitting a weird linker error. | 736 # on android_clang, where we're hitting a weird linker error. |
| 737 # TODO(dpranke): http://crbug.com/266155 . | 737 # TODO(dpranke): http://crbug.com/266155 . |
| 738 ['OS=="android"', { | 738 ['OS=="android"', { |
| 739 'v8_optimized_debug%': 1, | 739 'v8_optimized_debug': 1, |
| 740 }, { | 740 }, { |
| 741 'v8_optimized_debug%': 2, | 741 'v8_optimized_debug': 2, |
| 742 }], | 742 }], |
| 743 ], | 743 ], |
| 744 | 744 |
| 745 # Set this to 1 to enable use of concatenated impulse responses | 745 # Set this to 1 to enable use of concatenated impulse responses |
| 746 # for the HRTF panner in WebAudio. | 746 # for the HRTF panner in WebAudio. |
| 747 'use_concatenated_impulse_responses': 1, | 747 'use_concatenated_impulse_responses': 1, |
| 748 | 748 |
| 749 # You can set the variable 'use_official_google_api_keys' to 1 | 749 # You can set the variable 'use_official_google_api_keys' to 1 |
| 750 # to use the Google-internal file containing official API keys | 750 # to use the Google-internal file containing official API keys |
| 751 # for Google Chrome even in a developer build. Setting this | 751 # for Google Chrome even in a developer build. Setting this |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 'google_default_client_id%': '<(google_default_client_id)', | 890 'google_default_client_id%': '<(google_default_client_id)', |
| 891 'google_default_client_secret%': '<(google_default_client_secret)', | 891 'google_default_client_secret%': '<(google_default_client_secret)', |
| 892 'enable_managed_users%': '<(enable_managed_users)', | 892 'enable_managed_users%': '<(enable_managed_users)', |
| 893 'native_discardable_memory%': '<(native_discardable_memory)', | 893 'native_discardable_memory%': '<(native_discardable_memory)', |
| 894 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)', | 894 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)', |
| 895 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', | 895 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', |
| 896 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', | 896 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', |
| 897 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', | 897 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', |
| 898 'enable_mdns%' : '<(enable_mdns)', | 898 'enable_mdns%' : '<(enable_mdns)', |
| 899 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)', | 899 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)', |
| 900 'v8_optimized_debug%': '<(v8_optimized_debug)', | 900 'v8_optimized_debug': '<(v8_optimized_debug)', |
| 901 'proprietary_codecs%': '<(proprietary_codecs)', | 901 'proprietary_codecs%': '<(proprietary_codecs)', |
| 902 | 902 |
| 903 # Use system nspr instead of the bundled one. | 903 # Use system nspr instead of the bundled one. |
| 904 'use_system_nspr%': 0, | 904 'use_system_nspr%': 0, |
| 905 | 905 |
| 906 # Use system protobuf instead of bundled one. | 906 # Use system protobuf instead of bundled one. |
| 907 'use_system_protobuf%': 0, | 907 'use_system_protobuf%': 0, |
| 908 | 908 |
| 909 # Use system yasm instead of bundled one. | 909 # Use system yasm instead of bundled one. |
| 910 'use_system_yasm%': 0, | 910 'use_system_yasm%': 0, |
| (...skipping 3831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4742 # settings in target dicts. SYMROOT is a special case, because many other | 4742 # settings in target dicts. SYMROOT is a special case, because many other |
| 4743 # Xcode variables depend on it, including variables such as | 4743 # Xcode variables depend on it, including variables such as |
| 4744 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something | 4744 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something |
| 4745 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the | 4745 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the |
| 4746 # files to appear (when present) in the UI as actual files and not red | 4746 # files to appear (when present) in the UI as actual files and not red |
| 4747 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, | 4747 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, |
| 4748 # and therefore SYMROOT, needs to be set at the project level. | 4748 # and therefore SYMROOT, needs to be set at the project level. |
| 4749 'SYMROOT': '<(DEPTH)/xcodebuild', | 4749 'SYMROOT': '<(DEPTH)/xcodebuild', |
| 4750 }, | 4750 }, |
| 4751 } | 4751 } |
| OLD | NEW |