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

Unified Diff: chrome/chrome_tests.gypi

Issue 7387007: Adding usage and quota entry to chrome://settings/cookies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed leak suppressions. Created 9 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/chrome_browser.gypi ('k') | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 2a9f0f7d2b53ca175450356a831242393d26aa04..640a8ab0db51649b11effec6e51545a6c447fc9d 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -87,6 +87,8 @@
'browser/mock_browsing_data_indexed_db_helper.h',
'browser/mock_browsing_data_local_storage_helper.cc',
'browser/mock_browsing_data_local_storage_helper.h',
+ 'browser/mock_browsing_data_quota_helper.cc',
+ 'browser/mock_browsing_data_quota_helper.h',
'browser/notifications/notification_test_util.cc',
'browser/notifications/notification_test_util.h',
'browser/policy/mock_cloud_policy_data_store.cc',
@@ -1324,6 +1326,7 @@
'browser/browsing_data_file_system_helper_unittest.cc',
'browser/browsing_data_indexed_db_helper_unittest.cc',
'browser/browsing_data_local_storage_helper_unittest.cc',
+ 'browser/browsing_data_quota_helper_unittest.cc',
'browser/browsing_data_remover_unittest.cc',
'browser/chrome_browser_application_mac_unittest.mm',
'browser/chromeos/cros/network_library.cc',
@@ -2077,6 +2080,8 @@
'../webkit/fileapi/file_writer_delegate_unittest.cc',
'../webkit/fileapi/file_system_test_helper.cc',
'../webkit/fileapi/file_system_test_helper.h',
+ '../webkit/quota/mock_storage_client.cc',
+ '../webkit/quota/mock_storage_client.h',
],
'conditions': [
['p2p_apis==1', {
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | tools/heapcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698