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

Unified Diff: build/common.gypi

Issue 2030423002: Removing SAS gyp variables since they are no longer used by Chromoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sas_be_gone
Patch Set: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c81899ec9b6cc585bd71beca03f084cee76ce427..dbcaaa089af11b34f167b9654ae6154ab1b172df 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -999,14 +999,6 @@
'enable_print_preview%': 0,
}],
- # Path to sas.dll, which provides the SendSAS function.
- # http://msdn.microsoft.com/en-us/library/windows/desktop/dd979761(v=vs.85).aspx
- ['target_arch=="x64"', {
- 'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/amd64',
- }, {
- 'sas_dll_path%': '<(DEPTH)/third_party/platformsdk_win7/files/redist/x86',
- }],
-
['sysroot!=""', {
'pkg-config': '<(chroot_cmd) <(DEPTH)/build/linux/pkg-config-wrapper "<(sysroot)" "<(target_arch)" "<(system_libdir)"',
}, {
@@ -1243,7 +1235,6 @@
'use_platform_icu_alternatives%': '<(use_platform_icu_alternatives)',
'disable_brotli_filter%': '<(disable_brotli_filter)',
'enable_task_manager%': '<(enable_task_manager)',
- 'sas_dll_path%': '<(sas_dll_path)',
'wix_path%': '<(wix_path)',
'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
'use_system_libjpeg%': '<(use_system_libjpeg)',
@@ -1521,7 +1512,6 @@
# Contains data about the attached devices for gyp_managed_install.
'build_device_config_path': '<(PRODUCT_DIR)/build_devices.cfg',
- 'sas_dll_exists': '<!pymod_do_main(dir_exists "<(sas_dll_path)")',
'wix_exists': '<!pymod_do_main(dir_exists "<(wix_path)")',
'windows_sdk_path%': 'C:/Program Files (x86)/Windows Kits/10',
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698