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

Unified Diff: ios/web/ios_web.gyp

Issue 1890333002: Web shell test to go back and forward. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
Index: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index 1f1127ce911929763031cf2fe5dfa9e20ec061e9..1c2e2bd07097fcb52f22d98de76fa4f81e368824 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -391,8 +391,10 @@
'target_name': 'ios_web_test_support',
'type': 'static_library',
'dependencies': [
+ '../../base/base.gyp:test_support_base',
baxley 2016/04/15 23:57:48 The two additions to this section were needed when
'../../ios/testing/ios_testing.gyp:ocmock_support',
'../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver',
+ '../../net/net.gyp:net_test_support',
'../../testing/gmock.gyp:gmock',
'../../testing/gtest.gyp:gtest',
'../../third_party/ocmock/ocmock.gyp:ocmock',
@@ -414,6 +416,8 @@
'public/test/response_providers/file_based_response_provider.mm',
'public/test/response_providers/file_based_response_provider_impl.h',
'public/test/response_providers/file_based_response_provider_impl.mm',
+ 'public/test/response_providers/html_response_provider.h',
+ 'public/test/response_providers/html_response_provider.mm',
'public/test/response_providers/response_provider.h',
'public/test/response_providers/response_provider.mm',
'public/test/response_providers/string_response_provider.h',
« no previous file with comments | « no previous file | ios/web/ios_web_shell_tests.gyp » ('j') | ios/web/public/test/response_providers/html_response_provider.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698