Index: chrome/chrome_common.gypi |
=================================================================== |
--- chrome/chrome_common.gypi (revision 81474) |
+++ chrome/chrome_common.gypi (working copy) |
@@ -133,6 +133,9 @@ |
# building 64-bit Windows targets. Test files are not included. |
'common/automation_constants.cc', |
'common/automation_constants.h', |
+ 'common/automation_message_types.cc', |
amit
2011/04/14 15:48:36
How about: common_automation_messages.h/cc, chrome
|
+ 'common/automation_message_types2.cc', |
+ 'common/automation_message_types.h', |
'common/automation_messages.cc', |
'common/automation_messages.h', |
'common/automation_messages_internal.h', |
@@ -147,6 +150,8 @@ |
'common/common_glue.cc', |
'common/common_message_generator.cc', |
'common/common_message_generator.h', |
+ 'common/content_settings_traits.cc', |
+ 'common/content_settings_traits.h', |
'common/default_plugin.cc', |
'common/default_plugin.h', |
'common/deprecated/event_sys-inl.h', |