Bug 912099 - Part e: Make sure CPP_SOURCES only points to existing files in gfx/skia; r=mshal
This commit is contained in:
@@ -126,7 +126,7 @@ class TreeMetadataEmitter(LoggingMixin):
|
||||
yield XPIDLFile(sandbox, mozpath.join(sandbox['SRCDIR'], idl),
|
||||
xpidl_module)
|
||||
|
||||
exclusions = ('gfx/skia', 'toolkit/crashreporter')
|
||||
exclusions = ('toolkit/crashreporter')
|
||||
|
||||
if sandbox['CPP_SOURCES'] and not sandbox['RELATIVEDIR'].startswith(exclusions) and os.path.join('js', 'src') not in sandbox.main_path:
|
||||
for src in sandbox['CPP_SOURCES']:
|
||||
|
||||
Reference in New Issue
Block a user