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

Unified Diff: content/content_tests.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_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 63370098d630086b2514d00a22d623241b6f2ee8..342c27c085d7e60acf7c464c490042cdfecde5e1 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -199,6 +199,8 @@
'target_name': 'test_support_content',
'type': 'static_library',
'dependencies': [
+ '../mojo/edk/mojo_edk.gyp:mojo_system_impl',
+ '../mojo/mojo_base.gyp:mojo_environment_chromium',
'../net/net.gyp:net_test_support',
'../skia/skia.gyp:skia',
'../storage/storage_common.gyp:storage_common',
@@ -375,6 +377,7 @@
'browser/speech/proto/speech_proto.gyp:speech_proto',
'content.gyp:content_browser',
'content.gyp:content_common',
+ 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
'test_support_content',
'../base/base.gyp:test_support_base',
'../crypto/crypto.gyp:crypto',
@@ -1155,6 +1158,7 @@
'content.gyp:content_renderer',
'content.gyp:content_resources',
'content_browser_test_support',
+ 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
'content_shell_lib',
'content_shell_pak',
'test_support_content',

Powered by Google App Engine
This is Rietveld 408576698