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

Unified Diff: ui/base/BUILD.gn

Issue 705623004: GN: Get os="chromeos" use_ozone=true to compile (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes, build chrome and app_shell Created 6 years, 1 month 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 | « ui/aura/BUILD.gn ('k') | ui/display/BUILD.gn » ('j') | 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 24830dabdb33105d3424c4b65b4e72ed090088da..dbef91dd79441948d0d38407b87041ba2fba754a 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -757,16 +757,6 @@ test("ui_unittests") {
"webui/web_ui_util_unittest.cc",
"x/selection_requestor_unittest.cc",
]
-
- if (!use_x11) {
- if (is_chromeos) {
- # These were already removed in the chromeos case.
- sources -= [
- "ime/chromeos/character_composer_unittest.cc",
- "ime/input_method_chromeos_unittest.cc",
- ]
- }
- }
}
if (build_ime) {
@@ -782,6 +772,13 @@ test("ui_unittests") {
if (use_x11) {
sources += [ "ime/composition_text_util_pango_unittest.cc" ]
}
+ if (!use_x11 && is_chromeos) {
+ # These were already removed in the non-chromeos case.
+ sources -= [
+ "ime/chromeos/character_composer_unittest.cc",
+ "ime/input_method_chromeos_unittest.cc",
+ ]
+ }
}
deps = [
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/display/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698