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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 1228283004: Cleanup inconsistencies between GN and GYP in //remoting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « remoting/remoting_all.gyp ('k') | remoting/remoting_host_win.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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'host/win/rdp_client_window.cc', 257 'host/win/rdp_client_window.cc',
258 'host/win/rdp_client_window.h', 258 'host/win/rdp_client_window.h',
259 'host/win/security_descriptor.cc', 259 'host/win/security_descriptor.cc',
260 'host/win/security_descriptor.h', 260 'host/win/security_descriptor.h',
261 'host/win/session_desktop_environment.cc', 261 'host/win/session_desktop_environment.cc',
262 'host/win/session_desktop_environment.h', 262 'host/win/session_desktop_environment.h',
263 'host/win/session_input_injector.cc', 263 'host/win/session_input_injector.cc',
264 'host/win/session_input_injector.h', 264 'host/win/session_input_injector.h',
265 'host/win/window_station_and_desktop.cc', 265 'host/win/window_station_and_desktop.cc',
266 'host/win/window_station_and_desktop.h', 266 'host/win/window_station_and_desktop.h',
267 'host/win/worker_process_launcher.cc',
268 'host/win/worker_process_launcher.h',
267 'host/win/wts_terminal_monitor.cc', 269 'host/win/wts_terminal_monitor.cc',
268 'host/win/wts_terminal_monitor.h', 270 'host/win/wts_terminal_monitor.h',
269 'host/win/wts_terminal_observer.h', 271 'host/win/wts_terminal_observer.h',
270 ], 272 ],
271 'remoting_host_setup_sources': [ 273 'remoting_host_setup_sources': [
272 'host/setup/daemon_controller.cc', 274 'host/setup/daemon_controller.cc',
273 'host/setup/daemon_controller.h', 275 'host/setup/daemon_controller.h',
274 'host/setup/daemon_controller_delegate_linux.cc', 276 'host/setup/daemon_controller_delegate_linux.cc',
275 'host/setup/daemon_controller_delegate_linux.h', 277 'host/setup/daemon_controller_delegate_linux.h',
276 'host/setup/daemon_controller_delegate_mac.h', 278 'host/setup/daemon_controller_delegate_mac.h',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 319 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
318 'host/it2me/it2me_confirmation_dialog_proxy.cc', 320 'host/it2me/it2me_confirmation_dialog_proxy.cc',
319 'host/it2me/it2me_confirmation_dialog_proxy.h', 321 'host/it2me/it2me_confirmation_dialog_proxy.h',
320 'host/it2me/it2me_host.cc', 322 'host/it2me/it2me_host.cc',
321 'host/it2me/it2me_host.h', 323 'host/it2me/it2me_host.h',
322 'host/it2me/it2me_native_messaging_host.cc', 324 'host/it2me/it2me_native_messaging_host.cc',
323 'host/it2me/it2me_native_messaging_host.h', 325 'host/it2me/it2me_native_messaging_host.h',
324 ], 326 ],
325 } 327 }
326 } 328 }
OLDNEW
« no previous file with comments | « remoting/remoting_all.gyp ('k') | remoting/remoting_host_win.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698