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

Side by Side Diff: remoting/remoting.gyp

Issue 10243011: [Chromoting] Factor out common code for pin hashing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. 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/verify_config_window_win.cc ('k') | remoting/webapp/host_controller.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 ], 416 ],
417 'sources': [ 417 'sources': [
418 'host/branding.cc', 418 'host/branding.cc',
419 'host/branding.h', 419 'host/branding.h',
420 'host/daemon_controller_common_win.cc', 420 'host/daemon_controller_common_win.cc',
421 'host/daemon_controller_common_win.h', 421 'host/daemon_controller_common_win.h',
422 'host/elevated_controller.rc', 422 'host/elevated_controller.rc',
423 'host/elevated_controller_module_win.cc', 423 'host/elevated_controller_module_win.cc',
424 'host/elevated_controller_win.cc', 424 'host/elevated_controller_win.cc',
425 'host/elevated_controller_win.h', 425 'host/elevated_controller_win.h',
426 'host/pin_hash.cc',
427 'host/pin_hash.h',
426 'host/verify_config_window_win.cc', 428 'host/verify_config_window_win.cc',
427 'host/verify_config_window_win.h', 429 'host/verify_config_window_win.h',
428 '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc' 430 '<(SHARED_INTERMEDIATE_DIR)/remoting/elevated_controller_version.rc'
429 ], 431 ],
430 'msvs_settings': { 432 'msvs_settings': {
431 'VCLinkerTool': { 433 'VCLinkerTool': {
432 'AdditionalOptions': ["/MANIFESTUAC:level='requireAdministrator'"] , 434 'AdditionalOptions': ["/MANIFESTUAC:level='requireAdministrator'"] ,
433 # 2 == /SUBSYSTEM:WINDOWS 435 # 2 == /SUBSYSTEM:WINDOWS
434 'SubSystem': '2', 436 'SubSystem': '2',
435 }, 437 },
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
707 '../third_party/npapi/npapi.gyp:npapi', 709 '../third_party/npapi/npapi.gyp:npapi',
708 ], 710 ],
709 'sources': [ 711 'sources': [
710 'host/branding.cc', 712 'host/branding.cc',
711 'host/branding.h', 713 'host/branding.h',
712 'host/it2me_host_user_interface.cc', 714 'host/it2me_host_user_interface.cc',
713 'host/it2me_host_user_interface.h', 715 'host/it2me_host_user_interface.h',
714 'host/plugin/daemon_controller.h', 716 'host/plugin/daemon_controller.h',
715 'host/daemon_controller_common_win.cc', 717 'host/daemon_controller_common_win.cc',
716 'host/daemon_controller_common_win.h', 718 'host/daemon_controller_common_win.h',
719 'host/pin_hash.cc',
720 'host/pin_hash.h',
717 'host/plugin/daemon_controller_linux.cc', 721 'host/plugin/daemon_controller_linux.cc',
718 'host/plugin/daemon_controller_mac.cc', 722 'host/plugin/daemon_controller_mac.cc',
719 'host/plugin/daemon_controller_win.cc', 723 'host/plugin/daemon_controller_win.cc',
720 'host/plugin/daemon_installer_win.cc', 724 'host/plugin/daemon_installer_win.cc',
721 'host/plugin/daemon_installer_win.h', 725 'host/plugin/daemon_installer_win.h',
722 'host/plugin/host_log_handler.cc', 726 'host/plugin/host_log_handler.cc',
723 'host/plugin/host_log_handler.h', 727 'host/plugin/host_log_handler.h',
724 'host/plugin/host_plugin.cc', 728 'host/plugin/host_plugin.cc',
725 'host/plugin/host_plugin_resource.h', 729 'host/plugin/host_plugin_resource.h',
726 'host/plugin/host_plugin_utils.cc', 730 'host/plugin/host_plugin_utils.cc',
(...skipping 842 matching lines...) Expand 10 before | Expand all | Expand 10 after
1569 'host/differ_block_unittest.cc', 1573 'host/differ_block_unittest.cc',
1570 'host/differ_unittest.cc', 1574 'host/differ_unittest.cc',
1571 'host/heartbeat_sender_unittest.cc', 1575 'host/heartbeat_sender_unittest.cc',
1572 'host/host_key_pair_unittest.cc', 1576 'host/host_key_pair_unittest.cc',
1573 'host/host_mock_objects.cc', 1577 'host/host_mock_objects.cc',
1574 'host/host_mock_objects.h', 1578 'host/host_mock_objects.h',
1575 'host/it2me_host_user_interface.cc', 1579 'host/it2me_host_user_interface.cc',
1576 'host/it2me_host_user_interface.h', 1580 'host/it2me_host_user_interface.h',
1577 'host/json_host_config_unittest.cc', 1581 'host/json_host_config_unittest.cc',
1578 'host/log_to_server_unittest.cc', 1582 'host/log_to_server_unittest.cc',
1583 'host/pin_hash.cc',
1584 'host/pin_hash_unittest.cc',
1579 'host/register_support_host_request_unittest.cc', 1585 'host/register_support_host_request_unittest.cc',
1580 'host/screen_recorder_unittest.cc', 1586 'host/screen_recorder_unittest.cc',
1581 'host/server_log_entry_unittest.cc', 1587 'host/server_log_entry_unittest.cc',
1582 ] 1588 ]
1583 }], 1589 }],
1584 ['toolkit_uses_gtk == 1', { 1590 ['toolkit_uses_gtk == 1', {
1585 'dependencies': [ 1591 'dependencies': [
1586 # Needed for the following #include chain: 1592 # Needed for the following #include chain:
1587 # base/run_all_unittests.cc 1593 # base/run_all_unittests.cc
1588 # ../base/test_suite.h 1594 # ../base/test_suite.h
1589 # gtk/gtk.h 1595 # gtk/gtk.h
1590 '../build/linux/system.gyp:gtk', 1596 '../build/linux/system.gyp:gtk',
1591 '../build/linux/system.gyp:ssl', 1597 '../build/linux/system.gyp:ssl',
1592 ], 1598 ],
1593 'conditions': [ 1599 'conditions': [
1594 [ 'linux_use_tcmalloc==1', { 1600 [ 'linux_use_tcmalloc==1', {
1595 'dependencies': [ 1601 'dependencies': [
1596 '../base/allocator/allocator.gyp:allocator', 1602 '../base/allocator/allocator.gyp:allocator',
1597 ], 1603 ],
1598 }, 1604 },
1599 ], 1605 ],
1600 ], 1606 ],
1601 }], 1607 }],
1602 ], # end of 'conditions' 1608 ], # end of 'conditions'
1603 }, # end of target 'remoting_unittests' 1609 }, # end of target 'remoting_unittests'
1604 ], # end of targets 1610 ], # end of targets
1605 } 1611 }
OLDNEW
« no previous file with comments | « remoting/host/verify_config_window_win.cc ('k') | remoting/webapp/host_controller.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698