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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 262683003: Add CrOS event rewriters to the Ozone build (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 320a9fc182fc0c54fbcc6a5c0bd4b2f6c3ba24ef..a16601ab40303edbdb111b11f4bee4780d748bf5 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -1081,6 +1081,10 @@
],
'sources/': [
['exclude', '^browser/chromeos/events/'],
+ ['include', '^browser/chromeos/events/event_rewriter_controller.cc'],
+ ['include', '^browser/chromeos/events/event_rewriter_controller.h'],
+ ['include', '^browser/chromeos/events/keyboard_driven_event_rewriter.cc'],
+ ['include', '^browser/chromeos/events/keyboard_driven_event_rewriter.h'],
Daniel Erat 2014/04/30 18:12:07 is this enough of the directory that it'd be clean
kpschoedel 2014/04/30 18:23:32 The X11 dependencies are being isolated and/or rem
],
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698