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

Unified Diff: app/app.gyp

Issue 259047: Move classes depending on Skia out of base/gfx and into app/gfx. Rename... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | app/gfx/blit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app.gyp
===================================================================
--- app/app.gyp (revision 28001)
+++ app/app.gyp (working copy)
@@ -81,6 +81,8 @@
'drag_drop_types_gtk.cc',
'drag_drop_types_win.cc',
'drag_drop_types.h',
+ 'gfx/blit.cc',
+ 'gfx/blit.h',
'gfx/canvas.cc',
'gfx/canvas.h',
'gfx/canvas_linux.cc',
@@ -98,9 +100,15 @@
'gfx/color_utils.cc',
'gfx/color_utils.h',
'gfx/favicon_size.h',
+ 'gfx/gdi_util.cc',
+ 'gfx/gdi_util.h',
+ 'gfx/gtk_util.cc',
+ 'gfx/gtk_util.h',
'gfx/icon_util.cc',
'gfx/icon_util.h',
'gfx/insets.h',
+ 'gfx/native_theme_win.cc',
+ 'gfx/native_theme_win.h',
'gfx/path_gtk.cc',
'gfx/path_win.cc',
'gfx/path.h',
@@ -190,13 +198,19 @@
['OS!="win"', {
'sources!': [
'drag_drop_types.h',
+ 'gfx/gdi_util.cc',
+ 'gfx/gdi_util.h',
'gfx/icon_util.cc',
'gfx/icon_util.h',
+ 'gfx/native_theme_win.cc',
+ 'gfx/native_theme_win.h',
'os_exchange_data.cc',
],
}],
['OS!="linux"', {
'sources!': [
+ 'gfx/gtk_util.cc',
+ 'gfx/gtk_util.h',
'gtk_dnd_util.cc',
'gtk_dnd_util.h',
],
@@ -228,6 +242,7 @@
'gfx/color_utils_unittest.cc',
'gfx/font_unittest.cc',
'gfx/icon_util_unittest.cc',
+ 'gfx/native_theme_win_unittest.cc',
'gfx/skbitmap_operations_unittest.cc',
'gfx/text_elider_unittest.cc',
'l10n_util_mac_unittest.mm',
@@ -254,6 +269,7 @@
['OS!="win"', {
'sources!': [
'gfx/icon_util_unittest.cc',
+ 'gfx/native_theme_win_unittest.cc',
'os_exchange_data_win_unittest.cc',
'win_util_unittest.cc',
],
« no previous file with comments | « no previous file | app/gfx/blit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698