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

Side by Side Diff: build/common.gypi

Issue 706763003: x11: Always require XI2.2 for X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot-merge Created 6 years, 1 month 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
« no previous file with comments | « ash/touch/touch_uma.cc ('k') | build/config/BUILD.gn » ('j') | 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 # Enable FILE support by default. 542 # Enable FILE support by default.
543 'disable_file_support%': 0, 543 'disable_file_support%': 0,
544 544
545 # Enable FTP support by default. 545 # Enable FTP support by default.
546 'disable_ftp_support%': 0, 546 'disable_ftp_support%': 0,
547 547
548 # Use native android functions in place of ICU. Not supported by most 548 # Use native android functions in place of ICU. Not supported by most
549 # components. 549 # components.
550 'use_icu_alternatives_on_android%': 0, 550 'use_icu_alternatives_on_android%': 0,
551 551
552 # XInput2 multitouch support is enabled by default (use_xi2_mt=2).
553 # Setting to zero value disables XI2 MT. When XI2 MT is enabled,
554 # the input value also defines the required XI2 minor minimum version.
555 # For example, use_xi2_mt=2 means XI2.2 or above version is required.
556 'use_xi2_mt%': 2,
557
558 # Use of precompiled headers on Windows. 552 # Use of precompiled headers on Windows.
559 # 553 #
560 # This variable may be explicitly set to 1 (enabled) or 0 554 # This variable may be explicitly set to 1 (enabled) or 0
561 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. 555 # (disabled) in ~/.gyp/include.gypi or via the GYP command line.
562 # This setting will override the default. 556 # This setting will override the default.
563 # 557 #
564 # See 558 # See
565 # http://code.google.com/p/chromium/wiki/WindowsPrecompiledHeaders 559 # http://code.google.com/p/chromium/wiki/WindowsPrecompiledHeaders
566 # for details. 560 # for details.
567 'chromium_win_pch%': 0, 561 'chromium_win_pch%': 0,
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 'use_ozone_evdev%': '<(use_ozone_evdev)', 1086 'use_ozone_evdev%': '<(use_ozone_evdev)',
1093 'use_clipboard_aurax11%': '<(use_clipboard_aurax11)', 1087 'use_clipboard_aurax11%': '<(use_clipboard_aurax11)',
1094 'desktop_linux%': '<(desktop_linux)', 1088 'desktop_linux%': '<(desktop_linux)',
1095 'use_x11%': '<(use_x11)', 1089 'use_x11%': '<(use_x11)',
1096 'use_gnome_keyring%': '<(use_gnome_keyring)', 1090 'use_gnome_keyring%': '<(use_gnome_keyring)',
1097 'linux_fpic%': '<(linux_fpic)', 1091 'linux_fpic%': '<(linux_fpic)',
1098 'chromeos%': '<(chromeos)', 1092 'chromeos%': '<(chromeos)',
1099 'chromecast%': '<(chromecast)', 1093 'chromecast%': '<(chromecast)',
1100 'enable_viewport%': '<(enable_viewport)', 1094 'enable_viewport%': '<(enable_viewport)',
1101 'enable_hidpi%': '<(enable_hidpi)', 1095 'enable_hidpi%': '<(enable_hidpi)',
1102 'use_xi2_mt%':'<(use_xi2_mt)',
1103 'image_loader_extension%': '<(image_loader_extension)', 1096 'image_loader_extension%': '<(image_loader_extension)',
1104 'fastbuild%': '<(fastbuild)', 1097 'fastbuild%': '<(fastbuild)',
1105 'dont_embed_build_metadata%': '<(dont_embed_build_metadata)', 1098 'dont_embed_build_metadata%': '<(dont_embed_build_metadata)',
1106 'win_z7%': '<(win_z7)', 1099 'win_z7%': '<(win_z7)',
1107 'dcheck_always_on%': '<(dcheck_always_on)', 1100 'dcheck_always_on%': '<(dcheck_always_on)',
1108 'tracing_like_official_build%': '<(tracing_like_official_build)', 1101 'tracing_like_official_build%': '<(tracing_like_official_build)',
1109 'arm_version%': '<(arm_version)', 1102 'arm_version%': '<(arm_version)',
1110 'arm_neon%': '<(arm_neon)', 1103 'arm_neon%': '<(arm_neon)',
1111 'arm_neon_optional%': '<(arm_neon_optional)', 1104 'arm_neon_optional%': '<(arm_neon_optional)',
1112 'sysroot%': '<(sysroot)', 1105 'sysroot%': '<(sysroot)',
(...skipping 1501 matching lines...) Expand 10 before | Expand all | Expand 10 after
2614 }], 2607 }],
2615 ['use_clipboard_aurax11==1', { 2608 ['use_clipboard_aurax11==1', {
2616 'defines': ['USE_CLIPBOARD_AURAX11=1'], 2609 'defines': ['USE_CLIPBOARD_AURAX11=1'],
2617 }], 2610 }],
2618 ['enable_one_click_signin==1', { 2611 ['enable_one_click_signin==1', {
2619 'defines': ['ENABLE_ONE_CLICK_SIGNIN'], 2612 'defines': ['ENABLE_ONE_CLICK_SIGNIN'],
2620 }], 2613 }],
2621 ['enable_pre_sync_backup==1', { 2614 ['enable_pre_sync_backup==1', {
2622 'defines': ['ENABLE_PRE_SYNC_BACKUP'], 2615 'defines': ['ENABLE_PRE_SYNC_BACKUP'],
2623 }], 2616 }],
2624 ['use_xi2_mt!=0 and use_x11==1', {
2625 'defines': ['USE_XI2_MT=<(use_xi2_mt)'],
2626 }],
2627 ['image_loader_extension==1', { 2617 ['image_loader_extension==1', {
2628 'defines': ['IMAGE_LOADER_EXTENSION=1'], 2618 'defines': ['IMAGE_LOADER_EXTENSION=1'],
2629 }], 2619 }],
2630 ['profiling==1', { 2620 ['profiling==1', {
2631 'defines': ['ENABLE_PROFILING=1'], 2621 'defines': ['ENABLE_PROFILING=1'],
2632 }], 2622 }],
2633 ['remoting==1', { 2623 ['remoting==1', {
2634 'defines': ['ENABLE_REMOTING=1'], 2624 'defines': ['ENABLE_REMOTING=1'],
2635 }], 2625 }],
2636 ['enable_webrtc==1', { 2626 ['enable_webrtc==1', {
(...skipping 3270 matching lines...) Expand 10 before | Expand all | Expand 10 after
5907 # settings in target dicts. SYMROOT is a special case, because many other 5897 # settings in target dicts. SYMROOT is a special case, because many other
5908 # Xcode variables depend on it, including variables such as 5898 # Xcode variables depend on it, including variables such as
5909 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 5899 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
5910 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 5900 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
5911 # files to appear (when present) in the UI as actual files and not red 5901 # files to appear (when present) in the UI as actual files and not red
5912 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 5902 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
5913 # and therefore SYMROOT, needs to be set at the project level. 5903 # and therefore SYMROOT, needs to be set at the project level.
5914 'SYMROOT': '<(DEPTH)/xcodebuild', 5904 'SYMROOT': '<(DEPTH)/xcodebuild',
5915 }, 5905 },
5916 } 5906 }
OLDNEW
« no previous file with comments | « ash/touch/touch_uma.cc ('k') | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698