summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-05 04:42:00 +0000
committerrsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-05 04:42:00 +0000
commite51c1c51b1e1319d76b6a83d138b7de45641094f (patch)
tree0b9e805b3c9917b6653f22b0826cccbbb7a5637d /chrome/chrome_tests.gypi
parent7706e5e3598efb51d021a64f34f2c2d3e390be6f (diff)
downloadchromium_src-e51c1c51b1e1319d76b6a83d138b7de45641094f.zip
chromium_src-e51c1c51b1e1319d76b6a83d138b7de45641094f.tar.gz
chromium_src-e51c1c51b1e1319d76b6a83d138b7de45641094f.tar.bz2
[Mac] Implement the cookie manager
This CL creates the basic cookie management interface, allowing users to view and delete cookies from Chromium. TODO: (1) Add the filtering by domain capability. (2) Localize the NIB. BUG=15360 TEST=Chromium-->Preferences-->Under the Hood-->Show Cookies. Also covered by unit tests. Review URL: http://codereview.chromium.org/523025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rwxr-xr-xchrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 9657ce7..f7bea1c 100755
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -592,6 +592,7 @@
'browser/cocoa/cocoa_test_helper.h',
'browser/cocoa/cocoa_test_helper.mm',
'browser/cocoa/command_observer_bridge_unittest.mm',
+ 'browser/cocoa/cookies_window_controller_unittest.mm',
'browser/cocoa/custom_home_pages_model_unittest.mm',
'browser/cocoa/delayedmenu_button_unittest.mm',
'browser/cocoa/download_shelf_mac_unittest.mm',