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

Unified Diff: content/content_child.gypi

Issue 801613004: Implement WebPermissionClient for Document and Worker contexts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with comments 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/content_child.gypi
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 4ea20ba1a746afc0b68a33dac74987b171466eb8..63a014ffb80916ef1264ab6c842892983585c24e 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -163,6 +163,10 @@
'child/npapi/webplugin_ime_win.cc',
'child/npapi/webplugin_ime_win.h',
'child/npapi/webplugin_resource_client.h',
+ 'child/permissions/permission_manager.cc',
+ 'child/permissions/permission_manager.h',
+ 'child/permissions/permission_manager_thread_proxy.cc',
+ 'child/permissions/permission_manager_thread_proxy.h',
'child/plugin_message_generator.cc',
'child/plugin_message_generator.h',
'child/plugin_messages.h',

Powered by Google App Engine
This is Rietveld 408576698