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

Unified Diff: content/content_app.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_app.gypi
diff --git a/content/content_app.gypi b/content/content_app.gypi
index d0a3296d1fbf3348b7445946c1f64e0639e4ac78..7a022593c3994902d4ec82a1d4af53e5a06439a9 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -10,9 +10,12 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../crypto/crypto.gyp:crypto',
+ '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
+ '../mojo/mojo_base.gyp:mojo_environment_chromium',
'../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
+ 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
],
'sources': [
'app/android/app_jni_registrar.cc',
@@ -63,11 +66,6 @@
'app/mojo/mojo_init.cc',
'app/mojo/mojo_init.h',
],
- }, { # OS!="ios"
- 'dependencies': [
- '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
- '../mojo/mojo_base.gyp:mojo_environment_chromium',
- ],
}],
],
}

Powered by Google App Engine
This is Rietveld 408576698