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

Unified Diff: webkit/browser/webkit_browser.gypi

Issue 15746017: Move webkit/blob to new locations. (Closed) Base URL: svn://chrome-svn/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/browser/fileapi/upload_file_system_file_element_reader.cc ('k') | webkit/common/blob/blob_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/browser/webkit_browser.gypi
===================================================================
--- webkit/browser/webkit_browser.gypi (revision 202679)
+++ webkit/browser/webkit_browser.gypi (working copy)
@@ -4,6 +4,7 @@
{
'includes': [
+ '../browser/blob/webkit_browser_blob.gypi',
'../browser/database/webkit_browser_database.gypi',
'../browser/fileapi/webkit_browser_fileapi.gypi',
],
@@ -11,6 +12,7 @@
# webkit_storage.gypi.
'variables': {
'webkit_browser_storage_sources': [
+ '<@(webkit_browser_blob_sources)',
'<@(webkit_browser_database_sources)',
'<@(webkit_browser_fileapi_sources)',
],
« no previous file with comments | « webkit/browser/fileapi/upload_file_system_file_element_reader.cc ('k') | webkit/common/blob/blob_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698