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

Unified Diff: webkit/common/webkit_common.gypi

Issue 15658004: Split FileAPI code for common|common_child|renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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/common/fileapi/webkit_common_fileapi.gypi ('k') | webkit/dom_storage/dom_storage_area.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)',
],
},
}
« no previous file with comments | « webkit/common/fileapi/webkit_common_fileapi.gypi ('k') | webkit/dom_storage/dom_storage_area.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698