summaryrefslogtreecommitdiff
path: root/chromium/content/content_child.gypi
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2013-12-11 21:33:03 +0100
committerAndras Becsi <andras.becsi@digia.com>2013-12-13 12:34:07 +0100
commitf2a33ff9cbc6d19943f1c7fbddd1f23d23975577 (patch)
tree0586a32aa390ade8557dfd6b4897f43a07449578 /chromium/content/content_child.gypi
parent5362912cdb5eea702b68ebe23702468d17c3017a (diff)
downloadqtwebengine-chromium-f2a33ff9cbc6d19943f1c7fbddd1f23d23975577.tar.gz
Update Chromium to branch 1650 (31.0.1650.63)
Change-Id: I57d8c832eaec1eb2364e0a8e7352a6dd354db99f Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'chromium/content/content_child.gypi')
-rw-r--r--chromium/content/content_child.gypi9
1 files changed, 7 insertions, 2 deletions
diff --git a/chromium/content/content_child.gypi b/chromium/content/content_child.gypi
index dd980e3b526..3e3d5a2ecac 100644
--- a/chromium/content/content_child.gypi
+++ b/chromium/content/content_child.gypi
@@ -43,10 +43,10 @@
'child/db_message_filter.h',
'child/fileapi/file_system_dispatcher.cc',
'child/fileapi/file_system_dispatcher.h',
- 'child/fileapi/webfilesystem_callback_adapters.cc',
- 'child/fileapi/webfilesystem_callback_adapters.h',
'child/fileapi/webfilesystem_impl.cc',
'child/fileapi/webfilesystem_impl.h',
+ 'child/fileapi/webfilewriter_base.cc',
+ 'child/fileapi/webfilewriter_base.h',
'child/fileapi/webfilewriter_impl.cc',
'child/fileapi/webfilewriter_impl.h',
'child/image_decoder.cc',
@@ -89,6 +89,8 @@
'child/npapi/plugin_stream_win.cc',
'child/npapi/plugin_string_stream.cc',
'child/npapi/plugin_string_stream.h',
+ 'child/npapi/plugin_url_fetcher.cc',
+ 'child/npapi/plugin_url_fetcher.h',
'child/npapi/plugin_web_event_converter_mac.h',
'child/npapi/plugin_web_event_converter_mac.mm',
'child/npapi/webplugin.h',
@@ -103,6 +105,7 @@
'child/npapi/webplugin_delegate_impl_win.cc',
'child/npapi/webplugin_ime_win.cc',
'child/npapi/webplugin_ime_win.h',
+ 'child/npapi/webplugin_resource_client.h',
'child/plugin_message_generator.cc',
'child/plugin_message_generator.h',
'child/plugin_messages.h',
@@ -120,6 +123,8 @@
'child/resource_dispatcher.h',
'child/runtime_features.cc',
'child/runtime_features.h',
+ 'child/site_isolation_policy.cc',
+ 'child/site_isolation_policy.h',
'child/socket_stream_dispatcher.cc',
'child/socket_stream_dispatcher.h',
'child/thread_safe_sender.cc',