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

Side by Side Diff: remoting/remoting.gyp

Issue 16143004: Use a weak pointer to post service control events and session change notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback Created 7 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/host/win/host_service.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 2325 matching lines...) Expand 10 before | Expand all | Expand 10 after
2336 'base/rate_counter.cc', 2336 'base/rate_counter.cc',
2337 'base/rate_counter.h', 2337 'base/rate_counter.h',
2338 'base/resources.cc', 2338 'base/resources.cc',
2339 'base/resources.h', 2339 'base/resources.h',
2340 'base/rsa_key_pair.cc', 2340 'base/rsa_key_pair.cc',
2341 'base/rsa_key_pair.h', 2341 'base/rsa_key_pair.h',
2342 'base/running_average.cc', 2342 'base/running_average.cc',
2343 'base/running_average.h', 2343 'base/running_average.h',
2344 'base/socket_reader.cc', 2344 'base/socket_reader.cc',
2345 'base/socket_reader.h', 2345 'base/socket_reader.h',
2346 'base/stoppable.cc',
2347 'base/stoppable.h',
2348 'base/typed_buffer.h', 2346 'base/typed_buffer.h',
2349 'base/util.cc', 2347 'base/util.cc',
2350 'base/util.h', 2348 'base/util.h',
2351 'codec/audio_decoder.cc', 2349 'codec/audio_decoder.cc',
2352 'codec/audio_decoder.h', 2350 'codec/audio_decoder.h',
2353 'codec/audio_decoder_opus.cc', 2351 'codec/audio_decoder_opus.cc',
2354 'codec/audio_decoder_opus.h', 2352 'codec/audio_decoder_opus.h',
2355 'codec/audio_decoder_speex.cc', 2353 'codec/audio_decoder_speex.cc',
2356 'codec/audio_decoder_speex.h', 2354 'codec/audio_decoder_speex.h',
2357 'codec/audio_decoder_verbatim.cc', 2355 'codec/audio_decoder_verbatim.cc',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
2801 '../base/allocator/allocator.gyp:allocator', 2799 '../base/allocator/allocator.gyp:allocator',
2802 ], 2800 ],
2803 }, 2801 },
2804 ], 2802 ],
2805 ], 2803 ],
2806 }], # end of 'toolkit_uses_gtk == 1' 2804 }], # end of 'toolkit_uses_gtk == 1'
2807 ], # end of 'conditions' 2805 ], # end of 'conditions'
2808 }, # end of target 'remoting_unittests' 2806 }, # end of target 'remoting_unittests'
2809 ], # end of targets 2807 ], # end of targets
2810 } 2808 }
OLDNEW
« no previous file with comments | « remoting/host/win/host_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698