| OLD | NEW |
| 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 'protocol/rtp_video_writer.cc', | 398 'protocol/rtp_video_writer.cc', |
| 399 'protocol/rtp_video_writer.h', | 399 'protocol/rtp_video_writer.h', |
| 400 'protocol/rtp_writer.cc', | 400 'protocol/rtp_writer.cc', |
| 401 'protocol/rtp_writer.h', | 401 'protocol/rtp_writer.h', |
| 402 'protocol/session.h', | 402 'protocol/session.h', |
| 403 'protocol/session_config.cc', | 403 'protocol/session_config.cc', |
| 404 'protocol/session_config.h', | 404 'protocol/session_config.h', |
| 405 'protocol/session_manager.h', | 405 'protocol/session_manager.h', |
| 406 'protocol/socket_reader_base.cc', | 406 'protocol/socket_reader_base.cc', |
| 407 'protocol/socket_reader_base.h', | 407 'protocol/socket_reader_base.h', |
| 408 'protocol/stream_writer.cc', | |
| 409 'protocol/stream_writer.h', | |
| 410 'protocol/util.cc', | 408 'protocol/util.cc', |
| 411 'protocol/util.h', | 409 'protocol/util.h', |
| 412 'protocol/video_reader.cc', | 410 'protocol/video_reader.cc', |
| 413 'protocol/video_reader.h', | 411 'protocol/video_reader.h', |
| 414 'protocol/video_stub.h', | 412 'protocol/video_stub.h', |
| 415 'protocol/video_writer.cc', | 413 'protocol/video_writer.cc', |
| 416 'protocol/video_writer.h', | 414 'protocol/video_writer.h', |
| 417 ], | 415 ], |
| 418 }, # end of target 'chromoting_protocol' | 416 }, # end of target 'chromoting_protocol' |
| 419 | 417 |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 ], # end of 'conditions' | 522 ], # end of 'conditions' |
| 525 }, # end of target 'chromoting_unittests' | 523 }, # end of target 'chromoting_unittests' |
| 526 ], # end of targets | 524 ], # end of targets |
| 527 } | 525 } |
| 528 | 526 |
| 529 # Local Variables: | 527 # Local Variables: |
| 530 # tab-width:2 | 528 # tab-width:2 |
| 531 # indent-tabs-mode:nil | 529 # indent-tabs-mode:nil |
| 532 # End: | 530 # End: |
| 533 # vim: set expandtab tabstop=2 shiftwidth=2: | 531 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |