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

Unified Diff: content/content_browser.gypi

Issue 22944002: Implementation of the "Redirect URLs to Packaged Apps" feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review comments + lint errors Created 7 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_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index f238f9a091d81422512339b0648d57455f263a9c..acd40a9ec90ac3f00f7bd2a58262ebdcc063ff27 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -164,6 +164,8 @@
'public/browser/stream_handle.h',
'public/browser/trace_controller.h',
'public/browser/trace_subscriber.h',
+ 'public/browser/url_handling_notifications.cc',
+ 'public/browser/url_handling_notifications.h',
'public/browser/user_metrics.h',
'public/browser/utility_process_host.h',
'public/browser/web_contents.cc',
@@ -858,6 +860,8 @@
'browser/renderer_host/touchscreen_tap_suppression_controller_stub.cc',
'browser/renderer_host/ui_events_helper.cc',
'browser/renderer_host/ui_events_helper.h',
+ 'browser/renderer_host/url_handling_message_filter.cc',
+ 'browser/renderer_host/url_handling_message_filter.h',
'browser/renderer_host/web_input_event_aura.cc',
'browser/renderer_host/web_input_event_aura.h',
'browser/renderer_host/web_input_event_aurawin.cc',

Powered by Google App Engine
This is Rietveld 408576698