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

Side by Side Diff: build/common.gypi

Issue 120123004: remove deprecated armv7 gyp setting now that all uses have been removed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'os_posix%': 1, 520 'os_posix%': 1,
521 }], 521 }],
522 522
523 # A flag for BSD platforms 523 # A flag for BSD platforms
524 ['OS=="freebsd" or OS=="openbsd"', { 524 ['OS=="freebsd" or OS=="openbsd"', {
525 'os_bsd%': 1, 525 'os_bsd%': 1,
526 }, { 526 }, {
527 'os_bsd%': 0, 527 'os_bsd%': 0,
528 }], 528 }],
529 529
530 # Set armv7 for backward compatibility.
531 # TODO(mostynb@opera.com): remove armv7 once all uses are
532 # removed http://crbug.com/234135
533 ['arm_version==7', {
534 'armv7': 1,
535 }, {
536 'armv7': 0,
537 }],
538
539 # NSS usage. 530 # NSS usage.
540 ['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris") and u se_openssl==0', { 531 ['(OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris") and u se_openssl==0', {
541 'use_nss%': 1, 532 'use_nss%': 1,
542 }, { 533 }, {
543 'use_nss%': 0, 534 'use_nss%': 0,
544 }], 535 }],
545 536
546 # libudev usage. This currently only affects the content layer. 537 # libudev usage. This currently only affects the content layer.
547 ['OS=="linux" and embedded==0', { 538 ['OS=="linux" and embedded==0', {
548 'use_udev%': 1, 539 'use_udev%': 1,
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'enable_touch_ui%': '<(enable_touch_ui)', 898 'enable_touch_ui%': '<(enable_touch_ui)',
908 'use_xi2_mt%':'<(use_xi2_mt)', 899 'use_xi2_mt%':'<(use_xi2_mt)',
909 'file_manager_extension%': '<(file_manager_extension)', 900 'file_manager_extension%': '<(file_manager_extension)',
910 'image_loader_extension%': '<(image_loader_extension)', 901 'image_loader_extension%': '<(image_loader_extension)',
911 'fastbuild%': '<(fastbuild)', 902 'fastbuild%': '<(fastbuild)',
912 'dcheck_always_on%': '<(dcheck_always_on)', 903 'dcheck_always_on%': '<(dcheck_always_on)',
913 'logging_like_official_build%': '<(logging_like_official_build)', 904 'logging_like_official_build%': '<(logging_like_official_build)',
914 'tracing_like_official_build%': '<(tracing_like_official_build)', 905 'tracing_like_official_build%': '<(tracing_like_official_build)',
915 'python_ver%': '<(python_ver)', 906 'python_ver%': '<(python_ver)',
916 'arm_version%': '<(arm_version)', 907 'arm_version%': '<(arm_version)',
917 'armv7%': '<(armv7)',
918 'arm_neon%': '<(arm_neon)', 908 'arm_neon%': '<(arm_neon)',
919 'arm_neon_optional%': '<(arm_neon_optional)', 909 'arm_neon_optional%': '<(arm_neon_optional)',
920 'sysroot%': '<(sysroot)', 910 'sysroot%': '<(sysroot)',
921 'system_libdir%': '<(system_libdir)', 911 'system_libdir%': '<(system_libdir)',
922 'component%': '<(component)', 912 'component%': '<(component)',
923 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)', 913 'use_titlecase_in_grd_files%': '<(use_titlecase_in_grd_files)',
924 'use_third_party_translations%': '<(use_third_party_translations)', 914 'use_third_party_translations%': '<(use_third_party_translations)',
925 'remoting%': '<(remoting)', 915 'remoting%': '<(remoting)',
926 'enable_one_click_signin%': '<(enable_one_click_signin)', 916 'enable_one_click_signin%': '<(enable_one_click_signin)',
927 'enable_webrtc%': '<(enable_webrtc)', 917 'enable_webrtc%': '<(enable_webrtc)',
(...skipping 3868 matching lines...) Expand 10 before | Expand all | Expand 10 after
4796 # settings in target dicts. SYMROOT is a special case, because many other 4786 # settings in target dicts. SYMROOT is a special case, because many other
4797 # Xcode variables depend on it, including variables such as 4787 # Xcode variables depend on it, including variables such as
4798 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 4788 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
4799 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 4789 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
4800 # files to appear (when present) in the UI as actual files and not red 4790 # files to appear (when present) in the UI as actual files and not red
4801 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 4791 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
4802 # and therefore SYMROOT, needs to be set at the project level. 4792 # and therefore SYMROOT, needs to be set at the project level.
4803 'SYMROOT': '<(DEPTH)/xcodebuild', 4793 'SYMROOT': '<(DEPTH)/xcodebuild',
4804 }, 4794 },
4805 } 4795 }
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