| 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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 { | 335 { |
| 336 'target_name': 'remoting_unittests', | 336 'target_name': 'remoting_unittests', |
| 337 'type': 'executable', | 337 'type': 'executable', |
| 338 'dependencies': [ | 338 'dependencies': [ |
| 339 'chromoting_base', | 339 'chromoting_base', |
| 340 'chromoting_client', | 340 'chromoting_client', |
| 341 'chromoting_host', | 341 'chromoting_host', |
| 342 'chromoting_jingle_glue', | 342 'chromoting_jingle_glue', |
| 343 '../base/base.gyp:base', | 343 '../base/base.gyp:base', |
| 344 '../base/base.gyp:base_i18n', | 344 '../base/base.gyp:base_i18n', |
| 345 '../base/base.gyp:test_support_base', | |
| 346 '../gfx/gfx.gyp:gfx', | 345 '../gfx/gfx.gyp:gfx', |
| 347 '../testing/gmock.gyp:gmock', | 346 '../testing/gmock.gyp:gmock', |
| 348 '../testing/gtest.gyp:gtest', | 347 '../testing/gtest.gyp:gtest', |
| 349 ], | 348 ], |
| 350 'include_dirs': [ | 349 'include_dirs': [ |
| 351 '../testing/gmock/include', | 350 '../testing/gmock/include', |
| 352 ], | 351 ], |
| 353 'sources': [ | 352 'sources': [ |
| 354 'base/codec_test.cc', | 353 'base/codec_test.cc', |
| 355 'base/codec_test.h', | 354 'base/codec_test.h', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 407 ], # end of 'conditions' | 406 ], # end of 'conditions' |
| 408 }, # end of target 'chromoting_unittests' | 407 }, # end of target 'chromoting_unittests' |
| 409 ], # end of targets | 408 ], # end of targets |
| 410 } | 409 } |
| 411 | 410 |
| 412 # Local Variables: | 411 # Local Variables: |
| 413 # tab-width:2 | 412 # tab-width:2 |
| 414 # indent-tabs-mode:nil | 413 # indent-tabs-mode:nil |
| 415 # End: | 414 # End: |
| 416 # vim: set expandtab tabstop=2 shiftwidth=2: | 415 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |