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

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: Patch for Windows. 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
« no previous file with comments | « remoting/protocol/protocol_mock_objects.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 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
1187 'host/register_support_host_request.cc', 1187 'host/register_support_host_request.cc',
1188 'host/register_support_host_request.h', 1188 'host/register_support_host_request.h',
1189 'host/remote_input_filter.cc', 1189 'host/remote_input_filter.cc',
1190 'host/remote_input_filter.h', 1190 'host/remote_input_filter.h',
1191 'host/screen_recorder.cc', 1191 'host/screen_recorder.cc',
1192 'host/screen_recorder.h', 1192 'host/screen_recorder.h',
1193 'host/server_log_entry.cc', 1193 'host/server_log_entry.cc',
1194 'host/server_log_entry.h', 1194 'host/server_log_entry.h',
1195 'host/session_event_executor_win.cc', 1195 'host/session_event_executor_win.cc',
1196 'host/session_event_executor_win.h', 1196 'host/session_event_executor_win.h',
1197 'host/session_manager_factory.cc',
1198 'host/session_manager_factory.h',
1197 'host/signaling_connector.cc', 1199 'host/signaling_connector.cc',
1198 'host/signaling_connector.h', 1200 'host/signaling_connector.h',
1199 'host/scoped_thread_desktop_win.cc', 1201 'host/scoped_thread_desktop_win.cc',
1200 'host/scoped_thread_desktop_win.h', 1202 'host/scoped_thread_desktop_win.h',
1201 'host/ui_strings.cc', 1203 'host/ui_strings.cc',
1202 'host/ui_strings.h', 1204 'host/ui_strings.h',
1203 'host/url_fetcher.cc', 1205 'host/url_fetcher.cc',
1204 'host/url_fetcher.h', 1206 'host/url_fetcher.h',
1205 'host/url_request_context.cc', 1207 'host/url_request_context.cc',
1206 'host/url_request_context.h', 1208 'host/url_request_context.h',
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1762 '../base/allocator/allocator.gyp:allocator', 1764 '../base/allocator/allocator.gyp:allocator',
1763 ], 1765 ],
1764 }, 1766 },
1765 ], 1767 ],
1766 ], 1768 ],
1767 }], 1769 }],
1768 ], # end of 'conditions' 1770 ], # end of 'conditions'
1769 }, # end of target 'remoting_unittests' 1771 }, # end of target 'remoting_unittests'
1770 ], # end of targets 1772 ], # end of targets
1771 } 1773 }
OLDNEW
« no previous file with comments | « remoting/protocol/protocol_mock_objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698