Index: webkit/common/webkit_common.gypi |
diff --git a/webkit/common/webkit_common.gypi b/webkit/common/webkit_common.gypi |
index 75895e577417964d7c83686aadfd9faffdf10fb2..27851812f76ef6ae6d31505fdef4482eb98e8f01 100644 |
--- a/webkit/common/webkit_common.gypi |
+++ b/webkit/common/webkit_common.gypi |
@@ -5,12 +5,14 @@ |
{ |
'includes': [ |
'../common/database/webkit_common_database.gypi', |
+ '../common/fileapi/webkit_common_fileapi.gypi', |
], |
# TODO(michaeln): Have webkit_browser target and deprecate old gypis like |
# webkit_storage.gypi. |
'variables': { |
'webkit_common_storage_sources': [ |
'<@(webkit_common_database_sources)', |
+ '<@(webkit_common_fileapi_sources)', |
], |
}, |
} |