OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'browser_tests_sources_views_specific': [ | 7 'browser_tests_sources_views_specific': [ |
8 'browser/extensions/browser_action_test_util_views.cc', | 8 'browser/extensions/browser_action_test_util_views.cc', |
9 'browser/views/browser_actions_container_browsertest.cc', | 9 'browser/views/browser_actions_container_browsertest.cc', |
10 ], | 10 ], |
(...skipping 1646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1657 'include_dirs': [ | 1657 'include_dirs': [ |
1658 '<(DEPTH)/third_party/wtl/include', | 1658 '<(DEPTH)/third_party/wtl/include', |
1659 ], | 1659 ], |
1660 'dependencies': [ | 1660 'dependencies': [ |
1661 '<(allocator_target)', | 1661 '<(allocator_target)', |
1662 ], | 1662 ], |
1663 }], # OS="win" | 1663 }], # OS="win" |
1664 ], # conditions | 1664 ], # conditions |
1665 }, | 1665 }, |
1666 { | 1666 { |
| 1667 'target_name': 'notifier_unit_tests', |
| 1668 'type': 'executable', |
| 1669 'sources': [ |
| 1670 'common/net/notifier/base/mac/network_status_detector_task_mac_unittest.
cc', |
| 1671 'common/net/notifier/listener/talk_mediator_unittest.cc', |
| 1672 'common/net/notifier/listener/send_update_task_unittest.cc', |
| 1673 'common/net/notifier/listener/subscribe_task_unittest.cc', |
| 1674 'common/net/notifier/listener/xml_element_util_unittest.cc', |
| 1675 ], |
| 1676 'include_dirs': [ |
| 1677 '..', |
| 1678 ], |
| 1679 'dependencies': [ |
| 1680 'common', |
| 1681 'debugger', |
| 1682 '../testing/gmock.gyp:gmock', |
| 1683 '../testing/gtest.gyp:gtest', |
| 1684 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 1685 'test_support_unit', |
| 1686 ], |
| 1687 'conditions': [ |
| 1688 ['OS=="win"', { |
| 1689 'dependencies': [ |
| 1690 '<(allocator_target)', |
| 1691 ], |
| 1692 'link_settings': { |
| 1693 'libraries': [ |
| 1694 '-lcrypt32.lib', |
| 1695 '-lws2_32.lib', |
| 1696 '-lsecur32.lib', |
| 1697 ], |
| 1698 }, |
| 1699 'configurations': { |
| 1700 'Debug_Base': { |
| 1701 'msvs_settings': { |
| 1702 'VCLinkerTool': { |
| 1703 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 1704 }, |
| 1705 }, |
| 1706 }, |
| 1707 }, |
| 1708 }], |
| 1709 ['OS=="linux"', { |
| 1710 'dependencies': [ |
| 1711 '../build/linux/system.gyp:gtk', |
| 1712 '../build/linux/system.gyp:nss', |
| 1713 'packed_resources' |
| 1714 ], |
| 1715 }], |
| 1716 ['OS=="linux" and chromeos==1', { |
| 1717 'include_dirs': [ |
| 1718 '<(grit_out_dir)', |
| 1719 ], |
| 1720 }], |
| 1721 ], |
| 1722 }, |
| 1723 { |
1667 'target_name': 'sync_unit_tests', | 1724 'target_name': 'sync_unit_tests', |
1668 'type': 'executable', | 1725 'type': 'executable', |
1669 'sources': [ | 1726 'sources': [ |
1670 'app/breakpad_mac_stubs.mm', | 1727 'app/breakpad_mac_stubs.mm', |
1671 'browser/sync/engine/all_status_unittest.cc', | 1728 'browser/sync/engine/all_status_unittest.cc', |
1672 'browser/sync/engine/apply_updates_command_unittest.cc', | 1729 'browser/sync/engine/apply_updates_command_unittest.cc', |
1673 'browser/sync/engine/auth_watcher_unittest.cc', | 1730 'browser/sync/engine/auth_watcher_unittest.cc', |
1674 'browser/sync/engine/download_updates_command_unittest.cc', | 1731 'browser/sync/engine/download_updates_command_unittest.cc', |
1675 'browser/sync/engine/mock_model_safe_workers.h', | 1732 'browser/sync/engine/mock_model_safe_workers.h', |
1676 'browser/sync/engine/net/gaia_authenticator_unittest.cc', | 1733 'browser/sync/engine/net/gaia_authenticator_unittest.cc', |
1677 'browser/sync/engine/process_commit_response_command_unittest.cc', | 1734 'browser/sync/engine/process_commit_response_command_unittest.cc', |
1678 'browser/sync/engine/syncapi_unittest.cc', | 1735 'browser/sync/engine/syncapi_unittest.cc', |
1679 'browser/sync/engine/syncer_proto_util_unittest.cc', | 1736 'browser/sync/engine/syncer_proto_util_unittest.cc', |
1680 'browser/sync/engine/syncer_thread_unittest.cc', | 1737 'browser/sync/engine/syncer_thread_unittest.cc', |
1681 'browser/sync/engine/syncer_unittest.cc', | 1738 'browser/sync/engine/syncer_unittest.cc', |
1682 'browser/sync/engine/syncproto_unittest.cc', | 1739 'browser/sync/engine/syncproto_unittest.cc', |
1683 'browser/sync/engine/verify_updates_command_unittest.cc', | 1740 'browser/sync/engine/verify_updates_command_unittest.cc', |
1684 'browser/sync/glue/change_processor_mock.h', | 1741 'browser/sync/glue/change_processor_mock.h', |
1685 'browser/sync/notifier/base/mac/network_status_detector_task_mac_unittes
t.cc', | |
1686 'browser/sync/notifier/listener/talk_mediator_unittest.cc', | |
1687 'browser/sync/notifier/listener/send_update_task_unittest.cc', | |
1688 'browser/sync/notifier/listener/subscribe_task_unittest.cc', | |
1689 'browser/sync/notifier/listener/xml_element_util_unittest.cc', | |
1690 'browser/sync/profile_sync_factory_mock.cc', | 1742 'browser/sync/profile_sync_factory_mock.cc', |
1691 'browser/sync/profile_sync_factory_mock.h', | 1743 'browser/sync/profile_sync_factory_mock.h', |
1692 'browser/sync/sessions/ordered_commit_set_unittest.cc', | 1744 'browser/sync/sessions/ordered_commit_set_unittest.cc', |
1693 'browser/sync/sessions/status_controller_unittest.cc', | 1745 'browser/sync/sessions/status_controller_unittest.cc', |
1694 'browser/sync/sessions/sync_session_unittest.cc', | 1746 'browser/sync/sessions/sync_session_unittest.cc', |
1695 'browser/sync/syncable/directory_backing_store_unittest.cc', | 1747 'browser/sync/syncable/directory_backing_store_unittest.cc', |
1696 'browser/sync/syncable/syncable_id_unittest.cc', | 1748 'browser/sync/syncable/syncable_id_unittest.cc', |
1697 'browser/sync/syncable/syncable_unittest.cc', | 1749 'browser/sync/syncable/syncable_unittest.cc', |
1698 'browser/sync/util/crypto_helpers_unittest.cc', | 1750 'browser/sync/util/crypto_helpers_unittest.cc', |
1699 'browser/sync/util/extensions_activity_monitor_unittest.cc', | 1751 'browser/sync/util/extensions_activity_monitor_unittest.cc', |
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2284 ] | 2336 ] |
2285 }], # 'coverage!=0' | 2337 }], # 'coverage!=0' |
2286 ], # 'conditions' | 2338 ], # 'conditions' |
2287 } | 2339 } |
2288 | 2340 |
2289 # Local Variables: | 2341 # Local Variables: |
2290 # tab-width:2 | 2342 # tab-width:2 |
2291 # indent-tabs-mode:nil | 2343 # indent-tabs-mode:nil |
2292 # End: | 2344 # End: |
2293 # vim: set expandtab tabstop=2 shiftwidth=2: | 2345 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |