summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-18 12:54:59 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-18 12:54:59 +0000
commitca5f6da423ead7dd1b799ad04a5d5faa39d5076a (patch)
tree4e23dfccc1457d0e2438a8a9589a4a5972f1898c /chrome/chrome_tests.gypi
parente9f4d35f34e3d53a1faf7a115393c10719e59967 (diff)
downloadchromium_src-ca5f6da423ead7dd1b799ad04a5d5faa39d5076a.zip
chromium_src-ca5f6da423ead7dd1b799ad04a5d5faa39d5076a.tar.gz
chromium_src-ca5f6da423ead7dd1b799ad04a5d5faa39d5076a.tar.bz2
chromeos: Separate purely data operating part of GDataCache as GDataCacheMetadata
Spliting data operating part makes it easy to ensure that the data is accessed only on the blocking pool. BUG=132926 TEST=unit_tests --gtest_filter="GData*" Review URL: https://chromiumcodereview.appspot.com/10556037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142698 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index bb12bf5..1034949 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1079,7 +1079,7 @@
'browser/chromeos/extensions/file_browser_notifications_unittest.cc',
'browser/chromeos/external_metrics_unittest.cc',
'browser/chromeos/gdata/drive_webapps_registry_unittest.cc',
- 'browser/chromeos/gdata/gdata_cache_unittest.cc',
+ 'browser/chromeos/gdata/gdata_cache_metadata_unittest.cc',
'browser/chromeos/gdata/gdata_db_unittest.cc',
'browser/chromeos/gdata/gdata_file_system_unittest.cc',
'browser/chromeos/gdata/gdata_files_unittest.cc',