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

Unified Diff: trunk/src/ash/BUILD.gn

Issue 400493006: Revert 283946 "GN fixes for the Windows build." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 5 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 | « no previous file | trunk/src/ash/ash.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ash/BUILD.gn
===================================================================
--- trunk/src/ash/BUILD.gn (revision 283947)
+++ trunk/src/ash/BUILD.gn (working copy)
@@ -56,6 +56,7 @@
if (is_win) {
sources -= [
+ "host/window_tree_host_factory.cc",
"sticky_keys/sticky_keys_controller.cc",
"sticky_keys/sticky_keys_controller.h",
]
@@ -75,6 +76,8 @@
"accelerators/magnifier_key_scroller.h",
"accelerators/spoken_feedback_toggler.cc",
"accelerators/spoken_feedback_toggler.h",
+ "touch/touch_transformer_controller.cc",
+ "touch/touch_transformer_controller.h",
]
}
@@ -99,11 +102,6 @@
"system/tray/media_security/media_capture_observer.h",
"system/tray/media_security/multi_profile_media_tray_item.cc",
"system/tray/media_security/multi_profile_media_tray_item.h",
- ]
- }
-
- if (!use_x11 || !is_chromeos) {
- sources -= [
"touch/touch_transformer_controller.cc",
"touch/touch_transformer_controller.h",
]
« no previous file with comments | « no previous file | trunk/src/ash/ash.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698