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

Side by Side Diff: remoting/remoting.gyp

Issue 10913260: Cleanups in Chromoting Host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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
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 10
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 ], 579 ],
580 'sources': [ 580 'sources': [
581 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_daemon_version.rc', 581 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_daemon_version.rc',
582 'base/scoped_sc_handle_win.h', 582 'base/scoped_sc_handle_win.h',
583 'host/branding.cc', 583 'host/branding.cc',
584 'host/branding.h', 584 'host/branding.h',
585 'host/chromoting_messages.cc', 585 'host/chromoting_messages.cc',
586 'host/chromoting_messages.h', 586 'host/chromoting_messages.h',
587 'host/config_file_watcher.cc', 587 'host/config_file_watcher.cc',
588 'host/config_file_watcher.h', 588 'host/config_file_watcher.h',
589 'host/constants.h',
590 'host/constants_win.cc',
591 'host/daemon_process.cc', 589 'host/daemon_process.cc',
592 'host/daemon_process.h', 590 'host/daemon_process.h',
593 'host/daemon_process_win.cc', 591 'host/daemon_process_win.cc',
592 'host/host_exit_codes.h',
594 'host/usage_stats_consent.h', 593 'host/usage_stats_consent.h',
595 'host/usage_stats_consent_win.cc', 594 'host/usage_stats_consent_win.cc',
596 'host/win/host_service.cc', 595 'host/win/host_service.cc',
597 'host/win/host_service.h', 596 'host/win/host_service.h',
598 'host/win/host_service.rc', 597 'host/win/host_service.rc',
599 'host/win/host_service_resource.h', 598 'host/win/host_service_resource.h',
600 'host/win/launch_process_with_token.cc', 599 'host/win/launch_process_with_token.cc',
601 'host/win/launch_process_with_token.h', 600 'host/win/launch_process_with_token.h',
602 'host/win/worker_process_launcher.cc', 601 'host/win/worker_process_launcher.cc',
603 'host/win/worker_process_launcher.h', 602 'host/win/worker_process_launcher.h',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 'type': 'static_library', 870 'type': 'static_library',
872 'variables': { 'enable_wexit_time_destructors': 1, }, 871 'variables': { 'enable_wexit_time_destructors': 1, },
873 'dependencies': [ 872 'dependencies': [
874 '../base/base.gyp:base', 873 '../base/base.gyp:base',
875 ], 874 ],
876 'sources': [ 875 'sources': [
877 'base/breakpad.h', 876 'base/breakpad.h',
878 'base/breakpad_linux.cc', 877 'base/breakpad_linux.cc',
879 'base/breakpad_mac.mm', 878 'base/breakpad_mac.mm',
880 'base/breakpad_win.cc', 879 'base/breakpad_win.cc',
881 'host/constants.h',
882 'host/constants_win.cc',
883 ], 880 ],
884 'conditions': [ 881 'conditions': [
885 ['OS=="win"', { 882 ['OS=="win"', {
886 'dependencies': [ 883 'dependencies': [
887 '../breakpad/breakpad.gyp:breakpad_handler', 884 '../breakpad/breakpad.gyp:breakpad_handler',
888 ], 885 ],
889 }], 886 }],
890 ], 887 ],
891 }, # end of target 'remoting_breakpad' 888 }, # end of target 'remoting_breakpad'
892 889
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1265 'host/chromoting_host.cc', 1262 'host/chromoting_host.cc',
1266 'host/chromoting_host.h', 1263 'host/chromoting_host.h',
1267 'host/chromoting_host_context.cc', 1264 'host/chromoting_host_context.cc',
1268 'host/chromoting_host_context.h', 1265 'host/chromoting_host_context.h',
1269 'host/client_session.cc', 1266 'host/client_session.cc',
1270 'host/client_session.h', 1267 'host/client_session.h',
1271 'host/clipboard.h', 1268 'host/clipboard.h',
1272 'host/clipboard_linux.cc', 1269 'host/clipboard_linux.cc',
1273 'host/clipboard_mac.mm', 1270 'host/clipboard_mac.mm',
1274 'host/clipboard_win.cc', 1271 'host/clipboard_win.cc',
1275 'host/constants.h',
1276 'host/constants_mac.cc', 1272 'host/constants_mac.cc',
1277 'host/constants_mac.h', 1273 'host/constants_mac.h',
1278 'host/constants_win.cc',
1279 'host/continue_window.h', 1274 'host/continue_window.h',
1280 'host/continue_window_gtk.cc', 1275 'host/continue_window_gtk.cc',
1281 'host/continue_window_mac.mm', 1276 'host/continue_window_mac.mm',
1282 'host/continue_window_win.cc', 1277 'host/continue_window_win.cc',
1283 'host/desktop_environment.cc', 1278 'host/desktop_environment.cc',
1284 'host/desktop_environment.h', 1279 'host/desktop_environment.h',
1285 'host/desktop_environment_factory.cc', 1280 'host/desktop_environment_factory.cc',
1286 'host/desktop_environment_factory.h', 1281 'host/desktop_environment_factory.h',
1287 'host/differ.cc', 1282 'host/differ.cc',
1288 'host/differ.h', 1283 'host/differ.h',
1289 'host/disconnect_window.h', 1284 'host/disconnect_window.h',
1290 'host/disconnect_window_gtk.cc', 1285 'host/disconnect_window_gtk.cc',
1291 'host/disconnect_window_mac.h', 1286 'host/disconnect_window_mac.h',
1292 'host/disconnect_window_mac.mm', 1287 'host/disconnect_window_mac.mm',
1293 'host/disconnect_window_win.cc', 1288 'host/disconnect_window_win.cc',
1294 'host/dns_blackhole_checker.cc', 1289 'host/dns_blackhole_checker.cc',
1295 'host/dns_blackhole_checker.h', 1290 'host/dns_blackhole_checker.h',
1296 'host/event_executor.h', 1291 'host/event_executor.h',
1297 'host/event_executor_linux.cc', 1292 'host/event_executor_linux.cc',
1298 'host/event_executor_mac.cc', 1293 'host/event_executor_mac.cc',
1299 'host/event_executor_win.cc', 1294 'host/event_executor_win.cc',
1300 'host/gaia_oauth_client.cc', 1295 'host/gaia_oauth_client.cc',
1301 'host/gaia_oauth_client.h', 1296 'host/gaia_oauth_client.h',
1302 'host/heartbeat_sender.cc', 1297 'host/heartbeat_sender.cc',
1303 'host/heartbeat_sender.h', 1298 'host/heartbeat_sender.h',
1304 'host/host_config.cc', 1299 'host/host_config.cc',
1305 'host/host_config.h', 1300 'host/host_config.h',
1301 'host/host_exit_codes.h',
1306 'host/host_key_pair.cc', 1302 'host/host_key_pair.cc',
1307 'host/host_key_pair.h', 1303 'host/host_key_pair.h',
1308 'host/host_port_allocator.cc', 1304 'host/host_port_allocator.cc',
1309 'host/host_port_allocator.h', 1305 'host/host_port_allocator.h',
1310 'host/host_secret.cc', 1306 'host/host_secret.cc',
1311 'host/host_secret.h', 1307 'host/host_secret.h',
1312 'host/host_status_observer.h', 1308 'host/host_status_observer.h',
1313 'host/host_user_interface.cc', 1309 'host/host_user_interface.cc',
1314 'host/host_user_interface.h', 1310 'host/host_user_interface.h',
1315 'host/in_memory_host_config.cc', 1311 'host/in_memory_host_config.cc',
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
1916 '../base/allocator/allocator.gyp:allocator', 1912 '../base/allocator/allocator.gyp:allocator',
1917 ], 1913 ],
1918 }, 1914 },
1919 ], 1915 ],
1920 ], 1916 ],
1921 }], 1917 }],
1922 ], # end of 'conditions' 1918 ], # end of 'conditions'
1923 }, # end of target 'remoting_unittests' 1919 }, # end of target 'remoting_unittests'
1924 ], # end of targets 1920 ], # end of targets
1925 } 1921 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698