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

Side by Side Diff: remoting/remoting.gyp

Issue 10538091: [Chromoting] Make ChromotingHost's dependency on libjingle injected, instead of hard-coded. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix remoting.gyp. Created 8 years, 6 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 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 'host/host_port_allocator.h', 1113 'host/host_port_allocator.h',
1114 'host/host_secret.cc', 1114 'host/host_secret.cc',
1115 'host/host_secret.h', 1115 'host/host_secret.h',
1116 'host/host_status_observer.h', 1116 'host/host_status_observer.h',
1117 'host/host_user_interface.cc', 1117 'host/host_user_interface.cc',
1118 'host/host_user_interface.h', 1118 'host/host_user_interface.h',
1119 'host/in_memory_host_config.cc', 1119 'host/in_memory_host_config.cc',
1120 'host/in_memory_host_config.h', 1120 'host/in_memory_host_config.h',
1121 'host/it2me_host_user_interface.cc', 1121 'host/it2me_host_user_interface.cc',
1122 'host/it2me_host_user_interface.h', 1122 'host/it2me_host_user_interface.h',
1123 'host/jingle_session_manager_factory.cc',
1124 'host/jingle_session_manager_factory.h',
1123 'host/json_host_config.cc', 1125 'host/json_host_config.cc',
1124 'host/json_host_config.h', 1126 'host/json_host_config.h',
1125 'host/local_input_monitor.h', 1127 'host/local_input_monitor.h',
1126 'host/local_input_monitor_linux.cc', 1128 'host/local_input_monitor_linux.cc',
1127 'host/local_input_monitor_mac.mm', 1129 'host/local_input_monitor_mac.mm',
1128 'host/local_input_monitor_thread_linux.cc', 1130 'host/local_input_monitor_thread_linux.cc',
1129 'host/local_input_monitor_thread_linux.h', 1131 'host/local_input_monitor_thread_linux.h',
1130 'host/local_input_monitor_thread_win.cc', 1132 'host/local_input_monitor_thread_win.cc',
1131 'host/local_input_monitor_thread_win.h', 1133 'host/local_input_monitor_thread_win.h',
1132 'host/local_input_monitor_win.cc', 1134 'host/local_input_monitor_win.cc',
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 '../base/allocator/allocator.gyp:allocator', 1708 '../base/allocator/allocator.gyp:allocator',
1707 ], 1709 ],
1708 }, 1710 },
1709 ], 1711 ],
1710 ], 1712 ],
1711 }], 1713 }],
1712 ], # end of 'conditions' 1714 ], # end of 'conditions'
1713 }, # end of target 'remoting_unittests' 1715 }, # end of target 'remoting_unittests'
1714 ], # end of targets 1716 ], # end of targets
1715 } 1717 }
OLDNEW
« remoting/protocol/protocol_mock_objects.h ('K') | « remoting/protocol/protocol_mock_objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698