diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-16 05:22:28 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-16 05:22:28 +0000 |
commit | 54bf8134a16d70ae7302432d87420ecda6c1076b (patch) | |
tree | 4bd1a72d6a1e403aea1c566b271efc6047acbcf1 /content/DEPS | |
parent | 31a8825bab0ddfb7da147302f2646632ac63c18a (diff) | |
download | chromium_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 'content/DEPS')
-rw-r--r-- | content/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index 06f9207c..cf2821b 100644 --- a/content/DEPS +++ b/content/DEPS @@ -17,6 +17,7 @@ include_rules = [ "-base/prefs", "+cc", + "-cc/surfaces", # If you want to use any of these files, move them to src/base first. "-cc/base/scoped_ptr_algorithm.h", "-cc/base/scoped_ptr_deque.h", |