diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 16:39:34 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 16:39:34 +0000 |
commit | 9ad527c67d676d639164988a5785449830e5ba56 (patch) | |
tree | a130d9b594ff165bf7272b52eb4ac5bf1ccd36fd /content/content_shell.gypi | |
parent | f95dc3ea9e3ee69c4e7d0155ce42a126626f4925 (diff) | |
download | chromium_src-9ad527c67d676d639164988a5785449830e5ba56.zip chromium_src-9ad527c67d676d639164988a5785449830e5ba56.tar.gz chromium_src-9ad527c67d676d639164988a5785449830e5ba56.tar.bz2 |
Switch chrome to use TabContentsViewWin. The goal is to eventually have all TabContentsView implementations in content, since a lot of classes that they would depend on shouldn't be exposed to embedders.
(for others reading: Ben said once this is done TabContentsViewAura will be created and we can remove TabContentsViewViews).
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/9600004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125396 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index f17ee72..3367064 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -45,8 +45,6 @@ '..', ], 'sources': [ - 'browser/tab_contents/tab_contents_view_win.cc', - 'browser/tab_contents/tab_contents_view_win.h', 'shell/layout_test_controller_bindings.cc', 'shell/layout_test_controller_bindings.h', 'shell/shell.cc', |