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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 1472703006: Move and rename host/cast_video_capture_adapter to protocol/webrtc_video_capture_adapter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « remoting/protocol/webrtc_video_capturer_adapter.cc ('k') | remoting/remoting_srcs.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'remoting_host_sources': [ 7 'remoting_host_sources': [
8 'host/audio_capturer.cc', 8 'host/audio_capturer.cc',
9 'host/audio_capturer.h', 9 'host/audio_capturer.h',
10 'host/audio_capturer_linux.cc', 10 'host/audio_capturer_linux.cc',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'host/native_messaging/native_messaging_writer.cc', 313 'host/native_messaging/native_messaging_writer.cc',
314 'host/native_messaging/native_messaging_writer.h', 314 'host/native_messaging/native_messaging_writer.h',
315 'host/native_messaging/pipe_messaging_channel.cc', 315 'host/native_messaging/pipe_messaging_channel.cc',
316 'host/native_messaging/pipe_messaging_channel.h', 316 'host/native_messaging/pipe_messaging_channel.h',
317 ], 317 ],
318 'remoting_cast_sources': [ 318 'remoting_cast_sources': [
319 'host/cast_extension.cc', 319 'host/cast_extension.cc',
320 'host/cast_extension.h', 320 'host/cast_extension.h',
321 'host/cast_extension_session.cc', 321 'host/cast_extension_session.cc',
322 'host/cast_extension_session.h', 322 'host/cast_extension_session.h',
323 'host/cast_video_capturer_adapter.cc',
324 'host/cast_video_capturer_adapter.h',
325 ], 323 ],
326 'remoting_it2me_host_static_sources' : [ 324 'remoting_it2me_host_static_sources' : [
327 'host/it2me/it2me_confirmation_dialog.cc', 325 'host/it2me/it2me_confirmation_dialog.cc',
328 'host/it2me/it2me_confirmation_dialog.h', 326 'host/it2me/it2me_confirmation_dialog.h',
329 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 327 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
330 'host/it2me/it2me_confirmation_dialog_proxy.cc', 328 'host/it2me/it2me_confirmation_dialog_proxy.cc',
331 'host/it2me/it2me_confirmation_dialog_proxy.h', 329 'host/it2me/it2me_confirmation_dialog_proxy.h',
332 'host/it2me/it2me_host.cc', 330 'host/it2me/it2me_host.cc',
333 'host/it2me/it2me_host.h', 331 'host/it2me/it2me_host.h',
334 'host/it2me/it2me_native_messaging_host.cc', 332 'host/it2me/it2me_native_messaging_host.cc',
335 'host/it2me/it2me_native_messaging_host.h', 333 'host/it2me/it2me_native_messaging_host.h',
336 ], 334 ],
337 } 335 }
338 } 336 }
OLDNEW
« no previous file with comments | « remoting/protocol/webrtc_video_capturer_adapter.cc ('k') | remoting/remoting_srcs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698