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

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_error_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 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after
1916 '../base/allocator/allocator.gyp:allocator', 1915 '../base/allocator/allocator.gyp:allocator',
1917 ], 1916 ],
1918 }, 1917 },
1919 ], 1918 ],
1920 ], 1919 ],
1921 }], 1920 }],
1922 ], # end of 'conditions' 1921 ], # end of 'conditions'
1923 }, # end of target 'remoting_unittests' 1922 }, # end of target 'remoting_unittests'
1924 ], # end of targets 1923 ], # end of targets
1925 } 1924 }
OLDNEW
« remoting/host/remoting_me2me_host.cc ('K') | « remoting/host/usage_stats_consent_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698