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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 'dependencies': [ | 470 'dependencies': [ |
471 # NOTE: New dependencies should generally be added in the OS!="ios" | 471 # NOTE: New dependencies should generally be added in the OS!="ios" |
472 # dependencies block below, rather than here. | 472 # dependencies block below, rather than here. |
473 # Unit tests should only depend on: | 473 # Unit tests should only depend on: |
474 # 1) everything that the chrome binaries depend on: | 474 # 1) everything that the chrome binaries depend on: |
475 '<@(chromium_browser_dependencies)', | 475 '<@(chromium_browser_dependencies)', |
476 '<@(chromium_child_dependencies)', | 476 '<@(chromium_child_dependencies)', |
477 # 2) test-specific support libraries: | 477 # 2) test-specific support libraries: |
478 '../base/base.gyp:test_support_base', | 478 '../base/base.gyp:test_support_base', |
479 '../components/components_resources.gyp:components_resources', | 479 '../components/components_resources.gyp:components_resources', |
480 '../content/content_shell_and_tests.gyp:webkit_test_support_content', | 480 '../content/content_shell_and_tests.gyp:test_support_content', |
481 '../content/content.gyp:content_app_both', | 481 '../content/content.gyp:content_app_both', |
482 '../net/net.gyp:net', | 482 '../net/net.gyp:net', |
483 '../net/net.gyp:net_test_support', | 483 '../net/net.gyp:net_test_support', |
484 '../rlz/rlz.gyp:test_support_rlz', | 484 '../rlz/rlz.gyp:test_support_rlz', |
485 '../sync/sync.gyp:test_support_sync_api', | 485 '../sync/sync.gyp:test_support_sync_api', |
486 '../sync/sync.gyp:test_support_sync_core', | 486 '../sync/sync.gyp:test_support_sync_core', |
487 '../sync/sync.gyp:test_support_sync_internal_api', | 487 '../sync/sync.gyp:test_support_sync_internal_api', |
488 '../sync/sync.gyp:test_support_sync_notifier', | 488 '../sync/sync.gyp:test_support_sync_notifier', |
489 '../testing/gmock.gyp:gmock', | 489 '../testing/gmock.gyp:gmock', |
490 '../testing/gtest.gyp:gtest', | 490 '../testing/gtest.gyp:gtest', |
(...skipping 2362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2853 'browser/ui/app_list/test/fake_profile_store.h', | 2853 'browser/ui/app_list/test/fake_profile_store.h', |
2854 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', | 2854 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', |
2855 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', | 2855 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', |
2856 'browser/ui/views/app_list/win/app_list_win_unittest.cc', | 2856 'browser/ui/views/app_list/win/app_list_win_unittest.cc', |
2857 ], | 2857 ], |
2858 }, | 2858 }, |
2859 ], | 2859 ], |
2860 }], | 2860 }], |
2861 ], # 'conditions' | 2861 ], # 'conditions' |
2862 } | 2862 } |
OLD | NEW |