| 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',
|
| ],
|
|
|