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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 2091553002: Expose ClientSession details to Host Extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@desktop_environment
Patch Set: Adressing feedback Created 4 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/host/security_key/gnubby_extension_session.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 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_android.cc', 10 'host/audio_capturer_android.cc',
(...skipping 28 matching lines...) Expand all
39 'host/chromoting_host.h', 39 'host/chromoting_host.h',
40 'host/chromoting_host_context.cc', 40 'host/chromoting_host_context.cc',
41 'host/chromoting_host_context.h', 41 'host/chromoting_host_context.h',
42 'host/chromoting_messages.cc', 42 'host/chromoting_messages.cc',
43 'host/chromoting_messages.h', 43 'host/chromoting_messages.h',
44 'host/chromoting_param_traits.cc', 44 'host/chromoting_param_traits.cc',
45 'host/chromoting_param_traits.h', 45 'host/chromoting_param_traits.h',
46 'host/client_session.cc', 46 'host/client_session.cc',
47 'host/client_session.h', 47 'host/client_session.h',
48 'host/client_session_control.h', 48 'host/client_session_control.h',
49 'host/client_session_details.h',
49 'host/clipboard.h', 50 'host/clipboard.h',
50 'host/clipboard_mac.mm', 51 'host/clipboard_mac.mm',
51 'host/clipboard_win.cc', 52 'host/clipboard_win.cc',
52 'host/clipboard_x11.cc', 53 'host/clipboard_x11.cc',
53 'host/config_file_watcher.cc', 54 'host/config_file_watcher.cc',
54 'host/config_file_watcher.h', 55 'host/config_file_watcher.h',
55 'host/config_watcher.h', 56 'host/config_watcher.h',
56 'host/constants_mac.cc', 57 'host/constants_mac.cc',
57 'host/constants_mac.h', 58 'host/constants_mac.h',
58 'host/continue_window.cc', 59 'host/continue_window.cc',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 347 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
347 'host/it2me/it2me_confirmation_dialog_proxy.cc', 348 'host/it2me/it2me_confirmation_dialog_proxy.cc',
348 'host/it2me/it2me_confirmation_dialog_proxy.h', 349 'host/it2me/it2me_confirmation_dialog_proxy.h',
349 'host/it2me/it2me_host.cc', 350 'host/it2me/it2me_host.cc',
350 'host/it2me/it2me_host.h', 351 'host/it2me/it2me_host.h',
351 'host/it2me/it2me_native_messaging_host.cc', 352 'host/it2me/it2me_native_messaging_host.cc',
352 'host/it2me/it2me_native_messaging_host.h', 353 'host/it2me/it2me_native_messaging_host.h',
353 ], 354 ],
354 } 355 }
355 } 356 }
OLDNEW
« no previous file with comments | « remoting/host/security_key/gnubby_extension_session.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698