diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-02 16:50:58 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-02 16:50:58 +0000 |
commit | 2290cb86f535d7babd4d84a2a08831404885e78c (patch) | |
tree | 09bca698a3e1a66c14ff50771dee24cd5751c918 /chrome/common/DEPS | |
parent | e9b3528e6a8d79f465fcdd2e44477f1eb9275539 (diff) | |
download | chromium_src-2290cb86f535d7babd4d84a2a08831404885e78c.zip chromium_src-2290cb86f535d7babd4d84a2a08831404885e78c.tar.gz chromium_src-2290cb86f535d7babd4d84a2a08831404885e78c.tar.bz2 |
Make webkit_glue not depend on default_plugin.
This removes a dependency cycle and should also make life easier for DRT.
Revert http://codereview.chromium.org/1658012
Review URL: http://codereview.chromium.org/2358001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48731 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/DEPS')
-rw-r--r-- | chrome/common/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/DEPS b/chrome/common/DEPS index 8a41106..c3db484 100644 --- a/chrome/common/DEPS +++ b/chrome/common/DEPS @@ -5,6 +5,7 @@ include_rules = [ "+media/audio", "+sandbox/src", "+skia/include", + "+webkit/default_plugin", "+webkit/glue", # Other libraries. |