diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 22:54:43 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 22:54:43 +0000 |
commit | d6d8f719ce2e6c1483e085523ddb963eba1b6514 (patch) | |
tree | 368bb1396420155025fe41e5f13b5b7468b574f9 /content/DEPS | |
parent | 9fefe44a6503d060cd7cc38df910f09b3164c5e0 (diff) | |
download | chromium_src-d6d8f719ce2e6c1483e085523ddb963eba1b6514.zip chromium_src-d6d8f719ce2e6c1483e085523ddb963eba1b6514.tar.gz chromium_src-d6d8f719ce2e6c1483e085523ddb963eba1b6514.tar.bz2 |
Move GPU messages to content. I've also switched the IPC structs to use the new IPC macros that generate serialization code.
Review URL: http://codereview.chromium.org/6673003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77721 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 b5cb1c7..a5184fb 100644 --- a/content/DEPS +++ b/content/DEPS @@ -9,6 +9,7 @@ include_rules = [ "+chrome", "+grit", + "+gpu", "+media", "+net", "+ppapi", |