summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 05:22:28 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-16 05:22:28 +0000
commit54bf8134a16d70ae7302432d87420ecda6c1076b (patch)
tree4bd1a72d6a1e403aea1c566b271efc6047acbcf1 /cc/DEPS
parent31a8825bab0ddfb7da147302f2646632ac63c18a (diff)
downloadchromium_src-54bf8134a16d70ae7302432d87420ecda6c1076b.zip
chromium_src-54bf8134a16d70ae7302432d87420ecda6c1076b.tar.gz
chromium_src-54bf8134a16d70ae7302432d87420ecda6c1076b.tar.bz2
Skeleton surface interfaces in cc/surfaces
This adds a very basic surface class with tests under cc/surfaces to establish gyp and DEPS rules. While this system is under early development it shouldn't be used by anything outside of unit tests. BUG=334090 Review URL: https://codereview.chromium.org/131893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245137 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/DEPS')
-rw-r--r--cc/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/DEPS b/cc/DEPS
index 2ae5c7b..7ce91dfc 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -1,4 +1,5 @@
include_rules = [
+ "-cc/surfaces", # cc shouldn't depend directly on the surface implementation
"+gpu/GLES2",
"+gpu/command_buffer/client/context_support.h",
"+gpu/command_buffer/client/gles2_interface.h",