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

Unified Diff: chrome/chrome_tests.gypi

Issue 9159020: Create a class to represent a DOM Storage Database. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 11 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 | « no previous file | content/content_browser.gypi » ('j') | content/content_browser.gypi » ('J')
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 53fed2f96265c9ef9015776e83f89936223338e1..eebca11105b57c3fb3497bbb4260e09ae29e4af1 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2098,6 +2098,8 @@
'../webkit/fileapi/mock_file_system_options.h',
'../webkit/quota/mock_storage_client.cc',
'../webkit/quota/mock_storage_client.h',
+
+ '../webkit/dom_storage/local_storage_database_unittest.cc',
michaeln 2012/01/24 00:18:16 we should put tests in test_shell_tests, see webki
benm (inactive) 2012/01/24 10:47:01 sg, thanks
],
'conditions': [
['target_arch!="arm"', {
« no previous file with comments | « no previous file | content/content_browser.gypi » ('j') | content/content_browser.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698