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

Side by Side Diff: remoting/remoting.gyp

Issue 10868083: Move ScopedPixelBuffer out of VideoFrameCapturer implementation for Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/video_frame_capturer_mac.mm ('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 10
(...skipping 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 'host/local_input_monitor.h', 1254 'host/local_input_monitor.h',
1255 'host/local_input_monitor_linux.cc', 1255 'host/local_input_monitor_linux.cc',
1256 'host/local_input_monitor_mac.mm', 1256 'host/local_input_monitor_mac.mm',
1257 'host/local_input_monitor_thread_linux.cc', 1257 'host/local_input_monitor_thread_linux.cc',
1258 'host/local_input_monitor_thread_linux.h', 1258 'host/local_input_monitor_thread_linux.h',
1259 'host/local_input_monitor_thread_win.cc', 1259 'host/local_input_monitor_thread_win.cc',
1260 'host/local_input_monitor_thread_win.h', 1260 'host/local_input_monitor_thread_win.h',
1261 'host/local_input_monitor_win.cc', 1261 'host/local_input_monitor_win.cc',
1262 'host/log_to_server.cc', 1262 'host/log_to_server.cc',
1263 'host/log_to_server.h', 1263 'host/log_to_server.h',
1264 'host/mac/scoped_pixel_buffer_object.cc',
1265 'host/mac/scoped_pixel_buffer_object.h',
1264 'host/mouse_clamping_filter.cc', 1266 'host/mouse_clamping_filter.cc',
1265 'host/mouse_clamping_filter.h', 1267 'host/mouse_clamping_filter.h',
1266 'host/mouse_move_observer.h', 1268 'host/mouse_move_observer.h',
1267 'host/network_settings.h', 1269 'host/network_settings.h',
1268 'host/pin_hash.cc', 1270 'host/pin_hash.cc',
1269 'host/pin_hash.h', 1271 'host/pin_hash.h',
1270 'host/policy_hack/policy_watcher.h', 1272 'host/policy_hack/policy_watcher.h',
1271 'host/policy_hack/policy_watcher.cc', 1273 'host/policy_hack/policy_watcher.cc',
1272 'host/policy_hack/policy_watcher_linux.cc', 1274 'host/policy_hack/policy_watcher_linux.cc',
1273 'host/policy_hack/policy_watcher_mac.mm', 1275 'host/policy_hack/policy_watcher_mac.mm',
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1835 '../base/allocator/allocator.gyp:allocator', 1837 '../base/allocator/allocator.gyp:allocator',
1836 ], 1838 ],
1837 }, 1839 },
1838 ], 1840 ],
1839 ], 1841 ],
1840 }], 1842 }],
1841 ], # end of 'conditions' 1843 ], # end of 'conditions'
1842 }, # end of target 'remoting_unittests' 1844 }, # end of target 'remoting_unittests'
1843 ], # end of targets 1845 ], # end of targets
1844 } 1846 }
OLDNEW
« no previous file with comments | « remoting/host/video_frame_capturer_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698