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

Unified Diff: ios/web/ios_web.gyp

Issue 2060483003: [ios] Extracted web_test.h classes into separate files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typo Created 4 years, 6 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 | « ios/web/BUILD.gn ('k') | ios/web/public/test/web_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/ios_web.gyp
diff --git a/ios/web/ios_web.gyp b/ios/web/ios_web.gyp
index ef75fd37161c3b7a64ed31b8c58158eff4f671a7..12e592760fe97f48275bd4567239f1d4b63b5aee 100644
--- a/ios/web/ios_web.gyp
+++ b/ios/web/ios_web.gyp
@@ -503,6 +503,10 @@
'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_test.h',
+ 'public/test/web_test.mm',
+ 'public/test/web_test_with_web_state.h',
+ 'public/test/web_test_with_web_state.mm',
'test/crw_fake_web_controller_observer.h',
'test/crw_fake_web_controller_observer.mm',
'test/test_url_constants.cc',
@@ -512,7 +516,8 @@
'test/web_int_test.h',
'test/web_int_test.mm',
'test/web_test.h',
- 'test/web_test.mm',
+ 'test/web_test_with_web_controller.h',
+ 'test/web_test_with_web_controller.mm',
'test/web_test_suite.h',
'test/web_test_suite.mm',
'test/wk_web_view_crash_utils.h',
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/test/web_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698