diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-28 15:11:05 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-28 15:11:05 +0000 |
commit | ae3fec8dc8d5c0559e495994c7e096354578bcab (patch) | |
tree | b304b634b657ec17fa7331856493a8dda8d5d7b7 /content/DEPS | |
parent | 66db7bc0efc03109bddc3b31f7944d7fe492f643 (diff) | |
download | chromium_src-ae3fec8dc8d5c0559e495994c7e096354578bcab.zip chromium_src-ae3fec8dc8d5c0559e495994c7e096354578bcab.tar.gz chromium_src-ae3fec8dc8d5c0559e495994c7e096354578bcab.tar.bz2 |
Move RenderWidgetHostViewMac to content.
BUG=95573
TEST=no visible change
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=103113
Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=103117
Review URL: http://codereview.chromium.org/8052026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103118 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", |