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

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

Issue 2883813002: Move TextJustify to its own file. (Closed)
Patch Set: Add build Created 3 years, 7 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/text/TextJustify.h » ('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 a98b8059b4ee3b6e669a41f34ae3f3fbdc94e4d1..23dc5e0139bef2f8e82390ccc306350d5d778007 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -1439,6 +1439,7 @@ component("platform") {
"text/TextDecoration.h",
"text/TextEncodingDetector.cpp",
"text/TextEncodingDetector.h",
+ "text/TextJustify.h",
"text/TextRun.cpp",
"text/TextRun.h",
"text/TextRunIterator.h",
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/text/TextJustify.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698