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

Unified Diff: ui/gfx/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
« testing/test.gni ('K') | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index c14d22d4af7dfc863403da7745d5c04b5388bb73..cced843c61184f9218df9d804c48f4b55c87b7da 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -551,13 +551,13 @@ test("gfx_unittests") {
]
}
- if (is_android || is_ios) {
+ if (is_android) {
sources -= [ "render_text_unittest.cc" ]
}
if (use_aura) {
sources -= [ "screen_unittest.cc" ]
- } else {
+ } else if (!is_ios) {
sources -= [ "nine_image_painter_unittest.cc" ]
}
« testing/test.gni ('K') | « ui/base/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698