Index: content/content_common.gypi |
=================================================================== |
--- content/content_common.gypi (revision 78506) |
+++ content/content_common.gypi (working copy) |
@@ -97,6 +97,12 @@ |
'common/message_router.h', |
'common/mime_registry_messages.h', |
'common/mru_cache.h', |
+ 'common/native_web_keyboard_event.h', |
+ 'common/native_web_keyboard_event_linux.cc', |
+ 'common/native_web_keyboard_event_mac.mm', |
+ 'common/native_web_keyboard_event_win.cc', |
+ 'common/navigation_gesture.h', |
+ 'common/navigation_types.h', |
'common/notification_details.cc', |
'common/notification_details.h', |
'common/notification_observer.h', |
@@ -109,6 +115,10 @@ |
'common/notification_type.h', |
'common/p2p_messages.h', |
'common/p2p_sockets.h', |
+ 'common/page_transition_types.cc', |
+ 'common/page_transition_types.h', |
+ 'common/page_type.h', |
+ 'common/page_zoom.h', |
'common/pepper_file_messages.cc', |
'common/pepper_file_messages.h', |
'common/pepper_messages.cc', |
@@ -116,6 +126,10 @@ |
'common/plugin_carbon_interpose_constants_mac.cc', |
'common/plugin_carbon_interpose_constants_mac.h', |
'common/plugin_messages.h', |
+ 'common/process_watcher.h', |
+ 'common/process_watcher_mac.cc', |
+ 'common/process_watcher_posix.cc', |
+ 'common/process_watcher_win.cc', |
'common/property_bag.cc', |
'common/property_bag.h', |
'common/resource_dispatcher.cc', |
@@ -129,10 +143,15 @@ |
'common/sandbox_init_wrapper_win.cc', |
'common/sandbox_mac.h', |
'common/sandbox_mac.mm', |
+ 'common/sandbox_methods_linux.h', |
'common/section_util_win.cc', |
'common/section_util_win.h', |
'common/serialized_script_value.cc', |
'common/serialized_script_value.h', |
+ 'common/set_process_title.cc', |
+ 'common/set_process_title.h', |
+ 'common/set_process_title_linux.cc', |
+ 'common/set_process_title_linux.h', |
'common/socket_stream.h', |
'common/socket_stream_dispatcher.cc', |
'common/socket_stream_dispatcher.h', |
@@ -154,6 +173,21 @@ |
['OS=="win"', { |
'msvs_guid': '062E9260-304A-4657-A74C-0D3AA1A0A0A4', |
}], |
+ ['OS=="mac"', { |
+ 'sources!': [ |
+ 'common/process_watcher_posix.cc', |
+ ], |
+ 'link_settings': { |
+ 'mac_bundle_resources': [ |
+ 'common/common.sb', |
+ ], |
+ }, |
+ }], |
+ ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { |
+ 'dependencies': [ |
+ '../build/linux/system.gyp:gtk', |
+ ], |
+ }], |
], |
}, |
], |