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', |