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

Unified Diff: content/content_child.gypi

Issue 394403002: Move weburlresponse_extradata_impl.* from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 years, 5 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/child/weburlresponse_extradata_impl.cc ('k') | content/public/renderer/render_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 6080d0eafa02179598847b87e4e0809d4d3d65b5..91764c218de01561a5fc5eb4b504d192bb3cc7b4 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -155,10 +155,10 @@
'child/runtime_features.h',
'child/scoped_child_process_reference.cc',
'child/scoped_child_process_reference.h',
- 'child/service_worker/service_worker_handle_reference.cc',
- 'child/service_worker/service_worker_handle_reference.h',
'child/service_worker/service_worker_dispatcher.cc',
'child/service_worker/service_worker_dispatcher.h',
+ 'child/service_worker/service_worker_handle_reference.cc',
+ 'child/service_worker/service_worker_handle_reference.h',
'child/service_worker/service_worker_message_filter.cc',
'child/service_worker/service_worker_message_filter.h',
'child/service_worker/service_worker_network_provider.cc',
@@ -181,6 +181,8 @@
'child/sync_load_response.h',
'child/thread_safe_sender.cc',
'child/thread_safe_sender.h',
+ 'child/threaded_data_provider.cc',
+ 'child/threaded_data_provider.h',
'child/touch_fling_gesture_curve.cc',
'child/touch_fling_gesture_curve.h',
'child/web_database_observer_impl.cc',
@@ -220,8 +222,6 @@
'child/webfileutilities_impl.h',
'child/webmessageportchannel_impl.cc',
'child/webmessageportchannel_impl.h',
- 'child/threaded_data_provider.cc',
- 'child/threaded_data_provider.h',
'child/websocket_bridge.cc',
'child/websocket_bridge.h',
'child/websocket_dispatcher.cc',
@@ -234,6 +234,8 @@
'child/webthemeengine_impl_mac.h',
'child/webthread_impl.cc',
'child/webthread_impl.h',
+ 'child/weburlresponse_extradata_impl.cc',
+ 'child/weburlresponse_extradata_impl.h',
'child/worker_task_runner.cc',
'child/worker_task_runner.h',
'child/worker_thread_task_runner.cc',
« no previous file with comments | « content/child/weburlresponse_extradata_impl.cc ('k') | content/public/renderer/render_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698