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

Unified Diff: webkit/storage/webkit_storage.gypi

Issue 16010006: Move webkit/chromeos into webkit/browser/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/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/storage/webkit_storage.gypi
diff --git a/webkit/storage/webkit_storage.gypi b/webkit/storage/webkit_storage.gypi
index ab2b6040f39f2fff96728ea8838e3535be45e83a..d20eb53f10dbe7a890d285663e32db9fc555d694 100644
--- a/webkit/storage/webkit_storage.gypi
+++ b/webkit/storage/webkit_storage.gypi
@@ -7,7 +7,6 @@
'../appcache/webkit_appcache.gypi',
'../blob/webkit_blob.gypi',
'../dom_storage/webkit_dom_storage.gypi',
- '../fileapi/webkit_fileapi.gypi',
'../quota/webkit_quota.gypi',
# TODO(kinuko): Deprecate this when we have a new target for
@@ -50,7 +49,7 @@
'conditions': [
['chromeos==1', {
'sources': [
- '<@(webkit_fileapi_chromeos_sources)',
+ '<@(webkit_browser_fileapi_chromeos_sources)',
],
}],
],
« 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