OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 # This target contains mocks and test utilities that don't belong in | 7 # This target contains mocks and test utilities that don't belong in |
8 # production libraries but are used by more than one test executable. | 8 # production libraries but are used by more than one test executable. |
9 'target_name': 'test_support_common', | 9 'target_name': 'test_support_common', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 { | 445 { |
446 'target_name': 'test_support_unit', | 446 'target_name': 'test_support_unit', |
447 'type': 'static_library', | 447 'type': 'static_library', |
448 'dependencies': [ | 448 'dependencies': [ |
449 'chrome_resources.gyp:chrome_resources', | 449 'chrome_resources.gyp:chrome_resources', |
450 'chrome_resources.gyp:chrome_strings', | 450 'chrome_resources.gyp:chrome_strings', |
451 'browser', | 451 'browser', |
452 'common', | 452 'common', |
453 'test_support_common', | 453 'test_support_common', |
454 '../base/base.gyp:base', | 454 '../base/base.gyp:base', |
| 455 '../mojo/mojo.gyp:mojo_environment_chromium', |
| 456 '../mojo/mojo.gyp:mojo_system_impl', |
455 '../skia/skia.gyp:skia', | 457 '../skia/skia.gyp:skia', |
456 '../sync/sync.gyp:sync', | 458 '../sync/sync.gyp:sync', |
457 '../testing/gmock.gyp:gmock', | 459 '../testing/gmock.gyp:gmock', |
458 '../testing/gtest.gyp:gtest', | 460 '../testing/gtest.gyp:gtest', |
459 ], | 461 ], |
460 'include_dirs': [ | 462 'include_dirs': [ |
461 '..', | 463 '..', |
462 ], | 464 ], |
463 'sources': [ | 465 'sources': [ |
464 'browser/sync/glue/session_sync_test_helper.cc', | 466 'browser/sync/glue/session_sync_test_helper.cc', |
(...skipping 2414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2879 'unit_tests.isolate', | 2881 'unit_tests.isolate', |
2880 ], | 2882 ], |
2881 'sources': [ | 2883 'sources': [ |
2882 'unit_tests.isolate', | 2884 'unit_tests.isolate', |
2883 ], | 2885 ], |
2884 }, | 2886 }, |
2885 ], | 2887 ], |
2886 }], | 2888 }], |
2887 ], # 'conditions' | 2889 ], # 'conditions' |
2888 } | 2890 } |
OLD | NEW |