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

Side by Side Diff: remoting/remoting.gyp

Issue 10191007: [Chromoting] Let the Windows daemon controller read the unprivileged part of the config without ele… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 1
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # TODO(dmaclach): can we pick this up some other way? Right now it's 8 # TODO(dmaclach): can we pick this up some other way? Right now it's
9 # duplicated from chrome.gyp 9 # duplicated from chrome.gyp
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 ], 294 ],
295 'dependencies': [ 295 'dependencies': [
296 '../base/base.gyp:base', 296 '../base/base.gyp:base',
297 'remoting_elevated_controller', 297 'remoting_elevated_controller',
298 'remoting_protocol', 298 'remoting_protocol',
299 'remoting_version_resources', 299 'remoting_version_resources',
300 ], 300 ],
301 'sources': [ 301 'sources': [
302 'host/branding.cc', 302 'host/branding.cc',
303 'host/branding.h', 303 'host/branding.h',
304 'host/daemon_controller_common_win.cc',
305 'host/daemon_controller_common_win.h',
alexeypa (please no reviews) 2012/04/23 17:35:10 There files are missing from the CL.
simonmorris 2012/04/23 19:39:49 Done.
304 'host/elevated_controller.rc', 306 'host/elevated_controller.rc',
305 'host/elevated_controller_module_win.cc', 307 'host/elevated_controller_module_win.cc',
306 'host/elevated_controller_win.cc', 308 'host/elevated_controller_win.cc',
307 'host/elevated_controller_win.h', 309 'host/elevated_controller_win.h',
308 'host/verify_config_window_win.cc', 310 'host/verify_config_window_win.cc',
309 'host/verify_config_window_win.h', 311 'host/verify_config_window_win.h',
310 '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc' 312 '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc'
311 ], 313 ],
312 'msvs_settings': { 314 'msvs_settings': {
313 'VCLinkerTool': { 315 'VCLinkerTool': {
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 'remoting_host', 590 'remoting_host',
589 'remoting_jingle_glue', 591 'remoting_jingle_glue',
590 '../third_party/npapi/npapi.gyp:npapi', 592 '../third_party/npapi/npapi.gyp:npapi',
591 ], 593 ],
592 'sources': [ 594 'sources': [
593 'host/branding.cc', 595 'host/branding.cc',
594 'host/branding.h', 596 'host/branding.h',
595 'host/it2me_host_user_interface.cc', 597 'host/it2me_host_user_interface.cc',
596 'host/it2me_host_user_interface.h', 598 'host/it2me_host_user_interface.h',
597 'host/plugin/daemon_controller.h', 599 'host/plugin/daemon_controller.h',
600 'host/daemon_controller_common_win.cc',
601 'host/daemon_controller_common_win.h',
598 'host/plugin/daemon_controller_linux.cc', 602 'host/plugin/daemon_controller_linux.cc',
599 'host/plugin/daemon_controller_mac.cc', 603 'host/plugin/daemon_controller_mac.cc',
600 'host/plugin/daemon_controller_win.cc', 604 'host/plugin/daemon_controller_win.cc',
601 'host/plugin/daemon_installer_win.cc', 605 'host/plugin/daemon_installer_win.cc',
602 'host/plugin/daemon_installer_win.h', 606 'host/plugin/daemon_installer_win.h',
603 'host/plugin/host_log_handler.cc', 607 'host/plugin/host_log_handler.cc',
604 'host/plugin/host_log_handler.h', 608 'host/plugin/host_log_handler.h',
605 'host/plugin/host_plugin.cc', 609 'host/plugin/host_plugin.cc',
606 'host/plugin/host_plugin_resource.h', 610 'host/plugin/host_plugin_resource.h',
607 'host/plugin/host_plugin_utils.cc', 611 'host/plugin/host_plugin_utils.cc',
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1521 '../base/allocator/allocator.gyp:allocator', 1525 '../base/allocator/allocator.gyp:allocator',
1522 ], 1526 ],
1523 }, 1527 },
1524 ], 1528 ],
1525 ], 1529 ],
1526 }], 1530 }],
1527 ], # end of 'conditions' 1531 ], # end of 'conditions'
1528 }, # end of target 'remoting_unittests' 1532 }, # end of target 'remoting_unittests'
1529 ], # end of targets 1533 ], # end of targets
1530 } 1534 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698