summaryrefslogtreecommitdiffstats
path: root/gfx/DEPS
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-30 16:41:26 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-30 16:41:26 +0000
commitb8eeb3eeba2418d9a1a7bb8429ddd5ec592298c1 (patch)
tree3f57eec1b726d23d6126f3f9bcc4c7c86a54da2a /gfx/DEPS
parenteacaf240e4852d599af41cca2e51279a25c59937 (diff)
downloadchromium_src-b8eeb3eeba2418d9a1a7bb8429ddd5ec592298c1.zip
chromium_src-b8eeb3eeba2418d9a1a7bb8429ddd5ec592298c1.tar.gz
chromium_src-b8eeb3eeba2418d9a1a7bb8429ddd5ec592298c1.tar.bz2
Restore the Direct2D tests. It no longer uses WindowImpl which I moved to app and caused a circular dependency. Fortunately, this test's requirements are very simple and the code required is very small.
TEST=the tests run BUG=none Review URL: http://codereview.chromium.org/6003006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70314 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/DEPS')
-rw-r--r--gfx/DEPS3
1 files changed, 0 insertions, 3 deletions
diff --git a/gfx/DEPS b/gfx/DEPS
index 008cce3..548fe15 100644
--- a/gfx/DEPS
+++ b/gfx/DEPS
@@ -2,7 +2,4 @@ include_rules = [
"+base",
"+grit/gfx_resources.h",
"+skia",
-
- # Allow the unit tests to use window_impl to pop up windows.
- "+app/win/window_impl.h",
]