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

Unified Diff: trunk/src/content/content_browser.gypi

Issue 208263008: Revert 258763 "Adds plumbing to pass WebUI mojo::Handle from bro..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/content/content.gyp ('k') | trunk/src/content/content_common_mojo_bindings.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/content/content_browser.gypi
===================================================================
--- trunk/src/content/content_browser.gypi (revision 258768)
+++ trunk/src/content/content_browser.gypi (working copy)
@@ -1085,10 +1085,8 @@
'browser/renderer_host/render_message_filter.h',
'browser/renderer_host/render_process_host_impl.cc',
'browser/renderer_host/render_process_host_impl.h',
- 'browser/renderer_host/render_process_host_mojo_impl.cc',
- 'browser/renderer_host/render_process_host_mojo_impl.h',
'browser/renderer_host/render_sandbox_host_linux.cc',
- 'browser/renderer_host/render_process_host_impl.h',
+ 'browser/renderer_host/render_sandbox_host_linux.h',
'browser/renderer_host/render_view_host_delegate.cc',
'browser/renderer_host/render_view_host_delegate.h',
'browser/renderer_host/render_view_host_factory.cc',
@@ -1380,15 +1378,8 @@
}],
['use_mojo==1', {
'dependencies': [
- '../mojo/mojo.gyp:mojo_bindings',
'../mojo/mojo.gyp:mojo_system',
- 'content_common_mojo_bindings',
],
- }, { # use_mojo==0
- 'sources!': [
- 'browser/renderer_host/render_process_host_mojo_impl.cc',
- 'browser/renderer_host/render_process_host_mojo_impl.h',
- ],
}],
['OS=="ios"', {
'sources/': [
« no previous file with comments | « trunk/src/content/content.gyp ('k') | trunk/src/content/content_common_mojo_bindings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698