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 1250913002: patch from chinmaygarde@ to make progress on mac, ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweaks needed to get base_unittests to compile Created 5 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: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 87c1a127d249e9b68b9d2ce27bb9d6f3bafd4b95..d89778622aa8a7ca77844d97c024b03845d76e92 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -774,7 +774,7 @@ test("ui_base_unittests") {
]
}
- if (!is_win || !use_aura) {
+ if (!use_aura && !is_ios) {
sources -= [ "view_prop_unittest.cc" ]
}
« testing/test.gni ('K') | « third_party/sqlite/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698