diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 02:45:43 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 02:45:43 +0000 |
commit | d0fcff7b79fdc1b1931eb0e2e2da20ae8771ad57 (patch) | |
tree | 9fae17aca3536ca96737741724b782c189bd4e23 /chrome/renderer/DEPS | |
parent | 770c714e651efbeef3507a3c177c619867c4f346 (diff) | |
download | chromium_src-d0fcff7b79fdc1b1931eb0e2e2da20ae8771ad57.zip chromium_src-d0fcff7b79fdc1b1931eb0e2e2da20ae8771ad57.tar.gz chromium_src-d0fcff7b79fdc1b1931eb0e2e2da20ae8771ad57.tar.bz2 |
reland crrev.com/212927 Move webkitplatformsupport_impl and related from glue to child
Win x64 warning suppression, and allocator dependency on linux for shared_library build compared to previous land.
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/20003004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213033 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/renderer/DEPS')
-rw-r--r-- | chrome/renderer/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS index 5d0c6fb..c00b5fb 100644 --- a/chrome/renderer/DEPS +++ b/chrome/renderer/DEPS @@ -2,6 +2,7 @@ include_rules = [ "+components/autofill/content/renderer", "+components/autofill/core/common", "+components/visitedlink/renderer", + "+content/public/child", "+content/public/renderer", "+extensions/common", "+grit", # For generated headers @@ -13,6 +14,7 @@ include_rules = [ "+sandbox/win/src", "+skia", + "+webkit/child", "+webkit/common", "+webkit/glue", "+webkit/renderer", |