diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-28 13:55:38 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-28 13:55:38 +0000 |
commit | 3910b9c5848cbf7f0f736cb9e9d699f3d40c5130 (patch) | |
tree | 44a0d6f4b4869a0a63b4323f232887c6e8551dc2 /content/DEPS | |
parent | d95f39f8e4ec2259714f4dfc4f6ce29fb5ee3a20 (diff) | |
download | chromium_src-3910b9c5848cbf7f0f736cb9e9d699f3d40c5130.zip chromium_src-3910b9c5848cbf7f0f736cb9e9d699f3d40c5130.tar.gz chromium_src-3910b9c5848cbf7f0f736cb9e9d699f3d40c5130.tar.bz2 |
Move RenderWidgetHostViewMac to content.
BUG=95573
TEST=no visible change
Review URL: http://codereview.chromium.org/8052026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103113 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index 51bda9a..8742fd4 100644 --- a/content/DEPS +++ b/content/DEPS @@ -34,7 +34,9 @@ include_rules = [ "-v8", "-tools", + # Allow inclusion of third-party code: "+third_party/gpsd", + "+third_party/mozilla", "+third_party/npapi/bindings", "+third_party/sqlite", "+third_party/tcmalloc", |