Changeset 109195 in webkit for trunk/Source/JavaScriptCore/wscript
- Timestamp:
- Feb 28, 2012, 10:36:05 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/wscript
r95934 r109195 34 34 import Options 35 35 36 jscore_excludes = ['jsc.cpp', 'ExecutableAllocatorPosix.cpp' ]36 jscore_excludes = ['jsc.cpp', 'ExecutableAllocatorPosix.cpp', 'LLIntOffsetsExtractor.cpp'] 37 37 jscore_excludes.extend(get_excludes(jscore_dir, ['*CF.cpp', '*Symbian.cpp'])) 38 38 jscore_excludes.extend(get_excludes(jscore_dir, ['*None.cpp']))
Note:
See TracChangeset
for help on using the changeset viewer.