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

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: Improve comments. 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 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 'host/register_support_host_request.cc', 1179 'host/register_support_host_request.cc',
1180 'host/register_support_host_request.h', 1180 'host/register_support_host_request.h',
1181 'host/remote_input_filter.cc', 1181 'host/remote_input_filter.cc',
1182 'host/remote_input_filter.h', 1182 'host/remote_input_filter.h',
1183 'host/screen_recorder.cc', 1183 'host/screen_recorder.cc',
1184 'host/screen_recorder.h', 1184 'host/screen_recorder.h',
1185 'host/server_log_entry.cc', 1185 'host/server_log_entry.cc',
1186 'host/server_log_entry.h', 1186 'host/server_log_entry.h',
1187 'host/session_event_executor_win.cc', 1187 'host/session_event_executor_win.cc',
1188 'host/session_event_executor_win.h', 1188 'host/session_event_executor_win.h',
1189 'host/session_manager_factory.cc',
1190 'host/session_manager_factory.h',
1189 'host/signaling_connector.cc', 1191 'host/signaling_connector.cc',
1190 'host/signaling_connector.h', 1192 'host/signaling_connector.h',
1191 'host/scoped_thread_desktop_win.cc', 1193 'host/scoped_thread_desktop_win.cc',
1192 'host/scoped_thread_desktop_win.h', 1194 'host/scoped_thread_desktop_win.h',
1193 'host/ui_strings.cc', 1195 'host/ui_strings.cc',
1194 'host/ui_strings.h', 1196 'host/ui_strings.h',
1195 'host/url_fetcher.cc', 1197 'host/url_fetcher.cc',
1196 'host/url_fetcher.h', 1198 'host/url_fetcher.h',
1197 'host/url_request_context.cc', 1199 'host/url_request_context.cc',
1198 'host/url_request_context.h', 1200 'host/url_request_context.h',
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
1752 '../base/allocator/allocator.gyp:allocator', 1754 '../base/allocator/allocator.gyp:allocator',
1753 ], 1755 ],
1754 }, 1756 },
1755 ], 1757 ],
1756 ], 1758 ],
1757 }], 1759 }],
1758 ], # end of 'conditions' 1760 ], # end of 'conditions'
1759 }, # end of target 'remoting_unittests' 1761 }, # end of target 'remoting_unittests'
1760 ], # end of targets 1762 ], # end of targets
1761 } 1763 }
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