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

Unified Diff: content/content.gyp

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.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 25b43e1c615d2f3ca64244ab480b6e0989ca02de..b5b3cf54aa07c1f705147916609f6dad5fe4e518 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -25,7 +25,6 @@
['OS != "ios"', {
'includes': [
'../build/win_precompile.gypi',
- 'content_common_mojo_bindings.gypi',
'content_resources.gypi',
],
}],
@@ -75,7 +74,6 @@
['OS != "ios"', {
'dependencies': [
'content_child',
- 'content_common_mojo_bindings',
'content_gpu',
'content_plugin',
'content_ppapi_plugin',
@@ -175,7 +173,6 @@
}],
['OS != "ios"', {
'dependencies': [
- 'content_common_mojo_bindings',
'content_resources',
],
}],
@@ -192,7 +189,6 @@
'conditions': [
['OS != "ios"', {
'dependencies': [
- 'content_common_mojo_bindings',
'content_resources',
],
}],
@@ -312,11 +308,6 @@
'../v8/src/third_party/vtune/v8vtune.gyp:v8_vtune',
],
}],
- ['OS != "ios"', {
- 'dependencies': [
- 'content_common_mojo_bindings',
- ]
- }]
],
'includes': [
'content_app.gypi',

Powered by Google App Engine
This is Rietveld 408576698