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

Side by Side Diff: remoting/remoting.gyp

Issue 8342040: Gather history of capture and encode time determine next recoring delay (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: done Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 a consistent MIME-type independent of branding. 10 # Use a consistent MIME-type independent of branding.
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'sources': [ 411 'sources': [
412 'host/access_verifier.h', 412 'host/access_verifier.h',
413 'host/capturer.h', 413 'host/capturer.h',
414 'host/capturer_helper.cc', 414 'host/capturer_helper.cc',
415 'host/capturer_helper.h', 415 'host/capturer_helper.h',
416 'host/capturer_fake.cc', 416 'host/capturer_fake.cc',
417 'host/capturer_fake.h', 417 'host/capturer_fake.h',
418 'host/capturer_linux.cc', 418 'host/capturer_linux.cc',
419 'host/capturer_mac.cc', 419 'host/capturer_mac.cc',
420 'host/capturer_win.cc', 420 'host/capturer_win.cc',
421 'host/capture_scheduler.cc',
422 'host/capture_scheduler.h',
421 'host/chromoting_host.cc', 423 'host/chromoting_host.cc',
422 'host/chromoting_host.h', 424 'host/chromoting_host.h',
423 'host/chromoting_host_context.cc', 425 'host/chromoting_host_context.cc',
424 'host/chromoting_host_context.h', 426 'host/chromoting_host_context.h',
425 'host/client_session.cc', 427 'host/client_session.cc',
426 'host/client_session.h', 428 'host/client_session.h',
427 'host/continue_window.h', 429 'host/continue_window.h',
428 'host/continue_window_mac.mm', 430 'host/continue_window_mac.mm',
429 'host/continue_window_linux.cc', 431 'host/continue_window_linux.cc',
430 'host/continue_window_win.cc', 432 'host/continue_window_win.cc',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 '../base/allocator/allocator.gyp:allocator', 870 '../base/allocator/allocator.gyp:allocator',
869 ], 871 ],
870 }, 872 },
871 ], 873 ],
872 ], 874 ],
873 }], 875 }],
874 ], # end of 'conditions' 876 ], # end of 'conditions'
875 }, # end of target 'remoting_unittests' 877 }, # end of target 'remoting_unittests'
876 ], # end of targets 878 ], # end of targets
877 } 879 }
OLDNEW
« remoting/host/screen_recorder.cc ('K') | « remoting/host/screen_recorder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698