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

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: Review. 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 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 'host/register_support_host_request.cc', 1144 'host/register_support_host_request.cc',
1145 'host/register_support_host_request.h', 1145 'host/register_support_host_request.h',
1146 'host/remote_input_filter.cc', 1146 'host/remote_input_filter.cc',
1147 'host/remote_input_filter.h', 1147 'host/remote_input_filter.h',
1148 'host/screen_recorder.cc', 1148 'host/screen_recorder.cc',
1149 'host/screen_recorder.h', 1149 'host/screen_recorder.h',
1150 'host/server_log_entry.cc', 1150 'host/server_log_entry.cc',
1151 'host/server_log_entry.h', 1151 'host/server_log_entry.h',
1152 'host/session_event_executor_win.cc', 1152 'host/session_event_executor_win.cc',
1153 'host/session_event_executor_win.h', 1153 'host/session_event_executor_win.h',
1154 'host/session_manager_factory.cc',
1155 'host/session_manager_factory.h',
1154 'host/signaling_connector.cc', 1156 'host/signaling_connector.cc',
1155 'host/signaling_connector.h', 1157 'host/signaling_connector.h',
1156 'host/scoped_thread_desktop_win.cc', 1158 'host/scoped_thread_desktop_win.cc',
1157 'host/scoped_thread_desktop_win.h', 1159 'host/scoped_thread_desktop_win.h',
1158 'host/ui_strings.cc', 1160 'host/ui_strings.cc',
1159 'host/ui_strings.h', 1161 'host/ui_strings.h',
1160 'host/url_fetcher.cc', 1162 'host/url_fetcher.cc',
1161 'host/url_fetcher.h', 1163 'host/url_fetcher.h',
1162 'host/url_request_context.cc', 1164 'host/url_request_context.cc',
1163 'host/url_request_context.h', 1165 'host/url_request_context.h',
(...skipping 542 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/host/session_manager_factory.cc ('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