Files
Xenia-Canary/src/alloy/backend/x64/sources.gypi
2014-01-24 22:26:15 -08:00

21 lines
368 B
Python

# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'tracing.h',
'x64_assembler.cc',
'x64_assembler.h',
'x64_backend.cc',
'x64_backend.h',
'x64_code_cache.cc',
'x64_code_cache.h',
'x64_emitter.cc',
'x64_emitter.h',
'x64_function.cc',
'x64_function.h',
],
'includes': [
'lowering/sources.gypi',
],
}