diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 13:49:29 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 13:49:29 +0000 |
commit | 59f2a689dc69c6566ac9828f2988eb79c7f58c4f (patch) | |
tree | 04efa01c9bc13b5aea0b010b8a1c2127773c54c7 /webkit/glue/DEPS | |
parent | 07234e2ed3e19da00c4df0d1b82651c43431736e (diff) | |
download | chromium_src-59f2a689dc69c6566ac9828f2988eb79c7f58c4f.zip chromium_src-59f2a689dc69c6566ac9828f2988eb79c7f58c4f.tar.gz chromium_src-59f2a689dc69c6566ac9828f2988eb79c7f58c4f.tar.bz2 |
Export symbols from content.dll that are depended upon by chrome.dll.
BUG=103896
TBR=dpranke
Review URL: http://codereview.chromium.org/8511058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109622 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/DEPS')
-rw-r--r-- | webkit/glue/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/DEPS b/webkit/glue/DEPS index 8c66cf7..da908a8 100644 --- a/webkit/glue/DEPS +++ b/webkit/glue/DEPS @@ -1,4 +1,7 @@ include_rules = [ + # This is currently required for the shared component build. + # TODO(dpranke): Remove when no longer needed (bug: 103896). + "+content/common/content_export.h", "+gpu", "+media", "+skia/ext", |