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

Side by Side Diff: remoting/remoting.gyp

Issue 9320025: Introducing a helper wrapper for YUV-to-RGB convertion and/or scaling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More review feedback. Created 8 years, 10 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/base/util_unittest.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 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 'base/codec_test.h', 909 'base/codec_test.h',
910 'base/compound_buffer_unittest.cc', 910 'base/compound_buffer_unittest.cc',
911 'base/compressor_zlib_unittest.cc', 911 'base/compressor_zlib_unittest.cc',
912 'base/decoder_vp8_unittest.cc', 912 'base/decoder_vp8_unittest.cc',
913 'base/decompressor_zlib_unittest.cc', 913 'base/decompressor_zlib_unittest.cc',
914 'base/encode_decode_unittest.cc', 914 'base/encode_decode_unittest.cc',
915 'base/encoder_vp8_unittest.cc', 915 'base/encoder_vp8_unittest.cc',
916 'base/encoder_row_based_unittest.cc', 916 'base/encoder_row_based_unittest.cc',
917 'base/base_mock_objects.cc', 917 'base/base_mock_objects.cc',
918 'base/base_mock_objects.h', 918 'base/base_mock_objects.h',
919 'base/util_unittest.cc',
919 'client/mouse_input_filter_unittest.cc', 920 'client/mouse_input_filter_unittest.cc',
920 'host/capturer_linux_unittest.cc', 921 'host/capturer_linux_unittest.cc',
921 'host/capturer_mac_unittest.cc', 922 'host/capturer_mac_unittest.cc',
922 'host/capturer_win_unittest.cc', 923 'host/capturer_win_unittest.cc',
923 'host/chromoting_host_context_unittest.cc', 924 'host/chromoting_host_context_unittest.cc',
924 'host/chromoting_host_unittest.cc', 925 'host/chromoting_host_unittest.cc',
925 'host/client_session_unittest.cc', 926 'host/client_session_unittest.cc',
926 'host/differ_block_unittest.cc', 927 'host/differ_block_unittest.cc',
927 'host/differ_unittest.cc', 928 'host/differ_unittest.cc',
928 'host/heartbeat_sender_unittest.cc', 929 'host/heartbeat_sender_unittest.cc',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 '../base/allocator/allocator.gyp:allocator', 986 '../base/allocator/allocator.gyp:allocator',
986 ], 987 ],
987 }, 988 },
988 ], 989 ],
989 ], 990 ],
990 }], 991 }],
991 ], # end of 'conditions' 992 ], # end of 'conditions'
992 }, # end of target 'remoting_unittests' 993 }, # end of target 'remoting_unittests'
993 ], # end of targets 994 ], # end of targets
994 } 995 }
OLDNEW
« no previous file with comments | « remoting/base/util_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698