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

Unified Diff: ui/ui_gfx.gypi

Issue 7265011: RenderText API Outline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add some placeholder functionality on Windows. Created 9 years, 6 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: ui/ui_gfx.gypi
diff --git a/ui/ui_gfx.gypi b/ui/ui_gfx.gypi
index c9907c3c3a6ccc31aeedabe587b34cc59ccf1f60..ca3d149a27ff97241f64040b3d62fa5e2af8bb34 100644
--- a/ui/ui_gfx.gypi
+++ b/ui/ui_gfx.gypi
@@ -102,6 +102,12 @@
'gfx/point.h',
'gfx/rect.cc',
'gfx/rect.h',
+ 'gfx/render_text.h',
+ 'gfx/render_text.cc',
+ 'gfx/render_text_linux.h',
+ 'gfx/render_text_linux.cc',
+ 'gfx/render_text_win.h',
+ 'gfx/render_text_win.cc',
'gfx/scoped_cg_context_save_gstate_mac.h',
'gfx/scoped_ns_graphics_context_save_gstate_mac.h',
'gfx/scoped_ns_graphics_context_save_gstate_mac.mm',

Powered by Google App Engine
This is Rietveld 408576698