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

Unified Diff: gfx/gfx.gyp

Issue 1132006: Move app/gfx/canvas and app/gfx/font to gfx/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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
« no previous file with comments | « gfx/font_win.cc ('k') | printing/printed_document.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gfx/gfx.gyp
===================================================================
--- gfx/gfx.gyp (revision 42303)
+++ gfx/gfx.gyp (working copy)
@@ -20,6 +20,7 @@
'codec/jpeg_codec_unittest.cc',
'codec/png_codec_unittest.cc',
'color_utils_unittest.cc',
+ 'font_unittest.cc',
'insets_unittest.cc',
'rect_unittest.cc',
'run_all_unittests.cc',
@@ -61,6 +62,11 @@
'sources': [
'blit.cc',
'blit.h',
+ 'canvas.cc',
+ 'canvas.h',
+ 'canvas_linux.cc',
+ 'canvas_mac.mm',
+ 'canvas_win.cc',
'codec/jpeg_codec.cc',
'codec/jpeg_codec.h',
'codec/png_codec.cc',
@@ -68,6 +74,11 @@
'color_utils.cc',
'color_utils.h',
'favicon_size.h',
+ 'font.h',
+ 'font_gtk.cc',
+ 'font_mac.mm',
+ 'font_skia.cc',
+ 'font_win.cc',
'gfx_paths.cc',
'gfx_paths.h',
'insets.cc',
@@ -104,6 +115,11 @@
],
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
+ 'dependencies': [
+ # font_gtk.cc uses fontconfig.
+ # TODO(evanm): I think this is wrong; it should just use GTK.
+ '../build/linux/system.gyp:fontconfig',
+ ],
'sources': [
'gtk_native_view_id_manager.cc',
'gtk_native_view_id_manager.h',
« no previous file with comments | « gfx/font_win.cc ('k') | printing/printed_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698