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

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: 1) Fixed broken redirection for in-page WebKit-initiated navigations. All redirections work now. 2)… 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..cf800187c99b0395e3a1f95e4ffea7b1168880eb 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -83,6 +83,8 @@
'public/browser/download_save_info.h',
'public/browser/download_url_parameters.cc',
'public/browser/download_url_parameters.h',
+ 'public/browser/extension_system_notifications.cc',
+ 'public/browser/extension_system_notifications.h',
'public/browser/favicon_status.cc',
'public/browser/favicon_status.h',
'public/browser/file_descriptor_info.h',
@@ -678,6 +680,8 @@
'browser/renderer_host/database_message_filter.h',
'browser/renderer_host/dip_util.cc',
'browser/renderer_host/dip_util.h',
+ 'browser/renderer_host/extension_system_message_filter.cc',
+ 'browser/renderer_host/extension_system_message_filter.h',
'browser/renderer_host/file_utilities_message_filter.cc',
'browser/renderer_host/file_utilities_message_filter.h',
'browser/renderer_host/gamepad_browser_message_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698