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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
363 'host/chromoting_host_context_unittest.cc', | 363 'host/chromoting_host_context_unittest.cc', |
364 'host/client_connection_unittest.cc', | 364 'host/client_connection_unittest.cc', |
365 'host/differ_unittest.cc', | 365 'host/differ_unittest.cc', |
366 'host/differ_block_unittest.cc', | 366 'host/differ_block_unittest.cc', |
367 'host/heartbeat_sender_unittest.cc', | 367 'host/heartbeat_sender_unittest.cc', |
368 'host/host_key_pair_unittest.cc', | 368 'host/host_key_pair_unittest.cc', |
369 'host/json_host_config_unittest.cc', | 369 'host/json_host_config_unittest.cc', |
370 'host/mock_objects.h', | 370 'host/mock_objects.h', |
371 'host/session_manager_unittest.cc', | 371 'host/session_manager_unittest.cc', |
372 'host/test_key_pair.h', | 372 'host/test_key_pair.h', |
| 373 'jingle_glue/jingle_client_unittest.cc', |
| 374 'jingle_glue/jingle_channel_unittest.cc', |
373 'jingle_glue/jingle_thread_unittest.cc', | 375 'jingle_glue/jingle_thread_unittest.cc', |
374 'jingle_glue/jingle_channel_unittest.cc', | |
375 'jingle_glue/iq_request_unittest.cc', | 376 'jingle_glue/iq_request_unittest.cc', |
376 'jingle_glue/mock_objects.h', | 377 'jingle_glue/mock_objects.h', |
377 'run_all_unittests.cc', | 378 'run_all_unittests.cc', |
378 ], | 379 ], |
379 'conditions': [ | 380 'conditions': [ |
380 ['OS=="win"', { | 381 ['OS=="win"', { |
381 'sources': [ | 382 'sources': [ |
382 'host/capturer_gdi_unittest.cc', | 383 'host/capturer_gdi_unittest.cc', |
383 ], | 384 ], |
384 }], | 385 }], |
(...skipping 17 matching lines...) Expand all Loading... |
402 ], # end of 'conditions' | 403 ], # end of 'conditions' |
403 }, # end of target 'chromoting_unittests' | 404 }, # end of target 'chromoting_unittests' |
404 ], # end of targets | 405 ], # end of targets |
405 } | 406 } |
406 | 407 |
407 # Local Variables: | 408 # Local Variables: |
408 # tab-width:2 | 409 # tab-width:2 |
409 # indent-tabs-mode:nil | 410 # indent-tabs-mode:nil |
410 # End: | 411 # End: |
411 # vim: set expandtab tabstop=2 shiftwidth=2: | 412 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |