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

Side by Side Diff: remoting/remoting.gyp

Issue 10386181: Fix remoting_unittests compilation with aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/disconnect_window_linux.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 'dependencies': [ 864 'dependencies': [
865 'remoting_base', 865 'remoting_base',
866 'remoting_host', 866 'remoting_host',
867 'remoting_jingle_glue', 867 'remoting_jingle_glue',
868 '../third_party/npapi/npapi.gyp:npapi', 868 '../third_party/npapi/npapi.gyp:npapi',
869 ], 869 ],
870 'sources': [ 870 'sources': [
871 'host/branding.cc', 871 'host/branding.cc',
872 'host/branding.h', 872 'host/branding.h',
873 'host/host_ui_resource.h', 873 'host/host_ui_resource.h',
874 'host/host_user_interface.cc',
875 'host/host_user_interface.h',
876 'host/it2me_host_user_interface.cc',
877 'host/it2me_host_user_interface.h',
878 'host/plugin/daemon_controller.h', 874 'host/plugin/daemon_controller.h',
879 'host/plugin/daemon_controller_linux.cc', 875 'host/plugin/daemon_controller_linux.cc',
880 'host/plugin/daemon_controller_mac.cc', 876 'host/plugin/daemon_controller_mac.cc',
881 'host/plugin/daemon_controller_win.cc', 877 'host/plugin/daemon_controller_win.cc',
882 'host/plugin/daemon_installer_win.cc', 878 'host/plugin/daemon_installer_win.cc',
883 'host/plugin/daemon_installer_win.h', 879 'host/plugin/daemon_installer_win.h',
884 'host/plugin/host_log_handler.cc', 880 'host/plugin/host_log_handler.cc',
885 'host/plugin/host_log_handler.h', 881 'host/plugin/host_log_handler.h',
886 'host/plugin/host_plugin.cc', 882 'host/plugin/host_plugin.cc',
887 'host/plugin/host_plugin_utils.cc', 883 'host/plugin/host_plugin_utils.cc',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
1124 'host/chromoting_host_context.cc', 1120 'host/chromoting_host_context.cc',
1125 'host/chromoting_host_context.h', 1121 'host/chromoting_host_context.h',
1126 'host/client_session.cc', 1122 'host/client_session.cc',
1127 'host/client_session.h', 1123 'host/client_session.h',
1128 'host/clipboard.h', 1124 'host/clipboard.h',
1129 'host/clipboard_linux.cc', 1125 'host/clipboard_linux.cc',
1130 'host/clipboard_mac.mm', 1126 'host/clipboard_mac.mm',
1131 'host/clipboard_win.cc', 1127 'host/clipboard_win.cc',
1132 'host/constants.h', 1128 'host/constants.h',
1133 'host/continue_window.h', 1129 'host/continue_window.h',
1130 'host/continue_window_gtk.cc',
1134 'host/continue_window_mac.mm', 1131 'host/continue_window_mac.mm',
1135 'host/continue_window_linux.cc',
1136 'host/continue_window_win.cc', 1132 'host/continue_window_win.cc',
1137 'host/curtain.h', 1133 'host/curtain.h',
1138 'host/curtain_linux.cc', 1134 'host/curtain_linux.cc',
1139 'host/curtain_mac.cc', 1135 'host/curtain_mac.cc',
1140 'host/curtain_win.cc', 1136 'host/curtain_win.cc',
1141 'host/desktop_environment.cc', 1137 'host/desktop_environment.cc',
1142 'host/desktop_environment.h', 1138 'host/desktop_environment.h',
1143 'host/desktop_win.cc', 1139 'host/desktop_win.cc',
1144 'host/desktop_win.h', 1140 'host/desktop_win.h',
1141 'host/differ.cc',
1145 'host/differ.h', 1142 'host/differ.h',
1146 'host/differ.cc',
1147 'host/disconnect_window.h', 1143 'host/disconnect_window.h',
1148 'host/disconnect_window_linux.cc', 1144 'host/disconnect_window_gtk.cc',
1149 'host/disconnect_window_mac.h', 1145 'host/disconnect_window_mac.h',
1150 'host/disconnect_window_mac.mm', 1146 'host/disconnect_window_mac.mm',
1151 'host/disconnect_window_win.cc', 1147 'host/disconnect_window_win.cc',
1152 'host/event_executor.h', 1148 'host/event_executor.h',
1153 'host/event_executor_linux.cc', 1149 'host/event_executor_linux.cc',
1154 'host/event_executor_mac.cc', 1150 'host/event_executor_mac.cc',
1155 'host/event_executor_win.cc', 1151 'host/event_executor_win.cc',
1156 'host/heartbeat_sender.cc', 1152 'host/heartbeat_sender.cc',
1157 'host/heartbeat_sender.h', 1153 'host/heartbeat_sender.h',
1158 'host/gaia_oauth_client.cc', 1154 'host/gaia_oauth_client.cc',
1159 'host/gaia_oauth_client.h', 1155 'host/gaia_oauth_client.h',
1160 'host/host_config.cc', 1156 'host/host_config.cc',
1161 'host/host_config.h', 1157 'host/host_config.h',
1162 'host/host_key_pair.cc', 1158 'host/host_key_pair.cc',
1163 'host/host_key_pair.h', 1159 'host/host_key_pair.h',
1164 'host/host_port_allocator.cc', 1160 'host/host_port_allocator.cc',
1165 'host/host_port_allocator.h', 1161 'host/host_port_allocator.h',
1166 'host/host_secret.cc', 1162 'host/host_secret.cc',
1167 'host/host_secret.h', 1163 'host/host_secret.h',
1168 'host/host_status_observer.h', 1164 'host/host_status_observer.h',
1165 'host/host_user_interface.cc',
1166 'host/host_user_interface.h',
1169 'host/in_memory_host_config.cc', 1167 'host/in_memory_host_config.cc',
1170 'host/in_memory_host_config.h', 1168 'host/in_memory_host_config.h',
1169 'host/it2me_host_user_interface.cc',
1170 'host/it2me_host_user_interface.h',
1171 'host/json_host_config.cc', 1171 'host/json_host_config.cc',
1172 'host/json_host_config.h', 1172 'host/json_host_config.h',
1173 'host/local_input_monitor.h', 1173 'host/local_input_monitor.h',
1174 'host/local_input_monitor_linux.cc', 1174 'host/local_input_monitor_linux.cc',
1175 'host/local_input_monitor_mac.mm', 1175 'host/local_input_monitor_mac.mm',
1176 'host/local_input_monitor_thread_linux.cc', 1176 'host/local_input_monitor_thread_linux.cc',
1177 'host/local_input_monitor_thread_linux.h', 1177 'host/local_input_monitor_thread_linux.h',
1178 'host/local_input_monitor_thread_win.cc', 1178 'host/local_input_monitor_thread_win.cc',
1179 'host/local_input_monitor_thread_win.h', 1179 'host/local_input_monitor_thread_win.h',
1180 'host/local_input_monitor_win.cc', 1180 'host/local_input_monitor_win.cc',
(...skipping 27 matching lines...) Expand all
1208 'host/url_fetcher.h', 1208 'host/url_fetcher.h',
1209 'host/url_request_context.cc', 1209 'host/url_request_context.cc',
1210 'host/url_request_context.h', 1210 'host/url_request_context.h',
1211 'host/usb_keycode_map.h', 1211 'host/usb_keycode_map.h',
1212 'host/user_authenticator.h', 1212 'host/user_authenticator.h',
1213 'host/user_authenticator_linux.cc', 1213 'host/user_authenticator_linux.cc',
1214 'host/user_authenticator_mac.cc', 1214 'host/user_authenticator_mac.cc',
1215 'host/user_authenticator_win.cc', 1215 'host/user_authenticator_win.cc',
1216 'host/vlog_net_log.cc', 1216 'host/vlog_net_log.cc',
1217 'host/vlog_net_log.h', 1217 'host/vlog_net_log.h',
1218 'host/x_server_pixel_buffer.cc',
1219 'host/x_server_pixel_buffer.h',
1218 ], 1220 ],
1219 'conditions': [ 1221 'conditions': [
1220 ['toolkit_uses_gtk == 1', { 1222 ['OS=="linux"', {
1221 'dependencies': [
1222 '../build/linux/system.gyp:gtk',
1223 ],
1224 'sources': [
1225 'host/x_server_pixel_buffer.cc',
1226 'host/x_server_pixel_buffer.h',
1227 ],
1228 'link_settings': { 1223 'link_settings': {
1229 'libraries': [ 1224 'libraries': [
1230 '-lX11', 1225 '-lX11',
1231 '-lXdamage', 1226 '-lXdamage',
1232 '-lXfixes', 1227 '-lXfixes',
1233 '-lXtst', 1228 '-lXtst',
1234 '-lpam', 1229 '-lpam',
1235 '-lXext' 1230 '-lXext'
1236 ], 1231 ],
1237 }, 1232 },
1238 }], 1233 }],
1234 ['toolkit_uses_gtk==1', {
1235 'dependencies': [
1236 '../build/linux/system.gyp:gtk',
1237 ],
1238 }, { # else toolkit_uses_gtk!=1
1239 'sources!': [
1240 '*_gtk.cc',
1241 'host/x_server_pixel_buffer.cc',
1242 'host/x_server_pixel_buffer.h',
1243 ],
1244 }],
1239 ['OS=="mac"', { 1245 ['OS=="mac"', {
1240 'sources': [ 1246 'sources': [
1241 '../third_party/GTM/AppKit/GTMCarbonEvent.h', 1247 '../third_party/GTM/AppKit/GTMCarbonEvent.h',
1242 '../third_party/GTM/AppKit/GTMCarbonEvent.m', 1248 '../third_party/GTM/AppKit/GTMCarbonEvent.m',
1243 '../third_party/GTM/DebugUtils/GTMDebugSelectorValidation.h', 1249 '../third_party/GTM/DebugUtils/GTMDebugSelectorValidation.h',
1244 '../third_party/GTM/DebugUtils/GTMTypeCasting.h', 1250 '../third_party/GTM/DebugUtils/GTMTypeCasting.h',
1245 '../third_party/GTM/Foundation/GTMObjectSingleton.h', 1251 '../third_party/GTM/Foundation/GTMObjectSingleton.h',
1246 '../third_party/GTM/GTMDefines.h', 1252 '../third_party/GTM/GTMDefines.h',
1247 ], 1253 ],
1248 'include_dirs': [ 1254 'include_dirs': [
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 'variables': { 'enable_wexit_time_destructors': 1, }, 1308 'variables': { 'enable_wexit_time_destructors': 1, },
1303 'dependencies': [ 1309 'dependencies': [
1304 'remoting_base', 1310 'remoting_base',
1305 'remoting_host', 1311 'remoting_host',
1306 'remoting_jingle_glue', 1312 'remoting_jingle_glue',
1307 '../base/base.gyp:base', 1313 '../base/base.gyp:base',
1308 '../base/base.gyp:base_i18n', 1314 '../base/base.gyp:base_i18n',
1309 '../media/media.gyp:media', 1315 '../media/media.gyp:media',
1310 ], 1316 ],
1311 'sources': [ 1317 'sources': [
1312 'host/continue_window.h',
1313 'host/continue_window_mac.mm',
1314 'host/continue_window_linux.cc',
1315 'host/continue_window_win.cc',
1316 'host/disconnect_window_linux.cc',
1317 'host/disconnect_window_mac.h',
1318 'host/disconnect_window_mac.mm',
1319 'host/disconnect_window_win.cc',
1320 'host/host_user_interface.cc',
1321 'host/host_user_interface.h',
1322 'host/it2me_host_user_interface.cc',
1323 'host/it2me_host_user_interface.h',
1324 'host/simple_host_process.cc', 1318 'host/simple_host_process.cc',
1325 ], 1319 ],
1326 'conditions': [ 1320 'conditions': [
1327 ['OS=="win"', { 1321 ['OS=="win"', {
1328 'dependencies': [ 1322 'dependencies': [
1329 '../ipc/ipc.gyp:ipc' 1323 '../ipc/ipc.gyp:ipc'
1330 ], 1324 ],
1331 }], 1325 }],
1332 ], 1326 ],
1333 }, # end of target 'remoting_simple_host' 1327 }, # end of target 'remoting_simple_host'
1334 1328
1335 { 1329 {
1336 'target_name': 'remoting_me2me_host', 1330 'target_name': 'remoting_me2me_host',
1337 'type': 'executable', 1331 'type': 'executable',
1338 'variables': { 'enable_wexit_time_destructors': 1, }, 1332 'variables': { 'enable_wexit_time_destructors': 1, },
1339 'dependencies': [ 1333 'dependencies': [
1340 'remoting_base', 1334 'remoting_base',
1341 'remoting_host', 1335 'remoting_host',
1342 'remoting_jingle_glue', 1336 'remoting_jingle_glue',
1343 '../base/base.gyp:base', 1337 '../base/base.gyp:base',
1344 '../base/base.gyp:base_i18n', 1338 '../base/base.gyp:base_i18n',
1345 '../media/media.gyp:media', 1339 '../media/media.gyp:media',
1346 ], 1340 ],
1347 'sources': [ 1341 'sources': [
1348 'host/branding.cc', 1342 'host/branding.cc',
1349 'host/branding.h', 1343 'host/branding.h',
1350 'host/host_event_logger.h', 1344 'host/host_event_logger.h',
1351 'host/host_user_interface.cc',
1352 'host/host_user_interface.h',
1353 'host/sighup_listener_mac.cc', 1345 'host/sighup_listener_mac.cc',
1354 'host/sighup_listener_mac.h', 1346 'host/sighup_listener_mac.h',
1355 'host/remoting_me2me_host.cc', 1347 'host/remoting_me2me_host.cc',
1356 ], 1348 ],
1357 'conditions': [ 1349 'conditions': [
1358 ['os_posix==1', { 1350 ['os_posix==1', {
1359 'sources': [ 1351 'sources': [
1360 'host/host_event_logger_posix.cc', 1352 'host/host_event_logger_posix.cc',
1361 ], 1353 ],
1362 }], 1354 }],
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
1692 'host/capturer_win_unittest.cc', 1684 'host/capturer_win_unittest.cc',
1693 'host/chromoting_host_context_unittest.cc', 1685 'host/chromoting_host_context_unittest.cc',
1694 'host/chromoting_host_unittest.cc', 1686 'host/chromoting_host_unittest.cc',
1695 'host/client_session_unittest.cc', 1687 'host/client_session_unittest.cc',
1696 'host/differ_block_unittest.cc', 1688 'host/differ_block_unittest.cc',
1697 'host/differ_unittest.cc', 1689 'host/differ_unittest.cc',
1698 'host/heartbeat_sender_unittest.cc', 1690 'host/heartbeat_sender_unittest.cc',
1699 'host/host_key_pair_unittest.cc', 1691 'host/host_key_pair_unittest.cc',
1700 'host/host_mock_objects.cc', 1692 'host/host_mock_objects.cc',
1701 'host/host_mock_objects.h', 1693 'host/host_mock_objects.h',
1702 'host/host_user_interface.cc',
1703 'host/host_user_interface.h',
1704 'host/it2me_host_user_interface.cc',
1705 'host/it2me_host_user_interface.h',
1706 'host/json_host_config_unittest.cc', 1694 'host/json_host_config_unittest.cc',
1707 'host/log_to_server_unittest.cc', 1695 'host/log_to_server_unittest.cc',
1708 'host/pin_hash_unittest.cc', 1696 'host/pin_hash_unittest.cc',
1709 'host/register_support_host_request_unittest.cc', 1697 'host/register_support_host_request_unittest.cc',
1710 'host/remote_input_filter_unittest.cc', 1698 'host/remote_input_filter_unittest.cc',
1711 'host/screen_recorder_unittest.cc', 1699 'host/screen_recorder_unittest.cc',
1712 'host/server_log_entry_unittest.cc', 1700 'host/server_log_entry_unittest.cc',
1713 'host/test_key_pair.h', 1701 'host/test_key_pair.h',
1714 'host/url_fetcher_unittest.cc', 1702 'host/url_fetcher_unittest.cc',
1715 'jingle_glue/fake_signal_strategy.cc', 1703 'jingle_glue/fake_signal_strategy.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1773 '../base/allocator/allocator.gyp:allocator', 1761 '../base/allocator/allocator.gyp:allocator',
1774 ], 1762 ],
1775 }, 1763 },
1776 ], 1764 ],
1777 ], 1765 ],
1778 }], 1766 }],
1779 ], # end of 'conditions' 1767 ], # end of 'conditions'
1780 }, # end of target 'remoting_unittests' 1768 }, # end of target 'remoting_unittests'
1781 ], # end of targets 1769 ], # end of targets
1782 } 1770 }
OLDNEW
« no previous file with comments | « remoting/host/disconnect_window_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698