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

Unified Diff: mojo/mojo_services.gypi

Issue 421693002: Adds an AccessPolicy that is queried to determine what a connection can do (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: wrap Created 6 years, 5 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
« no previous file with comments | « no previous file | mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index 58f8ca8466a3ad5cc8a7f2eac768304d060a101a..b66c1e42dc8428452574e58369afc9e5854c48fc 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -709,6 +709,12 @@
],
'sources': [
'public/cpp/application/lib/mojo_main_chromium.cc',
+ 'services/view_manager/access_policy.h',
+ 'services/view_manager/access_policy_delegate.h',
+ 'services/view_manager/default_access_policy.cc',
+ 'services/view_manager/default_access_policy.h',
+ 'services/view_manager/window_manager_access_policy.cc',
+ 'services/view_manager/window_manager_access_policy.h',
'services/view_manager/ids.h',
'services/view_manager/main.cc',
'services/view_manager/node.cc',
« no previous file with comments | « no previous file | mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698