summaryrefslogtreecommitdiffstats
path: root/app/app.gyp
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-07 20:07:17 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-07 20:07:17 +0000
commit86281adbe4f9e4c2eae038cf15706bf0d105483e (patch)
treeae789c433aeb5aa385f7cc5be1ddf7c2740ff668 /app/app.gyp
parentdb41b844f92a7a4a01644bff013e297691f4a8e4 (diff)
downloadchromium_src-86281adbe4f9e4c2eae038cf15706bf0d105483e.zip
chromium_src-86281adbe4f9e4c2eae038cf15706bf0d105483e.tar.gz
chromium_src-86281adbe4f9e4c2eae038cf15706bf0d105483e.tar.bz2
Move classes depending on Skia out of base/gfx and into app/gfx. Rename
native_theme to native_theme_win since its Windows-specific. BUG=none TEST=none Review URL: http://codereview.chromium.org/259047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28300 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app.gyp')
-rw-r--r--app/app.gyp16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/app.gyp b/app/app.gyp
index 1ae1335..c35ba0e 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -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',
],