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

Unified Diff: BUILD.gn

Issue 2448293002: Name core/fxge/android files appropriately and use one file per class (Closed)
Patch Set: Fix build Created 4 years, 2 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 | core/fxge/android/cfpf_skiabufferfont.h » ('j') | core/fxge/android/cfpf_skiafontdescriptor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 05408e07121a8d484a30d268c2865d0deed2a95f..a77ea4c6b207dc7b277420a9cc62b4a5e07e5b2a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -746,14 +746,18 @@ static_library("fxcrt") {
static_library("fxge") {
sources = [
+ "core/fxge/android/cfpf_skiabufferfont.h",
+ "core/fxge/android/cfpf_skiadevicemodule.cpp",
+ "core/fxge/android/cfpf_skiadevicemodule.h",
+ "core/fxge/android/cfpf_skiafilefont.h",
+ "core/fxge/android/cfpf_skiafont.cpp",
+ "core/fxge/android/cfpf_skiafont.h",
+ "core/fxge/android/cfpf_skiafontdescriptor.h",
"core/fxge/android/cfpf_skiafontmgr.cpp",
- "core/fxge/android/fpf_skiafont.cpp",
- "core/fxge/android/fpf_skiafont.h",
- "core/fxge/android/fpf_skiafontmgr.h",
- "core/fxge/android/fpf_skiamodule.cpp",
- "core/fxge/android/fpf_skiamodule.h",
- "core/fxge/android/fx_android_font.cpp",
- "core/fxge/android/fx_android_font.h",
+ "core/fxge/android/cfpf_skiafontmgr.h",
+ "core/fxge/android/cfpf_skiapathfont.h",
+ "core/fxge/android/cfx_androidfontinfo.cpp",
+ "core/fxge/android/cfx_androidfontinfo.h",
"core/fxge/android/fx_android_imp.cpp",
"core/fxge/apple/apple_int.h",
"core/fxge/apple/cfx_quartzdevice.h",
« no previous file with comments | « no previous file | core/fxge/android/cfpf_skiabufferfont.h » ('j') | core/fxge/android/cfpf_skiafontdescriptor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698