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

Unified Diff: content/content.gyp

Issue 792173002: Revert of Implement HasPermission() method in PermissionService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/common/permission_service.mojom ('k') | content/content_app.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index c11ca1b48a6393c65ecca49aaa702ccaadaacecb..cb10121903635107f4c4474e6422ea9ec42f06f5 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -25,6 +25,7 @@
['OS != "ios"', {
'includes': [
'../build/win_precompile.gypi',
+ 'content_common_mojo_bindings.gypi',
'content_resources.gypi',
],
}],
@@ -74,6 +75,7 @@
['OS != "ios"', {
'dependencies': [
'content_child',
+ 'content_common_mojo_bindings',
'content_gpu',
'content_plugin',
'content_ppapi_plugin',
@@ -173,6 +175,7 @@
}],
['OS != "ios"', {
'dependencies': [
+ 'content_common_mojo_bindings',
'content_resources',
],
}],
@@ -189,6 +192,7 @@
'conditions': [
['OS != "ios"', {
'dependencies': [
+ 'content_common_mojo_bindings',
'content_resources',
],
}],
@@ -308,6 +312,11 @@
'../v8/src/third_party/vtune/v8vtune.gyp:v8_vtune',
],
}],
+ ['OS != "ios"', {
+ 'dependencies': [
+ 'content_common_mojo_bindings',
+ ]
+ }]
],
'includes': [
'content_app.gypi',
« no previous file with comments | « content/common/permission_service.mojom ('k') | content/content_app.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698