Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Side by Side Diff: build/common.gypi

Issue 27708002: GYP variable v8_optimized_debug should be overridable by GYP_DEFINES (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 'use_openmax_dl_fft%': 0, 717 'use_openmax_dl_fft%': 0,
718 }], 718 }],
719 ['OS=="win" or OS=="linux"', { 719 ['OS=="win" or OS=="linux"', {
720 'enable_mdns%' : 1, 720 'enable_mdns%' : 1,
721 }], 721 }],
722 722
723 # Turns on compiler optimizations in V8 in Debug build, except 723 # Turns on compiler optimizations in V8 in Debug build, except
724 # on android_clang, where we're hitting a weird linker error. 724 # on android_clang, where we're hitting a weird linker error.
725 # TODO(dpranke): http://crbug.com/266155 . 725 # TODO(dpranke): http://crbug.com/266155 .
726 ['OS=="android"', { 726 ['OS=="android"', {
727 'v8_optimized_debug': 1, 727 'v8_optimized_debug%': 1,
728 }, { 728 }, {
729 'v8_optimized_debug': 2, 729 'v8_optimized_debug%': 2,
730 }], 730 }],
731 ], 731 ],
732 732
733 # Set this to 1 to enable use of concatenated impulse responses 733 # Set this to 1 to enable use of concatenated impulse responses
734 # for the HRTF panner in WebAudio. 734 # for the HRTF panner in WebAudio.
735 'use_concatenated_impulse_responses': 1, 735 'use_concatenated_impulse_responses': 1,
736 736
737 # You can set the variable 'use_official_google_api_keys' to 1 737 # You can set the variable 'use_official_google_api_keys' to 1
738 # to use the Google-internal file containing official API keys 738 # to use the Google-internal file containing official API keys
739 # for Google Chrome even in a developer build. Setting this 739 # for Google Chrome even in a developer build. Setting this
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 'google_default_client_secret%': '<(google_default_client_secret)', 878 'google_default_client_secret%': '<(google_default_client_secret)',
879 'enable_managed_users%': '<(enable_managed_users)', 879 'enable_managed_users%': '<(enable_managed_users)',
880 'native_discardable_memory%': '<(native_discardable_memory)', 880 'native_discardable_memory%': '<(native_discardable_memory)',
881 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)', 881 'native_memory_pressure_signals%': '<(native_memory_pressure_signals)',
882 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)', 882 'spdy_proxy_auth_origin%': '<(spdy_proxy_auth_origin)',
883 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)', 883 'spdy_proxy_auth_property%': '<(spdy_proxy_auth_property)',
884 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)', 884 'spdy_proxy_auth_value%': '<(spdy_proxy_auth_value)',
885 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)', 885 'data_reduction_proxy_probe_url%': '<(data_reduction_proxy_probe_url)',
886 'enable_mdns%' : '<(enable_mdns)', 886 'enable_mdns%' : '<(enable_mdns)',
887 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)', 887 'enable_enhanced_bookmarks%' : '<(enable_enhanced_bookmarks)',
888 'v8_optimized_debug': '<(v8_optimized_debug)', 888 'v8_optimized_debug%': '<(v8_optimized_debug)',
889 'proprietary_codecs%': '<(proprietary_codecs)', 889 'proprietary_codecs%': '<(proprietary_codecs)',
890 890
891 # Use system nspr instead of the bundled one. 891 # Use system nspr instead of the bundled one.
892 'use_system_nspr%': 0, 892 'use_system_nspr%': 0,
893 893
894 # Use system protobuf instead of bundled one. 894 # Use system protobuf instead of bundled one.
895 'use_system_protobuf%': 0, 895 'use_system_protobuf%': 0,
896 896
897 # Use system yasm instead of bundled one. 897 # Use system yasm instead of bundled one.
898 'use_system_yasm%': 0, 898 'use_system_yasm%': 0,
(...skipping 3830 matching lines...) Expand 10 before | Expand all | Expand 10 after
4729 # settings in target dicts. SYMROOT is a special case, because many other 4729 # settings in target dicts. SYMROOT is a special case, because many other
4730 # Xcode variables depend on it, including variables such as 4730 # Xcode variables depend on it, including variables such as
4731 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4731 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4732 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4732 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4733 # files to appear (when present) in the UI as actual files and not red 4733 # files to appear (when present) in the UI as actual files and not red
4734 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4734 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4735 # and therefore SYMROOT, needs to be set at the project level. 4735 # and therefore SYMROOT, needs to be set at the project level.
4736 'SYMROOT': '<(DEPTH)/xcodebuild', 4736 'SYMROOT': '<(DEPTH)/xcodebuild',
4737 }, 4737 },
4738 } 4738 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698