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

Unified Diff: content/content_child.gypi

Issue 990303002: Implement PermissionService::GetNextPermissionChange. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission_impl
Patch Set: review 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 1f11446a0f8c2ae7bb8aa2000d7d720c30c6f047..bb329b03bdad8e8a0443b60ab47961a126f02213 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