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

Unified Diff: chrome/chrome_common.gypi

Issue 6289009: [Mac] Implement the system dictionary popup by implementing NSTextInput methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create AttributedStringCoder Created 9 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: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 4fb371e401fcd9b3d226eed3ea582785dfc86909..6c11594381478e24aac0d1b5d946f529eda2e950 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -28,6 +28,8 @@
'common/app_mode_common_mac.h',
'common/app_mode_common_mac.mm',
'common/attrition_experiments.h',
+ 'common/attributed_string_coder.h',
+ 'common/attributed_string_coder.mm',
'common/auto_start_linux.cc',
'common/auto_start_linux.h',
'common/autofill_messages.h',
@@ -225,6 +227,8 @@
'common/spellcheck_messages.h',
'common/sqlite_utils.cc',
'common/sqlite_utils.h',
+ 'common/text_input_client_messages.cc',
+ 'common/text_input_client_messages.h',
'common/thumbnail_score.cc',
'common/thumbnail_score.h',
'common/url_constants.cc',

Powered by Google App Engine
This is Rietveld 408576698