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

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
« no previous file with comments | « remoting/client/video_renderer.h ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 2475 matching lines...) Expand 10 before | Expand all | Expand 10 after
2486 'client/client_config.h', 2486 'client/client_config.h',
2487 'client/client_context.cc', 2487 'client/client_context.cc',
2488 'client/client_context.h', 2488 'client/client_context.h',
2489 'client/client_user_interface.h', 2489 'client/client_user_interface.h',
2490 'client/frame_consumer.h', 2490 'client/frame_consumer.h',
2491 'client/frame_consumer_proxy.cc', 2491 'client/frame_consumer_proxy.cc',
2492 'client/frame_consumer_proxy.h', 2492 'client/frame_consumer_proxy.h',
2493 'client/frame_producer.h', 2493 'client/frame_producer.h',
2494 'client/key_event_mapper.cc', 2494 'client/key_event_mapper.cc',
2495 'client/key_event_mapper.h', 2495 'client/key_event_mapper.h',
2496 'client/rectangle_update_decoder.cc', 2496 'client/software_video_renderer.cc',
2497 'client/rectangle_update_decoder.h', 2497 'client/software_video_renderer.h',
2498 'client/video_renderer.h',
2498 ], 2499 ],
2499 }, # end of target 'remoting_client' 2500 }, # end of target 'remoting_client'
2500 2501
2501 { 2502 {
2502 'target_name': 'remoting_jingle_glue', 2503 'target_name': 'remoting_jingle_glue',
2503 'type': 'static_library', 2504 'type': 'static_library',
2504 'variables': { 'enable_wexit_time_destructors': 1, }, 2505 'variables': { 'enable_wexit_time_destructors': 1, },
2505 'dependencies': [ 2506 'dependencies': [
2506 '../base/base.gyp:base', 2507 '../base/base.gyp:base',
2507 '../jingle/jingle.gyp:jingle_glue', 2508 '../jingle/jingle.gyp:jingle_glue',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
2899 '../base/allocator/allocator.gyp:allocator', 2900 '../base/allocator/allocator.gyp:allocator',
2900 ], 2901 ],
2901 }, 2902 },
2902 ], 2903 ],
2903 ], 2904 ],
2904 }], # end of 'toolkit_uses_gtk == 1' 2905 }], # end of 'toolkit_uses_gtk == 1'
2905 ], # end of 'conditions' 2906 ], # end of 'conditions'
2906 }, # end of target 'remoting_unittests' 2907 }, # end of target 'remoting_unittests'
2907 ], # end of targets 2908 ], # end of targets
2908 } 2909 }
OLDNEW
« no previous file with comments | « remoting/client/video_renderer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698