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

Unified Diff: ios/web/ios_web.gyp

Issue 2150513002: Move web_js_test.h upstream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: include -> import Created 4 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
Index: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index a446e84370a355092aebcdb785bbed80e2b8017e..b6ef15fbd9d7ffd0c5d039a5ec101eeb3f54bc07 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -459,6 +459,7 @@
'target_name': 'ios_web_test_support',
'type': 'static_library',
'dependencies': [
+ '../../base/base.gyp:base',
'../../base/base.gyp:test_support_base',
'../../ios/testing/ios_testing.gyp:ocmock_support',
'../../ios/third_party/gcdwebserver/gcdwebserver.gyp:gcdwebserver',
@@ -512,6 +513,7 @@
'public/test/test_web_thread_bundle.h',
'public/test/test_web_view_content_view.h',
'public/test/test_web_view_content_view.mm',
+ 'public/test/web_js_test.h',
'public/test/web_test.h',
'public/test/web_test.mm',
'public/test/web_test_suite.h',

Powered by Google App Engine
This is Rietveld 408576698