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

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: 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_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index b51e795eca93333d5abea1a0c45c7b8f6c2cbd6d..8a38d9de2ad68249d892b33b47d5d44ceddaf117 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',
@@ -1855,7 +1857,6 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_java_test_support',
- 'content.gyp:content_common',
'content.gyp:content_java',
],
'variables': {

Powered by Google App Engine
This is Rietveld 408576698