summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
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/DEPS
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/DEPS')
-rw-r--r--chrome/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
index c24006e..f8a0e86 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -25,6 +25,9 @@ include_rules = [
# Allow inclusion of the database library.
"+webkit/database",
+ # Allow Apple code ImageAndTextCell.
+ "+third_party/apple",
+
# Allow inclusion of Mozilla interface headers.
"+third_party/mozilla",