diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 17:40:21 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 17:40:21 +0000 |
commit | 59c9f17a96e85f4589483a0133715ab373700930 (patch) | |
tree | f3d6879a44fb40288c06d22f14cc1fdfc4247917 /content/DEPS | |
parent | 482853dcc4fd22bb0b27e75a9b0f9b350c58d731 (diff) | |
download | chromium_src-59c9f17a96e85f4589483a0133715ab373700930.zip chromium_src-59c9f17a96e85f4589483a0133715ab373700930.tar.gz chromium_src-59c9f17a96e85f4589483a0133715ab373700930.tar.bz2 |
Move RenderWidgetHostViewWin to content.
BUG=76697
Review URL: http://codereview.chromium.org/7745024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98265 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 01fd1fa..24476e0 100644 --- a/content/DEPS +++ b/content/DEPS @@ -46,6 +46,8 @@ include_rules = [ # given its id is left to the embedder. "-ui/base/l10n", "-ui/base/resource", + # This file isn't related to grd, so it's fine. + "+ui/base/l10n/l10n_util_win.h", "+views", "+webkit", |