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

Unified Diff: content/content_child.gypi

Issue 519333002: Move resource_loader_bridge.* from webkit/child to content/child. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add files to content_child.gypi Created 6 years, 4 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: content/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index c61d6ff3af2f101cebad3baaea81a77cc4b5e9c3..f6e06ec5718592b59317777328c8340b0662cfb9 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -151,6 +151,8 @@
'child/request_info.h',
'child/resource_dispatcher.cc',
'child/resource_dispatcher.h',
+ 'child/resource_loader_bridge.cc',
+ 'child/resource_loader_bridge.h',
'child/runtime_features.cc',
'child/runtime_features.h',
'child/scoped_child_process_reference.cc',
@@ -327,7 +329,6 @@
'../third_party/WebKit/public/blink.gyp:blink',
'../third_party/WebKit/public/blink_resources.gyp:blink_resources',
'../third_party/npapi/npapi.gyp:npapi',
- '../webkit/child/webkit_child.gyp:webkit_child',
'../webkit/common/webkit_common.gyp:webkit_common',
],
}],

Powered by Google App Engine
This is Rietveld 408576698