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

Unified Diff: content/content_browser.gypi

Issue 750633003: Implement HasPermission() method in PermissionService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add dependencies to content_app, content_child and content_ppapi_plugin Created 6 years 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_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 7149514d6b047deb9e67b0f0146ac89c68d3e7b8..64d3105d7e5e8b24be094328a9af2c74cfebed80 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -29,6 +29,7 @@
'../ui/snapshot/snapshot.gyp:snapshot',
'browser/service_worker/service_worker_proto.gyp:proto',
'browser/speech/proto/speech_proto.gyp:speech_proto',
+ 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
],
'export_dependent_settings': [
'../ui/accessibility/accessibility.gyp:ax_gen',
@@ -38,6 +39,7 @@
'../third_party/WebKit/public/blink_headers.gyp:blink_headers',
# The public render_widget_host.h needs to re-export skia defines.
'../skia/skia.gyp:skia',
+ 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698