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

Unified Diff: ui/events/BUILD.gn

Issue 235983002: GN Windows build fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: ui/events/BUILD.gn
diff --git a/ui/events/BUILD.gn b/ui/events/BUILD.gn
index a7516558f1db3f6c638491fae5a46c5188451263..1a50b8134808000fa80c8534d05b806e279883ac 100644
--- a/ui/events/BUILD.gn
+++ b/ui/events/BUILD.gn
@@ -54,6 +54,17 @@ component("events_base") {
if (use_x11) {
configs += [ "//build/config/linux:x11" ]
+ } else {
+ sources -= [
+ "keycodes/keyboard_code_conversion_x.cc",
+ "keycodes/keyboard_code_conversion_x.h",
+ "x/device_data_manager.cc",
+ "x/device_data_manager.h",
+ "x/device_list_cache_x.cc",
+ "x/device_list_cache_x.h",
+ "x/touch_factory_x11.cc",
+ "x/touch_factory_x11.h",
+ ]
}
}
« third_party/libusb/BUILD.gn ('K') | « third_party/libusb/BUILD.gn ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698