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

Side by Side Diff: remoting/remoting.gyp

Issue 11018004: Fix ChromotingHost and DesktopEnvironmentFactory references to TaskRunners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 10
(...skipping 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after
1323 'host/differ.cc', 1323 'host/differ.cc',
1324 'host/differ.h', 1324 'host/differ.h',
1325 'host/disconnect_window.h', 1325 'host/disconnect_window.h',
1326 'host/disconnect_window_gtk.cc', 1326 'host/disconnect_window_gtk.cc',
1327 'host/disconnect_window_mac.h', 1327 'host/disconnect_window_mac.h',
1328 'host/disconnect_window_mac.mm', 1328 'host/disconnect_window_mac.mm',
1329 'host/disconnect_window_win.cc', 1329 'host/disconnect_window_win.cc',
1330 'host/dns_blackhole_checker.cc', 1330 'host/dns_blackhole_checker.cc',
1331 'host/dns_blackhole_checker.h', 1331 'host/dns_blackhole_checker.h',
1332 'host/event_executor.h', 1332 'host/event_executor.h',
1333 'host/event_executor_fake.cc',
1334 'host/event_executor_fake.h',
1333 'host/event_executor_linux.cc', 1335 'host/event_executor_linux.cc',
1334 'host/event_executor_mac.cc', 1336 'host/event_executor_mac.cc',
1335 'host/event_executor_win.cc', 1337 'host/event_executor_win.cc',
1336 'host/gaia_oauth_client.cc', 1338 'host/gaia_oauth_client.cc',
1337 'host/gaia_oauth_client.h', 1339 'host/gaia_oauth_client.h',
1338 'host/heartbeat_sender.cc', 1340 'host/heartbeat_sender.cc',
1339 'host/heartbeat_sender.h', 1341 'host/heartbeat_sender.h',
1340 'host/host_config.cc', 1342 'host/host_config.cc',
1341 'host/host_config.h', 1343 'host/host_config.h',
1342 'host/host_exit_codes.h', 1344 'host/host_exit_codes.h',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
1868 'codec/video_decoder_vp8_unittest.cc', 1870 'codec/video_decoder_vp8_unittest.cc',
1869 'codec/video_encode_decode_unittest.cc', 1871 'codec/video_encode_decode_unittest.cc',
1870 'codec/video_encoder_row_based_unittest.cc', 1872 'codec/video_encoder_row_based_unittest.cc',
1871 'codec/video_encoder_vp8_unittest.cc', 1873 'codec/video_encoder_vp8_unittest.cc',
1872 'host/audio_capturer_win_unittest.cc', 1874 'host/audio_capturer_win_unittest.cc',
1873 'host/chromoting_host_context_unittest.cc', 1875 'host/chromoting_host_context_unittest.cc',
1874 'host/chromoting_host_unittest.cc', 1876 'host/chromoting_host_unittest.cc',
1875 'host/client_session_unittest.cc', 1877 'host/client_session_unittest.cc',
1876 'host/differ_block_unittest.cc', 1878 'host/differ_block_unittest.cc',
1877 'host/differ_unittest.cc', 1879 'host/differ_unittest.cc',
1878 'host/event_executor_fake.cc',
1879 'host/event_executor_fake.h',
1880 'host/heartbeat_sender_unittest.cc', 1880 'host/heartbeat_sender_unittest.cc',
1881 'host/host_key_pair_unittest.cc', 1881 'host/host_key_pair_unittest.cc',
1882 'host/host_mock_objects.cc', 1882 'host/host_mock_objects.cc',
1883 'host/host_mock_objects.h', 1883 'host/host_mock_objects.h',
1884 'host/json_host_config_unittest.cc', 1884 'host/json_host_config_unittest.cc',
1885 'host/log_to_server_unittest.cc', 1885 'host/log_to_server_unittest.cc',
1886 'host/pin_hash_unittest.cc', 1886 'host/pin_hash_unittest.cc',
1887 'host/policy_hack/fake_policy_watcher.cc', 1887 'host/policy_hack/fake_policy_watcher.cc',
1888 'host/policy_hack/fake_policy_watcher.h', 1888 'host/policy_hack/fake_policy_watcher.h',
1889 'host/policy_hack/mock_policy_callback.cc', 1889 'host/policy_hack/mock_policy_callback.cc',
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1967 '../base/allocator/allocator.gyp:allocator', 1967 '../base/allocator/allocator.gyp:allocator',
1968 ], 1968 ],
1969 }, 1969 },
1970 ], 1970 ],
1971 ], 1971 ],
1972 }], 1972 }],
1973 ], # end of 'conditions' 1973 ], # end of 'conditions'
1974 }, # end of target 'remoting_unittests' 1974 }, # end of target 'remoting_unittests'
1975 ], # end of targets 1975 ], # end of targets
1976 } 1976 }
OLDNEW
« remoting/host/remoting_me2me_host.cc ('K') | « remoting/host/simple_host_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698