Chromium Code Reviews

Unified Diff: gfx/gfx.gyp

Issue 2813042: Move WindowImpl to gfx so I can use it there for canvas unit tests.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/aeropeek_manager.cc ('k') | gfx/window_impl.h » ('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 51425)
+++ gfx/gfx.gyp (working copy)
@@ -113,6 +113,8 @@
'icon_util.h',
'native_theme_win.cc',
'native_theme_win.h',
+ 'window_impl.cc',
+ 'window_impl.h'
],
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
« no previous file with comments | « chrome/browser/aeropeek_manager.cc ('k') | gfx/window_impl.h » ('j') | no next file with comments »

Powered by Google App Engine