| 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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 ], | 447 ], |
| 448 'sources': [ | 448 'sources': [ |
| 449 'host/capturer_linux_unittest.cc', | 449 'host/capturer_linux_unittest.cc', |
| 450 ], | 450 ], |
| 451 }], | 451 }], |
| 452 ['OS=="mac"', { | 452 ['OS=="mac"', { |
| 453 'sources': [ | 453 'sources': [ |
| 454 'host/capturer_mac_unittest.cc', | 454 'host/capturer_mac_unittest.cc', |
| 455 ], | 455 ], |
| 456 }], | 456 }], |
| 457 ['target_arch=="arm"', { |
| 458 'sources!': [ |
| 459 'base/decoder_vp8_unittest.cc', |
| 460 'base/encoder_vp8_unittest.cc', |
| 461 ], |
| 462 }], |
| 457 ], # end of 'conditions' | 463 ], # end of 'conditions' |
| 458 }, # end of target 'chromoting_unittests' | 464 }, # end of target 'chromoting_unittests' |
| 459 ], # end of targets | 465 ], # end of targets |
| 460 } | 466 } |
| 461 | 467 |
| 462 # Local Variables: | 468 # Local Variables: |
| 463 # tab-width:2 | 469 # tab-width:2 |
| 464 # indent-tabs-mode:nil | 470 # indent-tabs-mode:nil |
| 465 # End: | 471 # End: |
| 466 # vim: set expandtab tabstop=2 shiftwidth=2: | 472 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |