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

Unified Diff: ui/base/BUILD.gn

Issue 552983004: Pull buildtools to get GN 295140 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « third_party/mach_override/BUILD.gn ('k') | ui/ozone/platform/dri/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 80db6988394e85ef2bc8b6f8dfbf16933f84dd9b..e41abf6bc832d7dae2af1e8a3b5b6e29ec9a247a 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -763,7 +763,6 @@ test("unittests") {
"ime/input_method_chromeos_unittest.cc",
]
}
- sources -= [ "ime/composition_text_util_pango_unittest.cc" ]
}
}
@@ -771,13 +770,15 @@ test("unittests") {
sources += [
"ime/candidate_window_unittest.cc",
"ime/chromeos/character_composer_unittest.cc",
- "ime/composition_text_util_pango_unittest.cc",
"ime/input_method_base_unittest.cc",
"ime/input_method_chromeos_unittest.cc",
"ime/remote_input_method_win_unittest.cc",
"ime/win/imm32_manager_unittest.cc",
"ime/win/tsf_input_scope_unittest.cc",
]
+ if (use_x11) {
+ sources += [ "ime/composition_text_util_pango_unittest.cc" ]
+ }
}
deps = [
« no previous file with comments | « third_party/mach_override/BUILD.gn ('k') | ui/ozone/platform/dri/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698