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

Side by Side Diff: remoting/remoting.gyp

Issue 4313001: Rename classes for Chromoting: (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: Resolve merge conflicts Created 10 years, 1 month 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/protocol/video_writer.h ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'chromoting_jingle_glue', 358 'chromoting_jingle_glue',
359 ], 359 ],
360 'export_dependent_settings': [ 360 'export_dependent_settings': [
361 'chromoting_jingle_glue', 361 'chromoting_jingle_glue',
362 ], 362 ],
363 'sources': [ 363 'sources': [
364 'protocol/buffered_socket_writer.cc', 364 'protocol/buffered_socket_writer.cc',
365 'protocol/buffered_socket_writer.h', 365 'protocol/buffered_socket_writer.h',
366 'protocol/chromotocol_config.cc', 366 'protocol/chromotocol_config.cc',
367 'protocol/chromotocol_config.h', 367 'protocol/chromotocol_config.h',
368 'protocol/chromotocol_connection.h',
369 'protocol/chromotocol_server.h',
370 'protocol/host_control_message_handler.h', 368 'protocol/host_control_message_handler.h',
371 'protocol/host_event_message_handler.h', 369 'protocol/host_event_message_handler.h',
372 'protocol/host_message_dispatcher.cc', 370 'protocol/host_message_dispatcher.cc',
373 'protocol/host_message_dispatcher.h', 371 'protocol/host_message_dispatcher.h',
374 'protocol/message_decoder.cc', 372 'protocol/message_decoder.cc',
375 'protocol/message_decoder.h', 373 'protocol/message_decoder.h',
376 'protocol/message_reader.cc', 374 'protocol/message_reader.cc',
377 'protocol/message_reader.h', 375 'protocol/message_reader.h',
378 'protocol/jingle_chromotocol_connection.cc',
379 'protocol/jingle_chromotocol_connection.h',
380 'protocol/jingle_chromotocol_server.cc',
381 'protocol/jingle_chromotocol_server.h',
382 'protocol/protobuf_video_reader.cc', 376 'protocol/protobuf_video_reader.cc',
383 'protocol/protobuf_video_reader.h', 377 'protocol/protobuf_video_reader.h',
384 'protocol/protobuf_video_writer.cc', 378 'protocol/protobuf_video_writer.cc',
385 'protocol/protobuf_video_writer.h', 379 'protocol/protobuf_video_writer.h',
380 'protocol/jingle_session.cc',
381 'protocol/jingle_session.h',
382 'protocol/jingle_session_manager.cc',
383 'protocol/jingle_session_manager.h',
386 'protocol/rtp_reader.cc', 384 'protocol/rtp_reader.cc',
387 'protocol/rtp_reader.h', 385 'protocol/rtp_reader.h',
388 'protocol/rtp_utils.cc', 386 'protocol/rtp_utils.cc',
389 'protocol/rtp_utils.h', 387 'protocol/rtp_utils.h',
390 'protocol/rtp_video_reader.cc', 388 'protocol/rtp_video_reader.cc',
391 'protocol/rtp_video_reader.h', 389 'protocol/rtp_video_reader.h',
392 'protocol/rtp_video_writer.cc', 390 'protocol/rtp_video_writer.cc',
393 'protocol/rtp_video_writer.h', 391 'protocol/rtp_video_writer.h',
394 'protocol/rtp_writer.cc', 392 'protocol/rtp_writer.cc',
395 'protocol/rtp_writer.h', 393 'protocol/rtp_writer.h',
394 'protocol/session.h',
395 'protocol/session_manager.h',
396 'protocol/socket_reader_base.cc', 396 'protocol/socket_reader_base.cc',
397 'protocol/socket_reader_base.h', 397 'protocol/socket_reader_base.h',
398 'protocol/stream_writer.cc', 398 'protocol/stream_writer.cc',
399 'protocol/stream_writer.h', 399 'protocol/stream_writer.h',
400 'protocol/util.cc', 400 'protocol/util.cc',
401 'protocol/util.h', 401 'protocol/util.h',
402 'protocol/video_reader.cc', 402 'protocol/video_reader.cc',
403 'protocol/video_reader.h', 403 'protocol/video_reader.h',
404 'protocol/video_stub.h', 404 'protocol/video_stub.h',
405 'protocol/video_writer.cc', 405 'protocol/video_writer.cc',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 'host/json_host_config_unittest.cc', 463 'host/json_host_config_unittest.cc',
464 'host/mock_objects.h', 464 'host/mock_objects.h',
465 'host/session_manager_unittest.cc', 465 'host/session_manager_unittest.cc',
466 'host/test_key_pair.h', 466 'host/test_key_pair.h',
467 'jingle_glue/channel_socket_adapter_unittest.cc', 467 'jingle_glue/channel_socket_adapter_unittest.cc',
468 'jingle_glue/jingle_client_unittest.cc', 468 'jingle_glue/jingle_client_unittest.cc',
469 'jingle_glue/jingle_thread_unittest.cc', 469 'jingle_glue/jingle_thread_unittest.cc',
470 'jingle_glue/iq_request_unittest.cc', 470 'jingle_glue/iq_request_unittest.cc',
471 'jingle_glue/mock_objects.h', 471 'jingle_glue/mock_objects.h',
472 'jingle_glue/stream_socket_adapter_unittest.cc', 472 'jingle_glue/stream_socket_adapter_unittest.cc',
473 'protocol/jingle_chromotocol_connection_unittest.cc', 473 'protocol/jingle_session_unittest.cc',
474 'protocol/message_decoder_unittest.cc', 474 'protocol/message_decoder_unittest.cc',
475 'protocol/fake_connection.cc', 475 'protocol/fake_session.cc',
476 'protocol/fake_connection.h', 476 'protocol/fake_session.h',
477 'protocol/session_manager_pair.cc', 477 'protocol/session_manager_pair.cc',
478 'protocol/session_manager_pair.h', 478 'protocol/session_manager_pair.h',
479 'run_all_unittests.cc', 479 'run_all_unittests.cc',
480 ], 480 ],
481 'conditions': [ 481 'conditions': [
482 ['OS=="win"', { 482 ['OS=="win"', {
483 'sources': [ 483 'sources': [
484 'host/capturer_gdi_unittest.cc', 484 'host/capturer_gdi_unittest.cc',
485 ], 485 ],
486 }], 486 }],
(...skipping 25 matching lines...) Expand all
512 ], # end of 'conditions' 512 ], # end of 'conditions'
513 }, # end of target 'chromoting_unittests' 513 }, # end of target 'chromoting_unittests'
514 ], # end of targets 514 ], # end of targets
515 } 515 }
516 516
517 # Local Variables: 517 # Local Variables:
518 # tab-width:2 518 # tab-width:2
519 # indent-tabs-mode:nil 519 # indent-tabs-mode:nil
520 # End: 520 # End:
521 # vim: set expandtab tabstop=2 shiftwidth=2: 521 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « remoting/protocol/video_writer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698