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

Unified Diff: ios/web_view/test/BUILD.gn

Issue 2902403002: Add KVO compliant title property to CWVWebView. (Closed)
Patch Set: Remove observers directory. Created 3 years, 7 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_view/public/cwv_web_view.h ('k') | ios/web_view/test/boolean_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web_view/test/BUILD.gn
diff --git a/ios/web_view/test/BUILD.gn b/ios/web_view/test/BUILD.gn
index b4dbe8275096002be1e2e47dc671f97293e119b4..1b25eda05bc19f1f689f7e70deda0f2e6d62ceb1 100644
--- a/ios/web_view/test/BUILD.gn
+++ b/ios/web_view/test/BUILD.gn
@@ -16,11 +16,11 @@ group("all_tests") {
test("ios_web_view_inttests") {
testonly = true
sources = [
- "boolean_observer.h",
- "boolean_observer.mm",
"chrome_web_view_kvo_inttest.mm",
"chrome_web_view_test.h",
"chrome_web_view_test.mm",
+ "observer.h",
+ "observer.mm",
"web_view_interaction_test_util.h",
"web_view_interaction_test_util.mm",
]
« no previous file with comments | « ios/web_view/public/cwv_web_view.h ('k') | ios/web_view/test/boolean_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698