summaryrefslogtreecommitdiffstats
path: root/app/app_base.gypi
diff options
context:
space:
mode:
authorbacker@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-25 14:04:12 +0000
committerbacker@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-25 14:04:12 +0000
commitb9b751f2681d39b11a692a655eb16a9e1e4eba97 (patch)
treeef152fd04b0a9730f9088aa1b968e6096097127e /app/app_base.gypi
parent13ffb98bc729794380228ebdc09b18687d2d1d74 (diff)
downloadchromium_src-b9b751f2681d39b11a692a655eb16a9e1e4eba97.zip
chromium_src-b9b751f2681d39b11a692a655eb16a9e1e4eba97.tar.gz
chromium_src-b9b751f2681d39b11a692a655eb16a9e1e4eba97.tar.bz2
Refactor: Move app/surface to ui/gfx/surface.
This is progress towards moving app/gfx/gl to ui/gfx/gl. Currently, surface depends on gl, but gl depends on app_base (which contains surface). This refactor gets rid of this potential cyclic dependency. surface.gyp is in a separate file (not a .gypi include) because cyclic dependency checking is at the file level (not target level). BUG=none TEST=by hand and try bots Review URL: http://codereview.chromium.org/6718027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79396 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app_base.gypi')
-rw-r--r--app/app_base.gypi8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/app_base.gypi b/app/app_base.gypi
index 5e73c11..9c50598 100644
--- a/app/app_base.gypi
+++ b/app/app_base.gypi
@@ -232,14 +232,6 @@
'sql/statement.h',
'sql/transaction.cc',
'sql/transaction.h',
- 'surface/accelerated_surface_mac.cc',
- 'surface/accelerated_surface_mac.h',
- 'surface/io_surface_support_mac.cc',
- 'surface/io_surface_support_mac.h',
- 'surface/transport_dib.h',
- 'surface/transport_dib_linux.cc',
- 'surface/transport_dib_mac.cc',
- 'surface/transport_dib_win.cc',
'win/iat_patch_function.cc',
'win/iat_patch_function.h',
'win/scoped_co_mem.h',