summaryrefslogtreecommitdiffstats
path: root/gfx/gfx.gyp
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-02 20:03:34 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-02 20:03:34 +0000
commit83421477bc9698c3f0c9de41764eb85dfc162ba7 (patch)
tree5bd1d315da95e1c907e3145574d3b3ce18a056ae /gfx/gfx.gyp
parent78fa96de8a0a6112d5aea2a42241427f6becc9c8 (diff)
downloadchromium_src-83421477bc9698c3f0c9de41764eb85dfc162ba7.zip
chromium_src-83421477bc9698c3f0c9de41764eb85dfc162ba7.tar.gz
chromium_src-83421477bc9698c3f0c9de41764eb85dfc162ba7.tar.bz2
Move WindowImpl to gfx so I can use it there for canvas unit tests.
BUG=none TEST=none Review URL: http://codereview.chromium.org/2813042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51554 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r--gfx/gfx.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp
index 592901c..668ac00 100644
--- a/gfx/gfx.gyp
+++ b/gfx/gfx.gyp
@@ -113,7 +113,13 @@
'icon_util.h',
'native_theme_win.cc',
'native_theme_win.h',
+ 'window_impl.cc',
+ 'window_impl.h'
],
+ 'include_dirs': [
+ '..',
+ '<(DEPTH)/third_party/wtl/include',
+ ],
}],
['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
'dependencies': [