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

Unified Diff: ui/gfx/gfx.gyp

Issue 26541007: ozone: Allow building for ozone without depending on pango (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 1 month 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/gfx/gfx.gyp
diff --git a/ui/gfx/gfx.gyp b/ui/gfx/gfx.gyp
index 7ab68a1f8ff830f4420799b96765c1f0679d1c3a..abab2eab42c981aab9b835e2108e929a4fd81f4a 100644
--- a/ui/gfx/gfx.gyp
+++ b/ui/gfx/gfx.gyp
@@ -197,10 +197,11 @@
'rect_f.h',
'render_text.cc',
'render_text.h',
- 'render_text_linux.cc',
- 'render_text_linux.h',
'render_text_mac.cc',
'render_text_mac.h',
+ 'render_text_ozone.cc',
+ 'render_text_pango.cc',
+ 'render_text_pango.h',
'render_text_win.cc',
'render_text_win.h',
'safe_integer_conversions.h',
@@ -305,7 +306,6 @@
['use_pango==0', {
'sources/': [
['exclude', '^pango_util\\.'],
msw 2013/11/04 23:10:46 nit: would it make sense to add "_util" to your li
sadrul 2013/11/05 02:42:27 Done.
- ['exclude', '^platform_font_pango\\.'],
],
}],
['toolkit_uses_gtk == 1', {

Powered by Google App Engine
This is Rietveld 408576698