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

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: Address comments and factorize the code to run java "scripts" 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
« build/util/java_action.py ('K') | « 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 6fad1dcdb19a91088bc97aa2a7fe2d1c0d38f790..67fabe5b80ba2998acefecc8ff6867edd61039bd 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 = [
« build/util/java_action.py ('K') | « ios/web/js_compile.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698