diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-20 16:32:57 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-20 16:32:57 +0000 |
commit | 07214a8e5f5b2c3aa5aa55d6c24e67f2e829a60a (patch) | |
tree | 2d80f7c471e0b1f5e196cdff566169ffbe1b4aa2 /chrome/chrome.gyp | |
parent | a8a07ae9a396926d8b2e3c778f46cef94e453cc1 (diff) | |
download | chromium_src-07214a8e5f5b2c3aa5aa55d6c24e67f2e829a60a.zip chromium_src-07214a8e5f5b2c3aa5aa55d6c24e67f2e829a60a.tar.gz chromium_src-07214a8e5f5b2c3aa5aa55d6c24e67f2e829a60a.tar.bz2 |
Add a unit test for BaseView. Add a helper to get the contentView more easily.
Review URL: http://codereview.chromium.org/82001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14030 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index a0f142f..91940fe 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2134,6 +2134,7 @@ # It is safe to list */cocoa/* files in the "common" file list # without an explicit exclusion since gyp is smart enough to # exclude them from non-Mac builds. + 'browser/cocoa/base_view_unittest.mm', 'browser/cocoa/bookmark_bar_controller_unittest.mm', 'browser/cocoa/bookmark_bar_state_controller_unittest.mm', 'browser/cocoa/bookmark_menu_bridge_unittest.mm', |