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

Unified Diff: content/content_browser.gypi

Issue 9688019: Add a Content API around BrowserURLHandler. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix gypis Created 8 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/browser/tab_contents/test_tab_contents.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
===================================================================
--- content/content_browser.gypi (revision 126145)
+++ content/content_browser.gypi (working copy)
@@ -40,6 +40,7 @@
'public/browser/browser_message_filter.cc',
'public/browser/browser_message_filter.h',
'public/browser/browser_shutdown.h',
+ 'public/browser/browser_url_handler.h',
'public/browser/browser_thread.h',
'public/browser/browser_thread_delegate.h',
'public/browser/child_process_data.h',
@@ -182,8 +183,8 @@
'browser/browser_process_sub_thread.h',
'browser/browser_thread_impl.cc',
'browser/browser_thread_impl.h',
- 'browser/browser_url_handler.cc',
- 'browser/browser_url_handler.h',
+ 'browser/browser_url_handler_impl.cc',
+ 'browser/browser_url_handler_impl.h',
'browser/browsing_instance.cc',
'browser/browsing_instance.h',
'browser/cert_store.cc',
« no previous file with comments | « content/browser/tab_contents/test_tab_contents.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698