| 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',
|
|
|