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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
480 'type': '<(gtest_target_type)', | 480 'type': '<(gtest_target_type)', |
481 'dependencies': [ | 481 'dependencies': [ |
482 # NOTE: New dependencies should generally be added in the OS!="ios" | 482 # NOTE: New dependencies should generally be added in the OS!="ios" |
483 # dependencies block below, rather than here. | 483 # dependencies block below, rather than here. |
484 # Unit tests should only depend on: | 484 # Unit tests should only depend on: |
485 # 1) everything that the chrome binaries depend on: | 485 # 1) everything that the chrome binaries depend on: |
486 '<@(chromium_browser_dependencies)', | 486 '<@(chromium_browser_dependencies)', |
487 '<@(chromium_child_dependencies)', | 487 '<@(chromium_child_dependencies)', |
488 # 2) test-specific support libraries: | 488 # 2) test-specific support libraries: |
489 '../base/base.gyp:test_support_base', | 489 '../base/base.gyp:test_support_base', |
| 490 '../components/component_resources.gyp:component_resources', |
490 '../content/content.gyp:content_app_both', | 491 '../content/content.gyp:content_app_both', |
491 '../net/net.gyp:net', | 492 '../net/net.gyp:net', |
492 '../net/net.gyp:net_test_support', | 493 '../net/net.gyp:net_test_support', |
493 '../rlz/rlz.gyp:test_support_rlz', | 494 '../rlz/rlz.gyp:test_support_rlz', |
494 '../sync/sync.gyp:test_support_sync_api', | 495 '../sync/sync.gyp:test_support_sync_api', |
495 '../sync/sync.gyp:test_support_sync_core', | 496 '../sync/sync.gyp:test_support_sync_core', |
496 '../sync/sync.gyp:test_support_sync_internal_api', | 497 '../sync/sync.gyp:test_support_sync_internal_api', |
497 '../sync/sync.gyp:test_support_sync_notifier', | 498 '../sync/sync.gyp:test_support_sync_notifier', |
498 '../testing/gmock.gyp:gmock', | 499 '../testing/gmock.gyp:gmock', |
499 '../testing/gtest.gyp:gtest', | 500 '../testing/gtest.gyp:gtest', |
(...skipping 2386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2886 'browser/ui/app_list/test/fake_profile_store.h', | 2887 'browser/ui/app_list/test/fake_profile_store.h', |
2887 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2888 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2888 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2889 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2889 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2890 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2890 ], | 2891 ], |
2891 }, | 2892 }, |
2892 ], | 2893 ], |
2893 }], | 2894 }], |
2894 ], # 'conditions' | 2895 ], # 'conditions' |
2895 } | 2896 } |
OLD | NEW |