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

Unified Diff: chromeos/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 | « chrome/browser/extensions/BUILD.gn ('k') | content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 4fef2ba193e0084c9982bee38f29c3551af0bd08..f050cc939ff1543ab740c02bcf4d0554f5942f94 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -45,8 +45,8 @@ component("chromeos") {
sources -= [ "ime/ime_keyboard_ozone.cc" ]
} else {
sources -= [
- "ime/keyboard_controller.cc",
"ime/ime_keyboard_x11.cc",
+ "ime/ime_keyboard_x11.h",
]
}
}
@@ -162,6 +162,11 @@ test("chromeos_unittests") {
if (use_x11) {
deps += [ "//ui/gfx/x" ]
}
+ if (use_ozone) {
+ sources -= [
+ "ime/ime_keyboard_x11_unittest.cc",
+ ]
+ }
}
proto_library("power_manager_proto") {
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698