Chromium Code Reviews| Index: Source/platform/blink_platform.gyp |
| diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp |
| index 38e1c74ba102be80775256cb06325b74c69c7873..b79a8589f22401a27597c877223f95e8384c4f91 100644 |
| --- a/Source/platform/blink_platform.gyp |
| +++ b/Source/platform/blink_platform.gyp |
| @@ -270,11 +270,11 @@ |
| }], |
| ['OS=="linux" or OS=="android"', { |
| 'sources/': [ |
| - ['include', 'fonts/linux/FontPlatformDataLinuxHarfBuzz\\.cpp$'], |
| + ['include', 'fonts/linux/FontPlatformDataLinux\\.cpp$'], |
| ] |
| }, { # OS!="linux" and OS!="android" |
| 'sources/': [ |
| - ['exclude', 'fonts/linux/FontPlatformDataLinuxHarfBuzz\\.cpp$'], |
| + ['exclude', 'fonts/linux/FontPlatformDataLinux\\.cpp$'], |
|
jbroman
2014/07/18 17:58:51
Nit: why is both an include and an exclude necessa
eae
2014/07/18 18:03:25
We use expression matching for inclusion/exclusion
|
| ] |
| }], |
| ['OS=="mac"', { |
| @@ -452,7 +452,7 @@ |
| ['OS=="android"', { |
| 'sources/': [ |
| ['include', 'exported/linux/WebFontRenderStyle\\.cpp$'], |
| - ['include', 'fonts/linux/FontPlatformDataLinuxHarfBuzz\\.cpp$'], |
| + ['include', 'fonts/linux/FontPlatformDataLinux\\.cpp$'], |
| ], |
| }], |
| ], |