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

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

Issue 1780523003: Rename platform/fonts/CharacterData.h to avoid conflict with core/dom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO comment Created 4 years, 9 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 | « third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9b6f6558dd3803147e2fd8c2b283903f75c145b6..0d6530ba9f0e7ca5bcee9638971303a621642564 100644
--- a/third_party/WebKit/Source/platform/platform_generated.gyp
+++ b/third_party/WebKit/Source/platform/platform_generated.gyp
@@ -139,25 +139,25 @@
],
},
{
- 'action_name': 'CharacterData',
+ 'action_name': 'CharacterPropertyData',
'inputs': [
- 'fonts/CharacterDataGenerator.cpp',
- 'fonts/CharacterData.h'
+ 'fonts/CharacterPropertyDataGenerator.cpp',
+ 'fonts/CharacterPropertyDataGenerator.h'
],
'outputs': [
- '<(blink_platform_output_dir)/CharacterData.cpp',
+ '<(blink_platform_output_dir)/CharacterPropertyData.cpp',
],
'conditions': [
['generate_character_data==1', {
'action': [
'<(PRODUCT_DIR)/character_data_generator',
- '<(blink_platform_output_dir)/CharacterData.cpp',
+ '<(blink_platform_output_dir)/CharacterPropertyData.cpp',
],
}, {
'action': [
'cp',
- 'fonts/CharacterData.cpp',
- '<(blink_platform_output_dir)/CharacterData.cpp',
+ 'fonts/CharacterPropertyData.cpp',
+ '<(blink_platform_output_dir)/CharacterPropertyData.cpp',
],
}]
],
@@ -169,7 +169,7 @@
'type': 'executable',
'toolsets': ['host'],
'sources': [
- 'fonts/CharacterDataGenerator.cpp',
+ 'fonts/CharacterPropertyDataGenerator.cpp',
],
'dependencies': [
'<(DEPTH)/third_party/icu/icu.gyp:icuuc#host',
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698