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

Unified Diff: webkit/common/webkit_common.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
Index: webkit/common/webkit_common.gypi
===================================================================
--- webkit/common/webkit_common.gypi (revision 201961)
+++ webkit/common/webkit_common.gypi (working copy)
@@ -4,12 +4,14 @@
{
'includes': [
+ '../common/blob/webkit_common_blob.gypi',
'../common/database/webkit_common_database.gypi',
],
# TODO(michaeln): Have webkit_browser target and deprecate old gypis like
# webkit_storage.gypi.
'variables': {
'webkit_common_storage_sources': [
+ '<@(webkit_common_blob_sources)',
'<@(webkit_common_database_sources)',
],
},
Property changes on: webkit\common\webkit_common.gypi
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698