Bug 912099 - Part e: Make sure CPP_SOURCES only points to existing files in gfx/skia; r=mshal

This commit is contained in:
Ms2ger
2013-10-03 09:10:01 +02:00
parent 9c779e5ba7
commit ff6d02e207
2 changed files with 330 additions and 330 deletions

View File

@@ -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']: