summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_browser.gypi
diff options
context:
space:
mode:
authorshess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-20 07:03:18 +0000
committershess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-20 07:03:18 +0000
commitca4a992e75a7466f9c0f50544af0883d9ef9a90b (patch)
tree77dbe090493f47247440bb728de10d1bb12d9395 /chrome/chrome_browser.gypi
parent7621fc3ec8c4f60e009d16b597a77ddd6b45124f (diff)
downloadchromium_src-ca4a992e75a7466f9c0f50544af0883d9ef9a90b.zip
chromium_src-ca4a992e75a7466f9c0f50544af0883d9ef9a90b.tar.gz
chromium_src-ca4a992e75a7466f9c0f50544af0883d9ef9a90b.tar.bz2
Revert 36615 - SafeBrowsingStore storage abstraction for SafeBrowsing database.
First bit of refactoring safebrowsing to use a flat file format. SafeBrowsingStore implements just what is needed for SafeBrowsingDatabase using straightforward read/modify/write code. There will be a followon change to layer in onthefly format migration and integrate with SafeBrowsingDatabase. This CL only adds new classes and tests for same. BUG=none TEST=none Review URL: http://codereview.chromium.org/545053 TBR=shess@chromium.org Review URL: http://codereview.chromium.org/549105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36617 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rwxr-xr-xchrome/chrome_browser.gypi6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index c4e3824..69680d1 100755
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1452,12 +1452,6 @@
'browser/safe_browsing/safe_browsing_database_bloom.h',
'browser/safe_browsing/safe_browsing_service.cc',
'browser/safe_browsing/safe_browsing_service.h',
- 'browser/safe_browsing/safe_browsing_store.cc',
- 'browser/safe_browsing/safe_browsing_store.h',
- 'browser/safe_browsing/safe_browsing_store_file.cc',
- 'browser/safe_browsing/safe_browsing_store_file.h',
- 'browser/safe_browsing/safe_browsing_store_sqlite.cc',
- 'browser/safe_browsing/safe_browsing_store_sqlite.h',
'browser/safe_browsing/safe_browsing_util.cc',
'browser/safe_browsing/safe_browsing_util.h',
'browser/search_versus_navigate_classifier.cc',