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

Unified Diff: base/base.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 | « app\gfx\gtk_util.h ('k') | base/gfx/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 28001)
+++ base/base.gyp (working copy)
@@ -510,16 +510,8 @@
'type': '<(library)',
'msvs_guid': 'A508ADD3-CECE-4E0F-8448-2F5E454DF551',
'sources': [
- 'gfx/blit.cc',
- 'gfx/blit.h',
- 'gfx/gdi_util.cc',
- 'gfx/gdi_util.h',
'gfx/gtk_native_view_id_manager.cc',
'gfx/gtk_native_view_id_manager.h',
- 'gfx/gtk_util.cc',
- 'gfx/gtk_util.h',
- 'gfx/native_theme.cc',
- 'gfx/native_theme.h',
'gfx/native_widget_types.h',
'gfx/native_widget_types_gtk.cc',
'gfx/point.cc',
@@ -534,7 +526,6 @@
],
'dependencies': [
'base',
- '../skia/skia.gyp:skia',
],
'export_dependent_settings': [
'base',
@@ -545,14 +536,8 @@
'../build/linux/system.gyp:gtk',
],
}],
- [ 'OS != "win"', { 'sources!': [
- 'gfx/gdi_util.cc',
- 'gfx/native_theme.cc',
- ],
- }],
[ 'OS != "linux" and OS != "freebsd"', { 'sources!': [
'gfx/gtk_native_view_id_manager.cc',
- 'gfx/gtk_util.cc',
'gfx/native_widget_types_gtk.cc',
],
}],
@@ -584,7 +569,6 @@
'file_path_unittest.cc',
'file_util_unittest.cc',
'file_version_info_unittest.cc',
- 'gfx/native_theme_unittest.cc',
'gfx/rect_unittest.cc',
'gmock_unittest.cc',
'histogram_unittest.cc',
@@ -655,7 +639,6 @@
'dependencies': [
'base',
'base_gfx',
- '../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
],
« no previous file with comments | « app\gfx\gtk_util.h ('k') | base/gfx/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698