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

Side by Side Diff: build/common.gypi

Issue 1253363004: ozone gbm: whitelist 3 DRM ioctl code for native GpuMemoryBuffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: define use_vgem_map in single place Created 5 years, 3 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
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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 605
606 # Enables used resource whitelist generation; disabled by default. 606 # Enables used resource whitelist generation; disabled by default.
607 'enable_resource_whitelist_generation%': 0, 607 'enable_resource_whitelist_generation%': 0,
608 608
609 # Enable FILE support by default. 609 # Enable FILE support by default.
610 'disable_file_support%': 0, 610 'disable_file_support%': 0,
611 611
612 # Enable FTP support by default. 612 # Enable FTP support by default.
613 'disable_ftp_support%': 0, 613 'disable_ftp_support%': 0,
614 614
615 # This enables memory-mapped access to accelerated graphics buffers via
616 # the VGEM ("virtual GEM") driver. This is currently only available on
617 # Chrome OS kernels and affects code in the GBM ozone platform.
618 # TODO(dshwang): remove this flag when all gbm hardware supports vgem map.
619 # crbug.com/519587
620 'use_vgem_map%': 0,
621
615 # Use native android functions in place of ICU. Not supported by most 622 # Use native android functions in place of ICU. Not supported by most
616 # components. 623 # components.
617 'use_icu_alternatives_on_android%': 0, 624 'use_icu_alternatives_on_android%': 0,
618 625
619 # Use of precompiled headers on Windows. 626 # Use of precompiled headers on Windows.
620 # 627 #
621 # This variable may be explicitly set to 1 (enabled) or 0 628 # This variable may be explicitly set to 1 (enabled) or 0
622 # (disabled) in ~/.gyp/include.gypi or via the GYP command line. 629 # (disabled) in ~/.gyp/include.gypi or via the GYP command line.
623 # This setting will override the default. 630 # This setting will override the default.
624 # 631 #
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 'enable_basic_printing%': '<(enable_basic_printing)', 1227 'enable_basic_printing%': '<(enable_basic_printing)',
1221 'enable_print_preview%': '<(enable_print_preview)', 1228 'enable_print_preview%': '<(enable_print_preview)',
1222 'enable_spellcheck%': '<(enable_spellcheck)', 1229 'enable_spellcheck%': '<(enable_spellcheck)',
1223 'use_browser_spellchecker%': '<(use_browser_spellchecker)', 1230 'use_browser_spellchecker%': '<(use_browser_spellchecker)',
1224 'enable_google_now%': '<(enable_google_now)', 1231 'enable_google_now%': '<(enable_google_now)',
1225 'cld_version%': '<(cld_version)', 1232 'cld_version%': '<(cld_version)',
1226 'cld2_table_size%': '<(cld2_table_size)', 1233 'cld2_table_size%': '<(cld2_table_size)',
1227 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)', 1234 'enable_captive_portal_detection%': '<(enable_captive_portal_detection)',
1228 'disable_file_support%': '<(disable_file_support)', 1235 'disable_file_support%': '<(disable_file_support)',
1229 'disable_ftp_support%': '<(disable_ftp_support)', 1236 'disable_ftp_support%': '<(disable_ftp_support)',
1237 'use_vgem_map%': '<(use_vgem_map)',
1230 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)', 1238 'use_icu_alternatives_on_android%': '<(use_icu_alternatives_on_android)',
1231 'enable_task_manager%': '<(enable_task_manager)', 1239 'enable_task_manager%': '<(enable_task_manager)',
1232 'sas_dll_path%': '<(sas_dll_path)', 1240 'sas_dll_path%': '<(sas_dll_path)',
1233 'wix_path%': '<(wix_path)', 1241 'wix_path%': '<(wix_path)',
1234 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)', 1242 'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
1235 'use_system_libjpeg%': '<(use_system_libjpeg)', 1243 'use_system_libjpeg%': '<(use_system_libjpeg)',
1236 'android_channel%': '<(android_channel)', 1244 'android_channel%': '<(android_channel)',
1237 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)', 1245 'icu_use_data_file_flag%': '<(icu_use_data_file_flag)',
1238 'gyp_managed_install%': 0, 1246 'gyp_managed_install%': 0,
1239 'create_standalone_apk%': 1, 1247 'create_standalone_apk%': 1,
(...skipping 5073 matching lines...) Expand 10 before | Expand all | Expand 10 after
6313 # settings in target dicts. SYMROOT is a special case, because many other 6321 # settings in target dicts. SYMROOT is a special case, because many other
6314 # Xcode variables depend on it, including variables such as 6322 # Xcode variables depend on it, including variables such as
6315 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something 6323 # PROJECT_DERIVED_FILE_DIR. When a source group corresponding to something
6316 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the 6324 # like PROJECT_DERIVED_FILE_DIR is added to a project, in order for the
6317 # files to appear (when present) in the UI as actual files and not red 6325 # files to appear (when present) in the UI as actual files and not red
6318 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR, 6326 # red "missing file" proxies, the correct path to PROJECT_DERIVED_FILE_DIR,
6319 # and therefore SYMROOT, needs to be set at the project level. 6327 # and therefore SYMROOT, needs to be set at the project level.
6320 'SYMROOT': '<(DEPTH)/xcodebuild', 6328 'SYMROOT': '<(DEPTH)/xcodebuild',
6321 }, 6329 },
6322 } 6330 }
OLDNEW
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | content/common/sandbox_linux/bpf_renderer_policy_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698