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

Unified Diff: ui/metro_viewer/metro_viewer.gyp

Issue 74783010: [Ash] Introduces new IPC messages to support IME on Win-Ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ime_types.cc to avoid complex ctor/dtor from being inlined Created 7 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
« no previous file with comments | « ui/metro_viewer/ime_types.cc ('k') | ui/metro_viewer/metro_viewer_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/metro_viewer/metro_viewer.gyp
diff --git a/ui/metro_viewer/metro_viewer.gyp b/ui/metro_viewer/metro_viewer.gyp
index 00c32120c1a931ad95da9ee145d393398f42de4a..4dbf2ac0e1cde9ffa136fde58a7926da8b871c95 100644
--- a/ui/metro_viewer/metro_viewer.gyp
+++ b/ui/metro_viewer/metro_viewer.gyp
@@ -15,6 +15,8 @@
'../../skia/skia.gyp:skia',
],
'sources': [
+ 'ime_types.cc',
+ 'ime_types.h',
'metro_viewer_message_generator.cc',
'metro_viewer_message_generator.h',
'metro_viewer_messages.h',
« no previous file with comments | « ui/metro_viewer/ime_types.cc ('k') | ui/metro_viewer/metro_viewer_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698