| 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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 'jingle_glue/jingle_client_unittest.cc', | 479 'jingle_glue/jingle_client_unittest.cc', |
| 480 'jingle_glue/jingle_thread_unittest.cc', | 480 'jingle_glue/jingle_thread_unittest.cc', |
| 481 'jingle_glue/iq_request_unittest.cc', | 481 'jingle_glue/iq_request_unittest.cc', |
| 482 'jingle_glue/mock_objects.h', | 482 'jingle_glue/mock_objects.h', |
| 483 'jingle_glue/stream_socket_adapter_unittest.cc', | 483 'jingle_glue/stream_socket_adapter_unittest.cc', |
| 484 'protocol/connection_to_client_unittest.cc', | 484 'protocol/connection_to_client_unittest.cc', |
| 485 'protocol/fake_session.cc', | 485 'protocol/fake_session.cc', |
| 486 'protocol/fake_session.h', | 486 'protocol/fake_session.h', |
| 487 'protocol/jingle_session_unittest.cc', | 487 'protocol/jingle_session_unittest.cc', |
| 488 'protocol/message_decoder_unittest.cc', | 488 'protocol/message_decoder_unittest.cc', |
| 489 'protocol/message_reader_unittest.cc', |
| 489 'protocol/mock_objects.h', | 490 'protocol/mock_objects.h', |
| 490 'protocol/rtp_video_reader_unittest.cc', | 491 'protocol/rtp_video_reader_unittest.cc', |
| 491 'protocol/rtp_video_writer_unittest.cc', | 492 'protocol/rtp_video_writer_unittest.cc', |
| 492 'protocol/session_manager_pair.cc', | 493 'protocol/session_manager_pair.cc', |
| 493 'protocol/session_manager_pair.h', | 494 'protocol/session_manager_pair.h', |
| 494 'run_all_unittests.cc', | 495 'run_all_unittests.cc', |
| 495 ], | 496 ], |
| 496 'conditions': [ | 497 'conditions': [ |
| 497 ['OS=="win"', { | 498 ['OS=="win"', { |
| 498 'sources': [ | 499 'sources': [ |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 ], # end of 'conditions' | 534 ], # end of 'conditions' |
| 534 }, # end of target 'chromoting_unittests' | 535 }, # end of target 'chromoting_unittests' |
| 535 ], # end of targets | 536 ], # end of targets |
| 536 } | 537 } |
| 537 | 538 |
| 538 # Local Variables: | 539 # Local Variables: |
| 539 # tab-width:2 | 540 # tab-width:2 |
| 540 # indent-tabs-mode:nil | 541 # indent-tabs-mode:nil |
| 541 # End: | 542 # End: |
| 542 # vim: set expandtab tabstop=2 shiftwidth=2: | 543 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |