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

Unified Diff: webkit/tools/test_shell/test_shell.gypi

Issue 6903118: A database to hold mappings from origin identifiers to unique directory names. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add a missing include that breaks windows. Created 9 years, 8 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 | « webkit/fileapi/webkit_fileapi.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell.gypi
diff --git a/webkit/tools/test_shell/test_shell.gypi b/webkit/tools/test_shell/test_shell.gypi
index 3f90d443662aae7cbee896760f610e99d76054a1..702c19e35df7528237077783df02e7270f9b6d7d 100644
--- a/webkit/tools/test_shell/test_shell.gypi
+++ b/webkit/tools/test_shell/test_shell.gypi
@@ -346,6 +346,7 @@
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/testing/gmock.gyp:gmock',
'<(DEPTH)/testing/gtest.gyp:gtest',
+ '<(DEPTH)/third_party/leveldb/leveldb.gyp:leveldb',
],
'sources': [
'../../../skia/ext/convolver_unittest.cc',
@@ -377,6 +378,7 @@
'../../database/quota_table_unittest.cc',
'../../fileapi/file_system_context_unittest.cc',
'../../fileapi/file_system_operation_unittest.cc',
+ '../../fileapi/file_system_origin_database_unittest.cc',
'../../fileapi/file_system_path_manager_unittest.cc',
'../../fileapi/file_system_usage_cache_unittest.cc',
'../../fileapi/file_system_usage_tracker_unittest.cc',
« no previous file with comments | « webkit/fileapi/webkit_fileapi.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698