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

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: remove comment in content_tests.gypi 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 c8ad3f04fdf45a4a4876c5c65a34763eb4f5e157..98bdcfbc80847881b5416d13302e0b983315b784 100644
--- a/content/content_app.gypi
+++ b/content/content_app.gypi
@@ -10,6 +10,8 @@
'../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',
@@ -62,11 +64,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