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

Side by Side Diff: remoting/remoting.gyp

Issue 12096071: Adding a unit test to verify the IPC channel between the network and desktop processes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix posix #2 Created 7 years, 10 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/remoting_me2me_host.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 2265 matching lines...) Expand 10 before | Expand all | Expand 10 after
2276 'host/desktop_session.h', 2276 'host/desktop_session.h',
2277 'host/desktop_session_agent.cc', 2277 'host/desktop_session_agent.cc',
2278 'host/desktop_session_agent.h', 2278 'host/desktop_session_agent.h',
2279 'host/desktop_session_agent_posix.cc', 2279 'host/desktop_session_agent_posix.cc',
2280 'host/desktop_session_agent_win.cc', 2280 'host/desktop_session_agent_win.cc',
2281 'host/heartbeat_sender_unittest.cc', 2281 'host/heartbeat_sender_unittest.cc',
2282 'host/host_change_notification_listener_unittest.cc', 2282 'host/host_change_notification_listener_unittest.cc',
2283 'host/host_key_pair_unittest.cc', 2283 'host/host_key_pair_unittest.cc',
2284 'host/host_mock_objects.cc', 2284 'host/host_mock_objects.cc',
2285 'host/host_mock_objects.h', 2285 'host/host_mock_objects.h',
2286 'host/ipc_desktop_environment_unittest.cc',
2286 'host/json_host_config_unittest.cc', 2287 'host/json_host_config_unittest.cc',
2287 'host/linux/x_server_clipboard_unittest.cc', 2288 'host/linux/x_server_clipboard_unittest.cc',
2288 'host/local_input_monitor_unittest.cc', 2289 'host/local_input_monitor_unittest.cc',
2289 'host/log_to_server_unittest.cc', 2290 'host/log_to_server_unittest.cc',
2290 'host/pin_hash_unittest.cc', 2291 'host/pin_hash_unittest.cc',
2291 'host/policy_hack/fake_policy_watcher.cc', 2292 'host/policy_hack/fake_policy_watcher.cc',
2292 'host/policy_hack/fake_policy_watcher.h', 2293 'host/policy_hack/fake_policy_watcher.h',
2293 'host/policy_hack/mock_policy_callback.cc', 2294 'host/policy_hack/mock_policy_callback.cc',
2294 'host/policy_hack/mock_policy_callback.h', 2295 'host/policy_hack/mock_policy_callback.h',
2295 'host/policy_hack/policy_watcher_unittest.cc', 2296 'host/policy_hack/policy_watcher_unittest.cc',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
2409 '../base/allocator/allocator.gyp:allocator', 2410 '../base/allocator/allocator.gyp:allocator',
2410 ], 2411 ],
2411 }, 2412 },
2412 ], 2413 ],
2413 ], 2414 ],
2414 }], # end of 'toolkit_uses_gtk == 1' 2415 }], # end of 'toolkit_uses_gtk == 1'
2415 ], # end of 'conditions' 2416 ], # end of 'conditions'
2416 }, # end of target 'remoting_unittests' 2417 }, # end of target 'remoting_unittests'
2417 ], # end of targets 2418 ], # end of targets
2418 } 2419 }
OLDNEW
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698