diff options
author | timvolodine <timvolodine@chromium.org> | 2014-12-11 11:32:26 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-11 19:32:47 +0000 |
commit | 089c07c966a9dc169f0822b90d92400bf23e19f7 (patch) | |
tree | 3a40228bcfaa4d1da4eda7c2eb82f654f85b4c1f /content/content_tests.gypi | |
parent | c429dd655de4317b2366440dd2c00ee4733136cf (diff) | |
download | chromium_src-089c07c966a9dc169f0822b90d92400bf23e19f7.zip chromium_src-089c07c966a9dc169f0822b90d92400bf23e19f7.tar.gz chromium_src-089c07c966a9dc169f0822b90d92400bf23e19f7.tar.bz2 |
Implement HasPermission() method in PermissionService.
This patch implements the HasPermission() method in the mojo PermissionService.
This methiod will be required for the Permissions API, see
https://w3c.github.io/permissions/
BUG=430238
Committed: https://crrev.com/277b23d74855b51ebe67ae0da7cd9e0b053044cf
Cr-Commit-Position: refs/heads/master@{#307302}
Committed: https://crrev.com/14570267ac4d5dc473d29f256e8d044e9bfcc8d2
Cr-Commit-Position: refs/heads/master@{#307504}
Review URL: https://codereview.chromium.org/750633003
Cr-Commit-Position: refs/heads/master@{#307948}
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 6337009..342c27c 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -199,6 +199,8 @@ 'target_name': 'test_support_content', 'type': 'static_library', 'dependencies': [ + '../mojo/edk/mojo_edk.gyp:mojo_system_impl', + '../mojo/mojo_base.gyp:mojo_environment_chromium', '../net/net.gyp:net_test_support', '../skia/skia.gyp:skia', '../storage/storage_common.gyp:storage_common', @@ -375,6 +377,7 @@ 'browser/speech/proto/speech_proto.gyp:speech_proto', 'content.gyp:content_browser', 'content.gyp:content_common', + 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 'test_support_content', '../base/base.gyp:test_support_base', '../crypto/crypto.gyp:crypto', @@ -1155,6 +1158,7 @@ 'content.gyp:content_renderer', 'content.gyp:content_resources', 'content_browser_test_support', + 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 'content_shell_lib', 'content_shell_pak', 'test_support_content', |