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

Unified Diff: webkit/fileapi/webkit_fileapi.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/file_system_origin_database_unittest.cc ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/webkit_fileapi.gypi
diff --git a/webkit/fileapi/webkit_fileapi.gypi b/webkit/fileapi/webkit_fileapi.gypi
index 258db99daf199606c9247eef007151770421cdf7..60992347e39f6c34e6a98124608b1a1b8701301f 100644
--- a/webkit/fileapi/webkit_fileapi.gypi
+++ b/webkit/fileapi/webkit_fileapi.gypi
@@ -12,6 +12,7 @@
'<(DEPTH)/app/app.gyp:app_base',
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/net/net.gyp:net',
+ '<(DEPTH)/third_party/leveldb/leveldb.gyp:leveldb',
],
'sources': [
'file_system_callback_dispatcher.cc',
@@ -29,6 +30,8 @@
'file_system_operation.h',
'file_system_operation_context.cc',
'file_system_operation_context.h',
+ 'file_system_origin_database.cc',
+ 'file_system_origin_database.h',
'file_system_path_manager.cc',
'file_system_path_manager.h',
'file_system_types.h',
« no previous file with comments | « webkit/fileapi/file_system_origin_database_unittest.cc ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698