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

Unified Diff: ui/BUILD.gn

Issue 483403005: GN build improvemenst (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 | « tools/gn/last_commit_position.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/BUILD.gn
diff --git a/ui/BUILD.gn b/ui/BUILD.gn
index 7b7bedb4fd1b8a66c8d97a9d80d61371f744aea2..506e557604dd8abd0ad7f4b1983a77e391a49c6f 100644
--- a/ui/BUILD.gn
+++ b/ui/BUILD.gn
@@ -59,11 +59,14 @@ test("ui_unittests") {
]
if (!use_x11) {
- sources -= [
- "base/ime/chromeos/character_composer_unittest.cc",
- "base/ime/input_method_chromeos_unittest.cc",
- "base/ime/composition_text_util_pango_unittest.cc",
- ]
+ if (is_chromeos) {
+ # These were already removed in the chromeos case.
+ sources -= [
+ "base/ime/chromeos/character_composer_unittest.cc",
+ "base/ime/input_method_chromeos_unittest.cc",
+ ]
+ }
+ sources -= [ "base/ime/composition_text_util_pango_unittest.cc" ]
}
}
« no previous file with comments | « tools/gn/last_commit_position.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698