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 /android_webview | |
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 'android_webview')
-rw-r--r-- | android_webview/browser/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/browser/DEPS b/android_webview/browser/DEPS index 64fb2cf..c4c14e1 100644 --- a/android_webview/browser/DEPS +++ b/android_webview/browser/DEPS @@ -5,6 +5,7 @@ include_rules = [ "+android_webview/public/browser", "+cc", + "-cc/surfaces", "+components/auto_login_parser", "+components/autofill/content/browser", |