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

Side by Side Diff: remoting/remoting.gyp

Issue 10837291: [Chromoting] Moving the daemon IPC channel to ChromotingHostContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 4 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/session_event_executor_win.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 10
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 'variables': { 986 'variables': {
987 # A real .dSYM is needed for dump_syms to operate on. 987 # A real .dSYM is needed for dump_syms to operate on.
988 'mac_real_dsym': 1, 988 'mac_real_dsym': 1,
989 }, 989 },
990 }], 990 }],
991 ], # conditions 991 ], # conditions
992 }], # OS=="mac" 992 }], # OS=="mac"
993 [ 'OS=="win"', { 993 [ 'OS=="win"', {
994 'dependencies': [ 994 'dependencies': [
995 '../google_update/google_update.gyp:google_update', 995 '../google_update/google_update.gyp:google_update',
996 '../ipc/ipc.gyp:ipc',
997 'remoting_elevated_controller', 996 'remoting_elevated_controller',
998 'remoting_version_resources', 997 'remoting_version_resources',
999 ], 998 ],
1000 'include_dirs': [ 999 'include_dirs': [
1001 '<(INTERMEDIATE_DIR)', 1000 '<(INTERMEDIATE_DIR)',
1002 ], 1001 ],
1003 'sources': [ 1002 'sources': [
1004 '<(SHARED_INTERMEDIATE_DIR)/remoting/host_plugin_version.rc', 1003 '<(SHARED_INTERMEDIATE_DIR)/remoting/host_plugin_version.rc',
1005 'host/host_ui.rc', 1004 'host/host_ui.rc',
1006 'host/plugin/host_plugin.def', 1005 'host/plugin/host_plugin.def',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1408 'remoting_host', 1407 'remoting_host',
1409 'remoting_jingle_glue', 1408 'remoting_jingle_glue',
1410 '../base/base.gyp:base', 1409 '../base/base.gyp:base',
1411 '../base/base.gyp:base_i18n', 1410 '../base/base.gyp:base_i18n',
1412 '../media/media.gyp:media', 1411 '../media/media.gyp:media',
1413 '../net/net.gyp:net', 1412 '../net/net.gyp:net',
1414 ], 1413 ],
1415 'sources': [ 1414 'sources': [
1416 'host/simple_host_process.cc', 1415 'host/simple_host_process.cc',
1417 ], 1416 ],
1418 'conditions': [
1419 ['OS=="win"', {
1420 'dependencies': [
1421 '../ipc/ipc.gyp:ipc'
1422 ],
1423 }],
1424 ],
1425 }, # end of target 'remoting_simple_host' 1417 }, # end of target 'remoting_simple_host'
1426 1418
1427 { 1419 {
1428 'target_name': 'remoting_me2me_host', 1420 'target_name': 'remoting_me2me_host',
1429 'type': 'executable', 1421 'type': 'executable',
1430 'variables': { 'enable_wexit_time_destructors': 1, }, 1422 'variables': { 'enable_wexit_time_destructors': 1, },
1431 'dependencies': [ 1423 'dependencies': [
1432 'remoting_base', 1424 'remoting_base',
1433 'remoting_breakpad', 1425 'remoting_breakpad',
1434 'remoting_host', 1426 'remoting_host',
1435 'remoting_host_event_logger', 1427 'remoting_host_event_logger',
1436 'remoting_jingle_glue', 1428 'remoting_jingle_glue',
1437 '../base/base.gyp:base', 1429 '../base/base.gyp:base',
1438 '../base/base.gyp:base_i18n', 1430 '../base/base.gyp:base_i18n',
1431 '../ipc/ipc.gyp:ipc',
1439 '../media/media.gyp:media', 1432 '../media/media.gyp:media',
1440 '../net/net.gyp:net', 1433 '../net/net.gyp:net',
1441 ], 1434 ],
1442 'sources': [ 1435 'sources': [
1443 'host/branding.cc', 1436 'host/branding.cc',
1444 'host/branding.h', 1437 'host/branding.h',
1445 'host/posix/sighup_listener.cc', 1438 'host/posix/sighup_listener.cc',
1446 'host/posix/sighup_listener.h', 1439 'host/posix/sighup_listener.h',
1447 'host/remoting_me2me_host.cc', 1440 'host/remoting_me2me_host.cc',
1448 'host/usage_stats_consent.h', 1441 'host/usage_stats_consent.h',
(...skipping 21 matching lines...) Expand all
1470 'host/disconnect_window.xib', 1463 'host/disconnect_window.xib',
1471 'host/remoting_me2me_host.icns', 1464 'host/remoting_me2me_host.icns',
1472 'host/remoting_me2me_host-Info.plist', 1465 'host/remoting_me2me_host-Info.plist',
1473 ], 1466 ],
1474 'mac_bundle_resources!': [ 1467 'mac_bundle_resources!': [
1475 'host/remoting_me2me_host-Info.plist', 1468 'host/remoting_me2me_host-Info.plist',
1476 ], 1469 ],
1477 }], 1470 }],
1478 ['OS=="win"', { 1471 ['OS=="win"', {
1479 'dependencies': [ 1472 'dependencies': [
1480 '../ipc/ipc.gyp:ipc',
1481 'remoting_version_resources', 1473 'remoting_version_resources',
1482 ], 1474 ],
1483 'sources': [ 1475 'sources': [
1484 '<(SHARED_INTERMEDIATE_DIR)/remoting/host/remoting_host_messages.rc' , 1476 '<(SHARED_INTERMEDIATE_DIR)/remoting/host/remoting_host_messages.rc' ,
1485 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_me2me_host_version.rc' , 1477 '<(SHARED_INTERMEDIATE_DIR)/remoting/remoting_me2me_host_version.rc' ,
1486 'host/host_ui.rc', 1478 'host/host_ui.rc',
1487 ], 1479 ],
1488 'link_settings': { 1480 'link_settings': {
1489 'libraries': [ 1481 'libraries': [
1490 '-lcomctl32.lib', 1482 '-lcomctl32.lib',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1794 'protocol/ppapi_module_stub.cc', 1786 'protocol/ppapi_module_stub.cc',
1795 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 1787 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
1796 'protocol/v2_authenticator_unittest.cc', 1788 'protocol/v2_authenticator_unittest.cc',
1797 'run_all_unittests.cc', 1789 'run_all_unittests.cc',
1798 ], 1790 ],
1799 'conditions': [ 1791 'conditions': [
1800 [ 'OS=="win"', { 1792 [ 'OS=="win"', {
1801 'include_dirs': [ 1793 'include_dirs': [
1802 '../breakpad/src', 1794 '../breakpad/src',
1803 ], 1795 ],
1804 'dependencies': [
1805 '../ipc/ipc.gyp:ipc'
1806 ],
1807 'link_settings': { 1796 'link_settings': {
1808 'libraries': [ 1797 'libraries': [
1809 '-lrpcrt4.lib', 1798 '-lrpcrt4.lib',
1810 ], 1799 ],
1811 }, 1800 },
1812 }], 1801 }],
1813 ['chromeos != 0', { 1802 ['chromeos != 0', {
1814 'dependencies!': [ 1803 'dependencies!': [
1815 'remoting_host', 1804 'remoting_host',
1816 ], 1805 ],
(...skipping 16 matching lines...) Expand all
1833 '../base/allocator/allocator.gyp:allocator', 1822 '../base/allocator/allocator.gyp:allocator',
1834 ], 1823 ],
1835 }, 1824 },
1836 ], 1825 ],
1837 ], 1826 ],
1838 }], 1827 }],
1839 ], # end of 'conditions' 1828 ], # end of 'conditions'
1840 }, # end of target 'remoting_unittests' 1829 }, # end of target 'remoting_unittests'
1841 ], # end of targets 1830 ], # end of targets
1842 } 1831 }
OLDNEW
« no previous file with comments | « remoting/host/session_event_executor_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698