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

Unified Diff: third_party/WebKit/Source/platform/BUILD.gn

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 | « no previous file | third_party/WebKit/Source/platform/blink_platform.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index f5d0ad2def601062bbbfceaa4b9b070a57252082..20ed388e396c8e9b91af4f6fbcc4c33f5499548c 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -145,7 +145,7 @@ action("character_data") {
deps = [
":character_data_generator($host_toolchain)",
]
- output_file = "$blink_platform_output_dir/CharacterData.cpp"
+ output_file = "$blink_platform_output_dir/CharacterPropertyData.cpp"
outputs = [
output_file,
]
@@ -164,7 +164,8 @@ action("character_data") {
executable("character_data_generator") {
sources = [
- "fonts/CharacterDataGenerator.cpp",
+ "fonts/CharacterPropertyDataGenerator.cpp",
+ "fonts/CharacterPropertyDataGenerator.h",
]
configs += [ "//third_party/WebKit/Source:config" ]
deps = [
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/blink_platform.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698