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

Unified Diff: extensions/extensions.gyp

Issue 394103004: Move DnsApiTest.DnsResolveIPLiteral and DnsApiTest.DnsResolveHostname to app_shell_browsertests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: correcter gyp Created 6 years, 5 months 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
« no previous file with comments | « extensions/browser/api_test_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 640738edd8b6672351fc4957ba03e8878572e152..29b372df1ddd01f93d9f4b2c850048471f394995 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -652,6 +652,7 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../net/net.gyp:net_test_support',
'../testing/gtest.gyp:gtest',
'common/api/api.gyp:extensions_api',
'extensions_browser',
@@ -662,6 +663,10 @@
'<(SHARED_INTERMEDIATE_DIR)',
],
'sources': [
+ 'browser/api/dns/mock_host_resolver_creator.cc',
+ 'browser/api/dns/mock_host_resolver_creator.h',
+ 'browser/api_test_utils.cc',
+ 'browser/api_test_utils.h',
'browser/test_extensions_browser_client.cc',
'browser/test_extensions_browser_client.h',
'browser/test_management_policy.cc',
« no previous file with comments | « extensions/browser/api_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698