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

Side by Side Diff: remoting/remoting.gyp

Issue 136763009: Add VideoProcessor interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 2483 matching lines...) Expand 10 before | Expand all | Expand 10 after
2494 'client/client_context.h', 2494 'client/client_context.h',
2495 'client/client_user_interface.h', 2495 'client/client_user_interface.h',
2496 'client/frame_consumer.h', 2496 'client/frame_consumer.h',
2497 'client/frame_consumer_proxy.cc', 2497 'client/frame_consumer_proxy.cc',
2498 'client/frame_consumer_proxy.h', 2498 'client/frame_consumer_proxy.h',
2499 'client/frame_producer.h', 2499 'client/frame_producer.h',
2500 'client/key_event_mapper.cc', 2500 'client/key_event_mapper.cc',
2501 'client/key_event_mapper.h', 2501 'client/key_event_mapper.h',
2502 'client/rectangle_update_decoder.cc', 2502 'client/rectangle_update_decoder.cc',
2503 'client/rectangle_update_decoder.h', 2503 'client/rectangle_update_decoder.h',
2504 'client/video_processor.h',
2504 ], 2505 ],
2505 }, # end of target 'remoting_client' 2506 }, # end of target 'remoting_client'
2506 2507
2507 { 2508 {
2508 'target_name': 'remoting_jingle_glue', 2509 'target_name': 'remoting_jingle_glue',
2509 'type': 'static_library', 2510 'type': 'static_library',
2510 'variables': { 'enable_wexit_time_destructors': 1, }, 2511 'variables': { 'enable_wexit_time_destructors': 1, },
2511 'dependencies': [ 2512 'dependencies': [
2512 '../base/base.gyp:base', 2513 '../base/base.gyp:base',
2513 '../jingle/jingle.gyp:jingle_glue', 2514 '../jingle/jingle.gyp:jingle_glue',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
2905 '../base/allocator/allocator.gyp:allocator', 2906 '../base/allocator/allocator.gyp:allocator',
2906 ], 2907 ],
2907 }, 2908 },
2908 ], 2909 ],
2909 ], 2910 ],
2910 }], # end of 'toolkit_uses_gtk == 1' 2911 }], # end of 'toolkit_uses_gtk == 1'
2911 ], # end of 'conditions' 2912 ], # end of 'conditions'
2912 }, # end of target 'remoting_unittests' 2913 }, # end of target 'remoting_unittests'
2913 ], # end of targets 2914 ], # end of targets
2914 } 2915 }
OLDNEW
« remoting/client/video_processor.h ('K') | « remoting/client/video_processor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698