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

Side by Side Diff: remoting/remoting.gyp

Issue 10024072: Cull unnecessary media::VideoFrame::Formats from the enum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: shader_bench builds after having RGBA experimental code ripped out. Created 8 years, 8 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/host/capturer_fake_ascii.cc ('k') | webkit/media/webvideoframe_impl.cc » ('j') | 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 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 'variables': { 'enable_wexit_time_destructors': 1, }, 964 'variables': { 'enable_wexit_time_destructors': 1, },
965 'dependencies': [ 965 'dependencies': [
966 'remoting_base', 966 'remoting_base',
967 'remoting_host', 967 'remoting_host',
968 'remoting_jingle_glue', 968 'remoting_jingle_glue',
969 '../base/base.gyp:base', 969 '../base/base.gyp:base',
970 '../base/base.gyp:base_i18n', 970 '../base/base.gyp:base_i18n',
971 '../media/media.gyp:media', 971 '../media/media.gyp:media',
972 ], 972 ],
973 'sources': [ 973 'sources': [
974 'host/capturer_fake_ascii.cc',
975 'host/capturer_fake_ascii.h',
976 'host/continue_window.h', 974 'host/continue_window.h',
977 'host/continue_window_mac.mm', 975 'host/continue_window_mac.mm',
978 'host/continue_window_linux.cc', 976 'host/continue_window_linux.cc',
979 'host/continue_window_win.cc', 977 'host/continue_window_win.cc',
980 'host/disconnect_window_linux.cc', 978 'host/disconnect_window_linux.cc',
981 'host/disconnect_window_mac.h', 979 'host/disconnect_window_mac.h',
982 'host/disconnect_window_mac.mm', 980 'host/disconnect_window_mac.mm',
983 'host/disconnect_window_win.cc', 981 'host/disconnect_window_win.cc',
984 'host/it2me_host_user_interface.cc', 982 'host/it2me_host_user_interface.cc',
985 'host/it2me_host_user_interface.h', 983 'host/it2me_host_user_interface.h',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1385 '../base/allocator/allocator.gyp:allocator', 1383 '../base/allocator/allocator.gyp:allocator',
1386 ], 1384 ],
1387 }, 1385 },
1388 ], 1386 ],
1389 ], 1387 ],
1390 }], 1388 }],
1391 ], # end of 'conditions' 1389 ], # end of 'conditions'
1392 }, # end of target 'remoting_unittests' 1390 }, # end of target 'remoting_unittests'
1393 ], # end of targets 1391 ], # end of targets
1394 } 1392 }
OLDNEW
« no previous file with comments | « remoting/host/capturer_fake_ascii.cc ('k') | webkit/media/webvideoframe_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698