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

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: tested and removed testing code 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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'host/json_host_config.cc', 457 'host/json_host_config.cc',
458 'host/json_host_config.h', 458 'host/json_host_config.h',
459 'host/local_input_monitor.h', 459 'host/local_input_monitor.h',
460 'host/local_input_monitor_linux.cc', 460 'host/local_input_monitor_linux.cc',
461 'host/local_input_monitor_mac.mm', 461 'host/local_input_monitor_mac.mm',
462 'host/local_input_monitor_thread_linux.cc', 462 'host/local_input_monitor_thread_linux.cc',
463 'host/local_input_monitor_thread_linux.h', 463 'host/local_input_monitor_thread_linux.h',
464 'host/local_input_monitor_thread_win.cc', 464 'host/local_input_monitor_thread_win.cc',
465 'host/local_input_monitor_thread_win.h', 465 'host/local_input_monitor_thread_win.h',
466 'host/local_input_monitor_win.cc', 466 'host/local_input_monitor_win.cc',
467 'host/recording_rate_regulator.cc',
468 'host/recording_rate_regulator.h',
467 'host/register_support_host_request.cc', 469 'host/register_support_host_request.cc',
468 'host/register_support_host_request.h', 470 'host/register_support_host_request.h',
469 'host/self_access_verifier.cc', 471 'host/self_access_verifier.cc',
470 'host/self_access_verifier.h', 472 'host/self_access_verifier.h',
471 'host/screen_recorder.cc', 473 'host/screen_recorder.cc',
472 'host/screen_recorder.h', 474 'host/screen_recorder.h',
473 'host/support_access_verifier.cc', 475 'host/support_access_verifier.cc',
474 'host/support_access_verifier.h', 476 'host/support_access_verifier.h',
475 'host/ui_strings.cc', 477 'host/ui_strings.cc',
476 'host/ui_strings.h', 478 'host/ui_strings.h',
(...skipping 391 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_unittest.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