Lines Matching full:win
34 webcore_dirs.extend(['platform/wx/wxcode/win', 'plugins/win'])
35 webcore_sources['wx-win'] = [
36 'platform/graphics/win/TransformationMatrixWin.cpp',
38 # so we need to use the Win port's implementation until the wx bug fix is
40 'platform/win/SharedTimerWin.cpp',
42 'page/win/PageWin.cpp',
43 'plugins/win/PluginDataWin.cpp',
44 'plugins/win/PluginDatabaseWin.cpp',
45 'plugins/win/PluginMessageThrottlerWin.cpp',
46 'plugins/win/PluginPackageWin.cpp',
47 'plugins/win/PluginViewWin.cpp',
94 if sys.platform.startswith('win'):
98 # win/FontPlatformData.h, which breaks wx compilation. So we copy the files to the wx dir.
100 shutil.copy(os.path.join(graphics_dir, 'win', afile), os.path.join(graphics_dir, 'wx'))
121 exclude_patterns.append('*Win.cpp')