Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5408)

Unified Diff: chrome/chrome_browser.gypi

Issue 454623003: Store in memory cookies in a hash set instead of a list. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix total ordering. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/content_settings/local_shared_objects_container.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index c788c99c09f29f36a0996e881c0109ad31b6da4a..67be88d4368e175476918acaf1214f2f367765d8 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -225,6 +225,8 @@
'browser/browsing_data/browsing_data_quota_helper_impl.h',
'browser/browsing_data/browsing_data_remover.cc',
'browser/browsing_data/browsing_data_remover.h',
+ 'browser/browsing_data/canonical_cookie_hash.cc',
+ 'browser/browsing_data/canonical_cookie_hash.h',
'browser/browsing_data/cookies_tree_model.cc',
'browser/browsing_data/cookies_tree_model.h',
'browser/browsing_data/local_data_container.cc',
« no previous file with comments | « chrome/browser/content_settings/local_shared_objects_container.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698