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

Unified Diff: chrome/chrome_tests.gypi

Issue 650110: Teach the cookie tree view / model about appcaches. Not hooked up to real dat... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 40156)
+++ chrome/chrome_tests.gypi (working copy)
@@ -57,10 +57,12 @@
# The only thing used from browser is Browser::Type.
'browser/browser.h',
'browser/cocoa/browser_test_helper.h',
+ 'browser/mock_browsing_data_appcache_helper.cc',
+ 'browser/mock_browsing_data_appcache_helper.h',
+ 'browser/mock_browsing_data_database_helper.cc',
'browser/mock_browsing_data_database_helper.h',
- 'browser/mock_browsing_data_database_helper.cc',
+ 'browser/mock_browsing_data_local_storage_helper.cc',
'browser/mock_browsing_data_local_storage_helper.h',
- 'browser/mock_browsing_data_local_storage_helper.cc',
# TODO: these should live here but are currently used by
# production code code in libbrowser (in chrome.gyp).
#'browser/net/url_request_mock_http_job.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698