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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
465 # dependencies block below, rather than here. | 465 # dependencies block below, rather than here. |
466 # Unit tests should only depend on: | 466 # Unit tests should only depend on: |
467 # 1) everything that the chrome binaries depend on: | 467 # 1) everything that the chrome binaries depend on: |
468 '<@(chromium_browser_dependencies)', | 468 '<@(chromium_browser_dependencies)', |
469 '<@(chromium_child_dependencies)', | 469 '<@(chromium_child_dependencies)', |
470 # 2) test-specific support libraries: | 470 # 2) test-specific support libraries: |
471 '../base/base.gyp:test_support_base', | 471 '../base/base.gyp:test_support_base', |
472 '../content/content.gyp:content_app_both', | 472 '../content/content.gyp:content_app_both', |
473 '../net/net.gyp:net', | 473 '../net/net.gyp:net', |
474 '../net/net.gyp:net_test_support', | 474 '../net/net.gyp:net_test_support', |
| 475 '../rlz/rlz.gyp:test_support_rlz', |
475 '../sync/sync.gyp:test_support_sync_api', | 476 '../sync/sync.gyp:test_support_sync_api', |
476 '../sync/sync.gyp:test_support_sync_core', | 477 '../sync/sync.gyp:test_support_sync_core', |
477 '../sync/sync.gyp:test_support_sync_internal_api', | 478 '../sync/sync.gyp:test_support_sync_internal_api', |
478 '../sync/sync.gyp:test_support_sync_notifier', | 479 '../sync/sync.gyp:test_support_sync_notifier', |
479 '../testing/gmock.gyp:gmock', | 480 '../testing/gmock.gyp:gmock', |
480 '../testing/gtest.gyp:gtest', | 481 '../testing/gtest.gyp:gtest', |
481 'test_support_common', | 482 'test_support_common', |
482 'test_support_unit', | 483 'test_support_unit', |
483 # 3) anything tests directly depend on | 484 # 3) anything tests directly depend on |
484 '../courgette/courgette.gyp:courgette_lib', | 485 '../courgette/courgette.gyp:courgette_lib', |
(...skipping 2441 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2926 'browser/ui/app_list/test/fake_profile.h', | 2927 'browser/ui/app_list/test/fake_profile.h', |
2927 'browser/ui/app_list/test/fake_profile_store.cc', | 2928 'browser/ui/app_list/test/fake_profile_store.cc', |
2928 'browser/ui/app_list/test/fake_profile_store.h', | 2929 'browser/ui/app_list/test/fake_profile_store.h', |
2929 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2930 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2930 ], | 2931 ], |
2931 }, | 2932 }, |
2932 ], | 2933 ], |
2933 }], | 2934 }], |
2934 ], # 'conditions' | 2935 ], # 'conditions' |
2935 } | 2936 } |
OLD | NEW |