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

Unified Diff: ui/base/BUILD.gn

Issue 1393303003: [iOS][GN] Port ios_web_unittests to build with gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_third_party_blink
Patch Set: TODO fix-it Created 5 years, 2 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/js_compile.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index b42879a909b201a37cdce07089531d26db66de3d..31979ab82e6d803e525bc6c113761f257ab04994 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -604,6 +604,13 @@ source_set("test_support") {
"test/windowed_nsnotification_observer.h",
"test/windowed_nsnotification_observer.mm",
]
+ } else {
+ sources += [
+ "test/ios/keyboard_appearance_listener.h",
+ "test/ios/keyboard_appearance_listener.mm",
+ "test/ios/ui_view_test_utils.h",
+ "test/ios/ui_view_test_utils.mm",
+ ]
}
public_deps = [
« no previous file with comments | « ios/web/js_compile.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698