summaryrefslogtreecommitdiffstats
path: root/content/content_renderer.gypi
diff options
context:
space:
mode:
authortimvolodine <timvolodine@chromium.org>2014-12-11 11:32:26 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-11 19:32:47 +0000
commit089c07c966a9dc169f0822b90d92400bf23e19f7 (patch)
tree3a40228bcfaa4d1da4eda7c2eb82f654f85b4c1f /content/content_renderer.gypi
parentc429dd655de4317b2366440dd2c00ee4733136cf (diff)
downloadchromium_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_renderer.gypi')
-rw-r--r--content/content_renderer.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index bc27020..6508fa2 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -36,6 +36,7 @@
'../ui/surface/surface.gyp:surface',
'../v8/tools/gyp/v8.gyp:v8',
'../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
+ 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
],
'include_dirs': [
'..',