OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1553 'test/base/chrome_render_view_test.cc', | 1553 'test/base/chrome_render_view_test.cc', |
1554 'test/base/chrome_render_view_test.h', | 1554 'test/base/chrome_render_view_test.h', |
1555 'test/base/menu_model_test.cc', | 1555 'test/base/menu_model_test.cc', |
1556 'test/base/menu_model_test.h', | 1556 'test/base/menu_model_test.h', |
1557 'test/base/v8_unit_test.cc', | 1557 'test/base/v8_unit_test.cc', |
1558 'test/base/v8_unit_test.h', | 1558 'test/base/v8_unit_test.h', |
1559 'test/data/resource.rc', | 1559 'test/data/resource.rc', |
1560 'test/data/unit/framework_unittest.gtestjs', | 1560 'test/data/unit/framework_unittest.gtestjs', |
1561 'test/logging/win/mof_data_parser_unittest.cc', | 1561 'test/logging/win/mof_data_parser_unittest.cc', |
1562 'tools/convert_dict/convert_dict_unittest.cc', | 1562 'tools/convert_dict/convert_dict_unittest.cc', |
1563 '../ash/test/test_launcher_delegate.cc', | |
1564 '../ash/test/test_launcher_delegate.h', | |
1565 '../ash/test/test_shell_delegate.cc', | |
1566 | 1563 |
1567 # TODO(joi): Move to 'base_prefs' target in base/base.gyp once | 1564 # TODO(joi): Move to 'base_prefs' target in base/base.gyp once |
1568 # Prefs move is complete and dependencies have been broken. | 1565 # Prefs move is complete and dependencies have been broken. |
1569 '../base/prefs/public/pref_change_registrar_unittest.cc', | 1566 '../base/prefs/public/pref_change_registrar_unittest.cc', |
1570 '../base/prefs/overlay_user_pref_store_unittest.cc', | 1567 '../base/prefs/overlay_user_pref_store_unittest.cc', |
1571 '../base/prefs/pref_value_map_unittest.cc', | 1568 '../base/prefs/pref_value_map_unittest.cc', |
1572 '../base/prefs/json_pref_store_unittest.cc', | 1569 '../base/prefs/json_pref_store_unittest.cc', |
1573 | 1570 |
1574 # TODO(joi): Move the google_apis tests to a separate | 1571 # TODO(joi): Move the google_apis tests to a separate |
1575 # google_apis_unittests executable. | 1572 # google_apis_unittests executable. |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1693 ['exclude', '^browser/extensions/api/'], | 1690 ['exclude', '^browser/extensions/api/'], |
1694 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u
nittest.cc'], | 1691 ['exclude', '^browser/sync/glue/chrome_extensions_activity_monitor_u
nittest.cc'], |
1695 ], | 1692 ], |
1696 }], | 1693 }], |
1697 ['use_ash==1', { | 1694 ['use_ash==1', { |
1698 'sources': [ | 1695 'sources': [ |
1699 'browser/ui/app_list/apps_model_builder_unittest.cc', | 1696 'browser/ui/app_list/apps_model_builder_unittest.cc', |
1700 ], | 1697 ], |
1701 'dependencies': [ | 1698 'dependencies': [ |
1702 '../ash/ash.gyp:ash_resources', | 1699 '../ash/ash.gyp:ash_resources', |
| 1700 '../ash/ash.gyp:test_support_ash', |
1703 ], | 1701 ], |
1704 # We eventually want to compile both in Win Aura builds, see | 1702 # We eventually want to compile both in Win Aura builds, see |
1705 # http://crbug.com/155545. | 1703 # http://crbug.com/155545. |
1706 'conditions': [ | 1704 'conditions': [ |
1707 ['OS=="win"', { | 1705 ['OS=="win"', { |
1708 'sources!': [ | 1706 'sources!': [ |
1709 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', | 1707 'browser/ui/window_sizer/window_sizer_ash_unittest.cc', |
1710 ], | 1708 ], |
1711 }, { # else: OS!=win | 1709 }, { # else: OS!=win |
1712 'sources!': [ | 1710 'sources!': [ |
1713 'browser/ui/window_sizer/window_sizer_unittest.cc', | 1711 'browser/ui/window_sizer/window_sizer_unittest.cc', |
1714 ], | 1712 ], |
1715 }], | 1713 }], |
1716 ], | 1714 ], |
1717 }], | 1715 }], |
1718 ['use_aura==1', { | 1716 ['use_aura==1', { |
1719 'dependencies': [ | 1717 'dependencies': [ |
1720 '../ui/aura/aura.gyp:test_support_aura', | 1718 '../ui/aura/aura.gyp:test_support_aura', |
1721 ], | 1719 ], |
1722 'sources/': [ | 1720 'sources/': [ |
1723 ['exclude', '^browser/automation/automation_provider_unittest.cc'], | 1721 ['exclude', '^browser/automation/automation_provider_unittest.cc'], |
1724 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u
nittest.cc'], | 1722 ['exclude', '^browser/ui/views/extensions/browser_action_drag_data_u
nittest.cc'], |
1725 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte
st.cc'], | 1723 ['exclude', '^browser/ui/views/bookmarks/bookmark_editor_view_unitte
st.cc'], |
1726 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte
st.cc'], | 1724 ['exclude', '^browser/ui/panels/display_settings_provider_win_unitte
st.cc'], |
1727 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'], | 1725 ['exclude', '^browser/bookmarks/bookmark_node_data_unittest.cc'], |
1728 ], | 1726 ], |
1729 'sources': [ | |
1730 '../ash/test/multi_display_manager_test_api.cc', | |
1731 '../ash/test/multi_display_manager_test_api.h', | |
1732 '../ash/test/ash_test_base.cc', | |
1733 '../ash/test/ash_test_base.h', | |
1734 ], | |
1735 }], | 1727 }], |
1736 ['enable_task_manager==0', { | 1728 ['enable_task_manager==0', { |
1737 'sources/': [ | 1729 'sources/': [ |
1738 ['exclude', '^browser/task_manager/'], | 1730 ['exclude', '^browser/task_manager/'], |
1739 ['exclude', '^browser/ui/webui/task_manager/'], | 1731 ['exclude', '^browser/ui/webui/task_manager/'], |
1740 ], | 1732 ], |
1741 }], | 1733 }], |
1742 ['file_manager_extension==0', { | 1734 ['file_manager_extension==0', { |
1743 'sources!': [ | 1735 'sources!': [ |
1744 'browser/ui/views/select_file_dialog_extension_unittest.cc', | 1736 'browser/ui/views/select_file_dialog_extension_unittest.cc', |
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2258 'unit_tests.isolate', | 2250 'unit_tests.isolate', |
2259 ], | 2251 ], |
2260 'sources': [ | 2252 'sources': [ |
2261 'unit_tests.isolate', | 2253 'unit_tests.isolate', |
2262 ], | 2254 ], |
2263 }, | 2255 }, |
2264 ], | 2256 ], |
2265 }], | 2257 }], |
2266 ], # 'conditions' | 2258 ], # 'conditions' |
2267 } | 2259 } |
OLD | NEW |