Include high DPI resource paks.

This commit is contained in:
Cheng Zhao 2014-07-16 15:05:02 +08:00
parent 00467b53c7
commit db6c37bfbc
5 changed files with 27 additions and 1 deletions

View file

@ -41,6 +41,8 @@ TARGET_BINARIES = {
'libEGL.dll',
'libGLESv2.dll',
'd3dcompiler_43.dll',
'ui_resources_200_percent.pak',
'webkit_resources_200_percent.pak',
'xinput1_3.dll',
],
'linux': [
@ -48,6 +50,8 @@ TARGET_BINARIES = {
'content_shell.pak',
'libchromiumcontent.so',
'libffmpegsumo.so',
'ui_resources_200_percent.pak',
'webkit_resources_200_percent.pak',
],
}
TARGET_DIRECTORIES = {