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

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

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/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 5bba9f7db5c4d9a1d432a6b8f93a3699987ee142..c31a0d8d22c80d4f6da92a08b12eba78f4793a26 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -164,8 +164,8 @@ action("character_data") {
executable("character_data_generator") {
sources = [
- "fonts/CharacterPropertyDataGenerator.cpp",
- "fonts/CharacterPropertyDataGenerator.h",
+ "text/CharacterPropertyDataGenerator.cpp",
+ "text/CharacterPropertyDataGenerator.h",
]
configs += [ "//third_party/WebKit/Source:config" ]
deps = [

Powered by Google App Engine
This is Rietveld 408576698