Pre-upstreaming scrubbing of platform\graphics\font files (Chromium side).
Rearrange the include order to avoid ugliness in FontCustomPlatformData and FontPlatformData. The ugliness is removed here: http://codereview.chromium.org/17621 R=awalker Review URL: http://codereview.chromium.org/17357 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7899 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -9729,10 +9729,10 @@
|
||||
"$(DIR_WEBCORE)/platform/chromium",
|
||||
"$(DIR_WEBCORE)/platform/cf",
|
||||
"$(DIR_WEBCORE)/platform/graphics",
|
||||
"$(DIR_WEBCORE)/platform/graphics/mac",
|
||||
"$(DIR_WEBCORE)/platform/graphics/chromium",
|
||||
"$(DIR_WEBCORE)/platform/graphics/skia",
|
||||
"$(DIR_WEBCORE)/platform/graphics/cg",
|
||||
"$(DIR_WEBCORE)/platform/graphics/mac",
|
||||
"$(DIR_WEBCORE)/platform/graphics/transforms",
|
||||
"$(DIR_WEBCORE)/platform/mac",
|
||||
"$(DIR_WEBCORE)/platform/network",
|
||||
@ -9859,10 +9859,10 @@
|
||||
"$(DIR_WEBCORE)/platform/chromium",
|
||||
"$(DIR_WEBCORE)/platform/cf",
|
||||
"$(DIR_WEBCORE)/platform/graphics",
|
||||
"$(DIR_WEBCORE)/platform/graphics/mac",
|
||||
"$(DIR_WEBCORE)/platform/graphics/chromium",
|
||||
"$(DIR_WEBCORE)/platform/graphics/skia",
|
||||
"$(DIR_WEBCORE)/platform/graphics/cg",
|
||||
"$(DIR_WEBCORE)/platform/graphics/mac",
|
||||
"$(DIR_WEBCORE)/platform/graphics/transforms",
|
||||
"$(DIR_WEBCORE)/platform/mac",
|
||||
"$(DIR_WEBCORE)/platform/network",
|
||||
|
Reference in New Issue
Block a user