'<(libchromiumcontent_library_dir)/libffmpegsumo.so',
'<(libchromiumcontent_resources_dir)/icudtl.dat',
'<(libchromiumcontent_resources_dir)/content_shell.pak',
- '<(libchromiumcontent_resources_dir)/ui_resources_200_percent.pak',
- '<(libchromiumcontent_resources_dir)/webkit_resources_200_percent.pak',
],
},
{
'mac_bundle_resources': [
'atom/common/resources/mac/MainMenu.xib',
'<(libchromiumcontent_resources_dir)/content_shell.pak',
- '<(libchromiumcontent_resources_dir)/ui_resources_200_percent.pak',
- '<(libchromiumcontent_resources_dir)/webkit_resources_200_percent.pak',
'<(libchromiumcontent_resources_dir)/icudtl.dat',
],
'xcode_settings': {
void AtomMainDelegate::AddDataPackFromPath(
ui::ResourceBundle* bundle, const base::FilePath& pak_dir) {
+#if defined(OS_WIN)
bundle->AddDataPackFromPath(
pak_dir.Append(FILE_PATH_LITERAL("ui_resources_200_percent.pak")),
ui::SCALE_FACTOR_200P);
bundle->AddDataPackFromPath(
pak_dir.Append(FILE_PATH_LITERAL("webkit_resources_200_percent.pak")),
ui::SCALE_FACTOR_200P);
+#endif
}
bool AtomMainDelegate::BasicStartupComplete(int* exit_code) {