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

Unified Diff: third_party/WebKit/Source/platform/platform_generated.gyp

Issue 1847853004: Move Character.h from platform/fonts to platform/text (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again Created 4 years, 8 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
Index: third_party/WebKit/Source/platform/platform_generated.gyp
diff --git a/third_party/WebKit/Source/platform/platform_generated.gyp b/third_party/WebKit/Source/platform/platform_generated.gyp
index 0d6530ba9f0e7ca5bcee9638971303a621642564..82d5bc318abf8e3df47c547a8ff3ae5fd648cdd8 100644
--- a/third_party/WebKit/Source/platform/platform_generated.gyp
+++ b/third_party/WebKit/Source/platform/platform_generated.gyp
@@ -141,8 +141,8 @@
{
'action_name': 'CharacterPropertyData',
'inputs': [
- 'fonts/CharacterPropertyDataGenerator.cpp',
- 'fonts/CharacterPropertyDataGenerator.h'
+ 'text/CharacterPropertyDataGenerator.cpp',
+ 'text/CharacterPropertyDataGenerator.h'
],
'outputs': [
'<(blink_platform_output_dir)/CharacterPropertyData.cpp',
@@ -156,7 +156,7 @@
}, {
'action': [
'cp',
- 'fonts/CharacterPropertyData.cpp',
+ 'text/CharacterPropertyData.cpp',
'<(blink_platform_output_dir)/CharacterPropertyData.cpp',
],
}]
@@ -169,7 +169,7 @@
'type': 'executable',
'toolsets': ['host'],
'sources': [
- 'fonts/CharacterPropertyDataGenerator.cpp',
+ 'text/CharacterPropertyDataGenerator.cpp',
],
'dependencies': [
'<(DEPTH)/third_party/icu/icu.gyp:icuuc#host',
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.cpp ('k') | third_party/WebKit/Source/platform/text/Character.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698