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

Unified Diff: content/content_browser.gypi

Issue 8666013: Add a public content/ interface for intents. Use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For try servers. Created 9 years, 1 month 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/tab_contents_delegate.cc ('k') | content/public/browser/intents_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 048d10f99dfd57d19277ea520b661ac062bc981c..7bae527475b077dcfefcb8844502aa115242e7c5 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -33,6 +33,7 @@
'public/browser/content_browser_client.h',
'public/browser/content_ipc_logging.h',
'public/browser/download_manager_delegate.h',
+ 'public/browser/intents_host.h',
'public/browser/native_web_keyboard_event.h',
'public/browser/navigation_types.h',
'public/browser/notification_details.h',
@@ -294,6 +295,8 @@
'browser/in_process_webkit/webkit_thread.h',
'browser/intents/intent_injector.cc',
'browser/intents/intent_injector.h',
+ 'browser/intents/intents_host_impl.cc',
+ 'browser/intents/intents_host_impl.h',
'browser/javascript_dialogs.h',
'browser/load_from_memory_cache_details.cc',
'browser/load_from_memory_cache_details.h',
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.cc ('k') | content/public/browser/intents_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698