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

Unified Diff: content/shell/BUILD.gn

Issue 1011953003: Refactor Permissions related method out of ContentBrowserClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_type_enum_class
Patch Set: fix cros Created 5 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
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 87d31bf17e957ae315dda170c1c16892a0cb3565..d4d1e51a4ffddbeddde5cc436d507084ada3d30b 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -63,6 +63,8 @@ static_library("content_shell_lib") {
"browser/layout_test/layout_test_navigator_connect_service_factory.h",
"browser/layout_test/layout_test_notification_manager.cc",
"browser/layout_test/layout_test_notification_manager.h",
+ "browser/layout_test/layout_test_permission_manager.cc",
+ "browser/layout_test/layout_test_permission_manager.h",
"browser/layout_test/layout_test_push_messaging_service.cc",
"browser/layout_test/layout_test_push_messaging_service.h",
"browser/layout_test/layout_test_resource_dispatcher_host_delegate.cc",
@@ -108,6 +110,8 @@ static_library("content_shell_lib") {
"browser/shell_net_log.h",
"browser/shell_network_delegate.cc",
"browser/shell_network_delegate.h",
+ "browser/shell_permission_manager.cc",
+ "browser/shell_permission_manager.h",
"browser/shell_platform_data_aura.cc",
"browser/shell_platform_data_aura.h",
"browser/shell_plugin_service_filter.cc",
« no previous file with comments | « content/public/test/test_browser_context.cc ('k') | content/shell/browser/layout_test/layout_test_browser_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698