Skip to content

Commit

Permalink
Bug 1138250 - add actual source files from UNIFIED_SOURCES to VS proj…
Browse files Browse the repository at this point in the history
…ects always; r=ted.mielczarek; a=RyanVM
  • Loading branch information
rmottola committed Jul 24, 2019
1 parent 5f395dd commit 9fbb6ce
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions python/mozbuild/mozbuild/backend/visualstudio.py
Expand Up @@ -137,10 +137,7 @@ def _process_unified_sources(self, obj):
reldir = getattr(obj, 'relativedir', None)

s = self._paths_to_sources.setdefault(reldir, set())
if obj.have_unified_mapping:
s.update(unified_file for unified_file, _ in obj.unified_source_mapping)
else:
s.update(obj.files)
s.update(obj.files)

def consume_finished(self):
out_dir = self._out_dir
Expand Down

0 comments on commit 9fbb6ce

Please sign in to comment.