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

Unified Diff: content/content_common.gypi

Issue 6681028: Move the blob related code to content, and also move the blob messages to the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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 | « content/common/webblobregistry_impl.cc ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
===================================================================
--- content/content_common.gypi (revision 77977)
+++ content/content_common.gypi (working copy)
@@ -11,6 +11,7 @@
'../ipc/ipc.gyp:ipc',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
+ '../webkit/support/webkit_support.gyp:blob',
'../webkit/support/webkit_support.gyp:fileapi',
],
'include_dirs': [
@@ -102,6 +103,9 @@
'common/socket_stream_dispatcher.cc',
'common/socket_stream_dispatcher.h',
'common/socket_stream_messages.h',
+ 'common/webblobregistry_impl.cc',
+ 'common/webblobregistry_impl.h',
+ 'common/webblob_messages.h',
'common/worker_messages.h',
],
'conditions': [
« no previous file with comments | « content/common/webblobregistry_impl.cc ('k') | ipc/ipc_message_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698