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

Unified Diff: build/all.gyp

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 | « no previous file | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index b338d5c45e4510b1ce16a835ff9153d03991ee2b..466c865b4a634f425f2022299f323ab00de9956b 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -386,7 +386,7 @@
# to break because of differences between ninja and msbuild. Make
# sure this target is built by the builders on the main waterfall.
# See http://crbug.com/180600.
- ['wix_exists == "True" and sas_dll_exists == "True"', {
+ ['wix_exists == "True"', {
'dependencies': [
'../remoting/remoting.gyp:remoting_host_installation',
],
@@ -1144,8 +1144,7 @@
'../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
],
'conditions': [
- ['component != "shared_library" and wix_exists == "True" and \
- sas_dll_exists == "True"', {
+ ['component != "shared_library" and wix_exists == "True"', {
'dependencies': [
'../remoting/remoting.gyp:remoting_host_installation',
],
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698