Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: Source/platform/blink_platform.gyp

Issue 404653004: Rename FontPlatformDataLinuxHarfBuzz to FontPlatformDataLinux (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/BUILD.gn ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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$'],
],
}],
],
« no previous file with comments | « Source/platform/BUILD.gn ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698