diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-06 15:35:29 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-06 15:35:29 +0000 |
commit | eb668c94234b83bb1cad9404e86eafe410388475 (patch) | |
tree | a5bf49fe892025c1727c767f5cc58d08d0cfd258 /content/content_tests.gypi | |
parent | eaef2a3f543f50bdd913d0a3fbe45f270639b9cf (diff) | |
download | chromium_src-eb668c94234b83bb1cad9404e86eafe410388475.zip chromium_src-eb668c94234b83bb1cad9404e86eafe410388475.tar.gz chromium_src-eb668c94234b83bb1cad9404e86eafe410388475.tar.bz2 |
Move TabContentsViewMac to content.
BUG=93804, 95573
TEST=no change
Review URL: https://chromiumcodereview.appspot.com/9323057
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120570 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 5be4116..eab4b4d 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -251,6 +251,7 @@ 'browser/tab_contents/render_view_host_manager_unittest.cc', 'browser/tab_contents/tab_contents_delegate_unittest.cc', 'browser/tab_contents/tab_contents_unittest.cc', + 'browser/tab_contents/web_contents_view_mac_unittest.mm', 'browser/tab_contents/web_drag_dest_mac_unittest.mm', 'browser/trace_subscriber_stdio_unittest.cc', 'common/mac/attributed_string_coder_unittest.mm', |