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

Unified Diff: third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp

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
Index: third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/CharacterDataGenerator.cpp b/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp
similarity index 93%
rename from third_party/WebKit/Source/platform/fonts/CharacterDataGenerator.cpp
rename to third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp
index a6c6ca3d5f030c7cbaa00cf1739d1232479115ba..02bf1a6e916dcbbb792e7acb6162ae33cfc067f2 100644
--- a/third_party/WebKit/Source/platform/fonts/CharacterDataGenerator.cpp
+++ b/third_party/WebKit/Source/platform/fonts/CharacterPropertyDataGenerator.cpp
@@ -2,7 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "CharacterData.h"
+// TODO(kojii): This file is compiled with $host_toolchain, which cannot find
+// include files in platform/fonts. The build scripts should include this
+// directory, and fix these #include's to "platform/fonts/...".
+#include "CharacterPropertyDataGenerator.h"
#include "CharacterProperty.h"
#include <cassert>

Powered by Google App Engine
This is Rietveld 408576698