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

Unified Diff: chromeos/BUILD.gn

Issue 727143002: Moves code from chromeos/ime to ui/base/ime/chromeos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: chromeos/BUILD.gn
diff --git a/chromeos/BUILD.gn b/chromeos/BUILD.gn
index 6d677b2d8772abdbac912f68a2b48094aab9a6f2..d3f68a3d064ddba7cd7b284b0868b23c69c12c11 100644
--- a/chromeos/BUILD.gn
+++ b/chromeos/BUILD.gn
@@ -39,19 +39,6 @@ component("chromeos") {
]
sources = gypi_values.chromeos_sources
defines = [ "CHROMEOS_IMPLEMENTATION" ]
- if (use_x11) {
- configs += [ "//build/config/linux:x11" ]
- deps += [ "//ui/gfx/x" ]
- sources -= [
- "ime/ime_keyboard_ozone.cc",
- "ime/ime_keyboard_ozone.h",
- ]
- } else {
- sources -= [
- "ime/ime_keyboard_x11.cc",
- "ime/ime_keyboard_x11.h",
- ]
- }
}
static_library("test_support") {
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chromeos/DEPS » ('j') | chromeos/ime/fake_ime_keyboard.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698