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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 232233003: ozone: Protect X11-specific code in IME support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « chrome/browser/extensions/api/input_ime/input_ime_api.cc ('k') | ui/base/ime/ime.gypi » ('j') | 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 14b5a928690cfeb6c921c0c090e20feed98d9a3a..4e09bd23122900eb8bc3b0e3ae9a5eabe326a738 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -1036,6 +1036,10 @@
'dependencies': [
'../ui/ozone/ozone.gyp:ozone',
],
+ 'sources!': [
+ 'browser/chromeos/input_method/input_method_engine.cc',
+ 'browser/chromeos/input_method/input_method_engine.h',
+ ],
'sources/': [
['exclude', '^browser/chromeos/events/'],
],
« no previous file with comments | « chrome/browser/extensions/api/input_ime/input_ime_api.cc ('k') | ui/base/ime/ime.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698