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

Side by Side Diff: remoting/remoting_host_srcs.gypi

Issue 1272833002: Pass error messages from native messaging to web-app. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer feedback. Created 5 years, 4 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
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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'host/setup/pin_validator.cc', 291 'host/setup/pin_validator.cc',
292 'host/setup/pin_validator.h', 292 'host/setup/pin_validator.h',
293 'host/setup/service_client.cc', 293 'host/setup/service_client.cc',
294 'host/setup/service_client.h', 294 'host/setup/service_client.h',
295 'host/setup/test_util.cc', 295 'host/setup/test_util.cc',
296 'host/setup/test_util.h', 296 'host/setup/test_util.h',
297 'host/setup/win/auth_code_getter.cc', 297 'host/setup/win/auth_code_getter.cc',
298 'host/setup/win/auth_code_getter.h', 298 'host/setup/win/auth_code_getter.h',
299 ], 299 ],
300 'remoting_host_native_messaging_sources': [ 300 'remoting_host_native_messaging_sources': [
301 'host/native_messaging/log_message_handler.cc',
302 'host/native_messaging/log_message_handler.h',
301 'host/native_messaging/native_messaging_pipe.cc', 303 'host/native_messaging/native_messaging_pipe.cc',
302 'host/native_messaging/native_messaging_pipe.h', 304 'host/native_messaging/native_messaging_pipe.h',
303 'host/native_messaging/native_messaging_reader.cc', 305 'host/native_messaging/native_messaging_reader.cc',
304 'host/native_messaging/native_messaging_reader.h', 306 'host/native_messaging/native_messaging_reader.h',
305 'host/native_messaging/native_messaging_writer.cc', 307 'host/native_messaging/native_messaging_writer.cc',
306 'host/native_messaging/native_messaging_writer.h', 308 'host/native_messaging/native_messaging_writer.h',
307 'host/native_messaging/pipe_messaging_channel.cc', 309 'host/native_messaging/pipe_messaging_channel.cc',
308 'host/native_messaging/pipe_messaging_channel.h', 310 'host/native_messaging/pipe_messaging_channel.h',
309 ], 311 ],
310 'remoting_cast_sources': [ 312 'remoting_cast_sources': [
(...skipping 10 matching lines...) Expand all
321 'host/it2me/it2me_confirmation_dialog_chromeos.cc', 323 'host/it2me/it2me_confirmation_dialog_chromeos.cc',
322 'host/it2me/it2me_confirmation_dialog_proxy.cc', 324 'host/it2me/it2me_confirmation_dialog_proxy.cc',
323 'host/it2me/it2me_confirmation_dialog_proxy.h', 325 'host/it2me/it2me_confirmation_dialog_proxy.h',
324 'host/it2me/it2me_host.cc', 326 'host/it2me/it2me_host.cc',
325 'host/it2me/it2me_host.h', 327 'host/it2me/it2me_host.h',
326 'host/it2me/it2me_native_messaging_host.cc', 328 'host/it2me/it2me_native_messaging_host.cc',
327 'host/it2me/it2me_native_messaging_host.h', 329 'host/it2me/it2me_native_messaging_host.h',
328 ], 330 ],
329 } 331 }
330 } 332 }
OLDNEW
« no previous file with comments | « remoting/host/setup/me2me_native_messaging_host_unittest.cc ('k') | remoting/remoting_webapp_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698