Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 963063002: Revert of Add chrome driver to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_audit
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests.gni ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables': { 5 'variables': {
6 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 'browser/extensions/api/tabs/tabs_interactive_test.cc', 1080 'browser/extensions/api/tabs/tabs_interactive_test.cc',
1081 ], 1081 ],
1082 'chrome_interactive_ui_test_non_linux_and_chromeos_sources': [ 1082 'chrome_interactive_ui_test_non_linux_and_chromeos_sources': [
1083 # TODO(port): Disable all the interactive panel tests on all linux 1083 # TODO(port): Disable all the interactive panel tests on all linux
1084 # platforms. These are badly busted on linux_aura, also time out 1084 # platforms. These are badly busted on linux_aura, also time out
1085 # when run under openbox. ChromeOS doesn't use this panels code. 1085 # when run under openbox. ChromeOS doesn't use this panels code.
1086 'browser/ui/panels/panel_drag_browsertest.cc', 1086 'browser/ui/panels/panel_drag_browsertest.cc',
1087 'browser/ui/panels/stacked_panel_browsertest.cc', 1087 'browser/ui/panels/stacked_panel_browsertest.cc',
1088 ], 1088 ],
1089 'chrome_automation_client_lib_sources': [ 1089 'chrome_automation_client_lib_sources': [
1090 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_autom ation_extension.cc',
1091 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_autom ation_extension.h',
1092 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.cc',
1093 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.h',
1094 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_dir. cc',
1095 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_dir. h',
1090 'test/chromedriver/chrome/adb.h', 1096 'test/chromedriver/chrome/adb.h',
1091 'test/chromedriver/chrome/adb_impl.cc', 1097 'test/chromedriver/chrome/adb_impl.cc',
1092 'test/chromedriver/chrome/adb_impl.h', 1098 'test/chromedriver/chrome/adb_impl.h',
1093 'test/chromedriver/chrome/automation_extension.cc', 1099 'test/chromedriver/chrome/automation_extension.cc',
1094 'test/chromedriver/chrome/automation_extension.h', 1100 'test/chromedriver/chrome/automation_extension.h',
1095 'test/chromedriver/chrome/chrome.h', 1101 'test/chromedriver/chrome/chrome.h',
1096 'test/chromedriver/chrome/chrome_android_impl.cc', 1102 'test/chromedriver/chrome/chrome_android_impl.cc',
1097 'test/chromedriver/chrome/chrome_android_impl.h', 1103 'test/chromedriver/chrome/chrome_android_impl.h',
1098 'test/chromedriver/chrome/chrome_desktop_impl.cc', 1104 'test/chromedriver/chrome/chrome_desktop_impl.cc',
1099 'test/chromedriver/chrome/chrome_desktop_impl.h', 1105 'test/chromedriver/chrome/chrome_desktop_impl.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'test/base/chrome_render_view_test.cc', 1194 'test/base/chrome_render_view_test.cc',
1189 'test/base/chrome_render_view_test.h', 1195 'test/base/chrome_render_view_test.h',
1190 'test/perf/browser_perf_test.cc', 1196 'test/perf/browser_perf_test.cc',
1191 'test/perf/browser_perf_test.h', 1197 'test/perf/browser_perf_test.h',
1192 'test/perf/mach_ports_performancetest.cc', 1198 'test/perf/mach_ports_performancetest.cc',
1193 'test/perf/url_parse_perftest.cc', 1199 'test/perf/url_parse_perftest.cc',
1194 ], 1200 ],
1195 'chrome_driver_lib_sources': [ 1201 'chrome_driver_lib_sources': [
1196 '../third_party/webdriver/atoms.cc', 1202 '../third_party/webdriver/atoms.cc',
1197 '../third_party/webdriver/atoms.h', 1203 '../third_party/webdriver/atoms.h',
1204 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc',
1205 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h',
1198 'common/chrome_constants.cc', 1206 'common/chrome_constants.cc',
1199 'common/chrome_constants.h', 1207 'common/chrome_constants.h',
1200 'test/chromedriver/alert_commands.cc', 1208 'test/chromedriver/alert_commands.cc',
1201 'test/chromedriver/alert_commands.h', 1209 'test/chromedriver/alert_commands.h',
1202 'test/chromedriver/basic_types.cc', 1210 'test/chromedriver/basic_types.cc',
1203 'test/chromedriver/basic_types.h', 1211 'test/chromedriver/basic_types.h',
1204 'test/chromedriver/capabilities.cc', 1212 'test/chromedriver/capabilities.cc',
1205 'test/chromedriver/capabilities.h', 1213 'test/chromedriver/capabilities.h',
1206 'test/chromedriver/chrome/browser_info.cc', 1214 'test/chromedriver/chrome/browser_info.cc',
1207 'test/chromedriver/chrome/browser_info.h', 1215 'test/chromedriver/chrome/browser_info.h',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
1656 }, 1664 },
1657 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1665 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1658 'msvs_disabled_warnings': [ 4267, ], 1666 'msvs_disabled_warnings': [ 4267, ],
1659 }], # OS != "win" 1667 }], # OS != "win"
1660 ['enable_app_list==1', { 1668 ['enable_app_list==1', {
1661 'sources': [ '<@(chrome_interactive_ui_test_app_list_sources)' ], 1669 'sources': [ '<@(chrome_interactive_ui_test_app_list_sources)' ],
1662 }], 1670 }],
1663 ], # conditions 1671 ], # conditions
1664 }, 1672 },
1665 { 1673 {
1666 # GN version: //chrome/test/chromedriver:automation_client_lib
1667 'target_name': 'automation_client_lib', 1674 'target_name': 'automation_client_lib',
1668 'type': 'static_library', 1675 'type': 'static_library',
1669 'hard_dependency': 1, 1676 'hard_dependency': 1,
1670 'dependencies': [ 1677 'dependencies': [
1671 '../base/base.gyp:base', 1678 '../base/base.gyp:base',
1672 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1679 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1673 '../net/net.gyp:net', 1680 '../net/net.gyp:net',
1674 '../third_party/zlib/zlib.gyp:minizip', 1681 '../third_party/zlib/zlib.gyp:minizip',
1675 '../third_party/zlib/zlib.gyp:zlib', 1682 '../third_party/zlib/zlib.gyp:zlib',
1676 '../ui/accessibility/accessibility.gyp:ax_gen', 1683 '../ui/accessibility/accessibility.gyp:ax_gen',
1677 '../ui/base/ui_base.gyp:ui_base', 1684 '../ui/base/ui_base.gyp:ui_base',
1678 '../ui/gfx/gfx.gyp:gfx', 1685 '../ui/gfx/gfx.gyp:gfx',
1679 '../ui/gfx/gfx.gyp:gfx_geometry', 1686 '../ui/gfx/gfx.gyp:gfx_geometry',
1680 '../url/url.gyp:url_lib', 1687 '../url/url.gyp:url_lib',
1681 ], 1688 ],
1682 'include_dirs': [ 1689 'include_dirs': [
1683 '..', 1690 '..',
1684 '<(SHARED_INTERMEDIATE_DIR)', 1691 '<(SHARED_INTERMEDIATE_DIR)',
1685 ], 1692 ],
1686 'direct_dependent_settings': { 1693 'direct_dependent_settings': {
1687 'include_dirs': [ 1694 'include_dirs': [
1688 '<(SHARED_INTERMEDIATE_DIR)', 1695 '<(SHARED_INTERMEDIATE_DIR)',
1689 ], 1696 ],
1690 }, 1697 },
1691 'sources': [ 1698 'sources': [
1692 '<@(chrome_automation_client_lib_sources)', 1699 '<@(chrome_automation_client_lib_sources)',
1693 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_aut omation_extension.cc',
1694 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded_aut omation_extension.h',
1695 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.cc',
1696 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.h',
1697 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_di r.cc',
1698 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_data_di r.h',
1699 ], 1700 ],
1700 'actions': [ 1701 'actions': [
1701 { 1702 {
1702 # GN version: //chrome/test/chromedriver:embed_js_in_cpp
1703 'action_name': 'embed_js_in_cpp', 1703 'action_name': 'embed_js_in_cpp',
1704 'inputs': [ 1704 'inputs': [
1705 'test/chromedriver/cpp_source.py', 1705 'test/chromedriver/cpp_source.py',
1706 'test/chromedriver/embed_js_in_cpp.py', 1706 'test/chromedriver/embed_js_in_cpp.py',
1707 'test/chromedriver/js/add_cookie.js', 1707 'test/chromedriver/js/add_cookie.js',
1708 'test/chromedriver/js/call_function.js', 1708 'test/chromedriver/js/call_function.js',
1709 'test/chromedriver/js/execute_async_script.js', 1709 'test/chromedriver/js/execute_async_script.js',
1710 'test/chromedriver/js/focus.js', 1710 'test/chromedriver/js/focus.js',
1711 'test/chromedriver/js/get_element_region.js', 1711 'test/chromedriver/js/get_element_region.js',
1712 'test/chromedriver/js/is_option_element_toggleable.js', 1712 'test/chromedriver/js/is_option_element_toggleable.js',
1713 ], 1713 ],
1714 'outputs': [ 1714 'outputs': [
1715 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.cc', 1715 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.cc',
1716 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.h', 1716 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/js.h',
1717 ], 1717 ],
1718 'action': [ 'python', 1718 'action': [ 'python',
1719 'test/chromedriver/embed_js_in_cpp.py', 1719 'test/chromedriver/embed_js_in_cpp.py',
1720 '--directory', 1720 '--directory',
1721 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e', 1721 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e',
1722 'test/chromedriver/js/add_cookie.js', 1722 'test/chromedriver/js/add_cookie.js',
1723 'test/chromedriver/js/call_function.js', 1723 'test/chromedriver/js/call_function.js',
1724 'test/chromedriver/js/execute_async_script.js', 1724 'test/chromedriver/js/execute_async_script.js',
1725 'test/chromedriver/js/focus.js', 1725 'test/chromedriver/js/focus.js',
1726 'test/chromedriver/js/get_element_region.js', 1726 'test/chromedriver/js/get_element_region.js',
1727 'test/chromedriver/js/is_option_element_toggleable.js', 1727 'test/chromedriver/js/is_option_element_toggleable.js',
1728 ], 1728 ],
1729 'message': 'Generating sources for embedding js in chromedriver', 1729 'message': 'Generating sources for embedding js in chromedriver',
1730 }, 1730 },
1731 { 1731 {
1732 # GN version: //chrome/test/chromedriver:embed_user_data_dir_in_cpp
1733 'action_name': 'embed_user_data_dir_in_cpp', 1732 'action_name': 'embed_user_data_dir_in_cpp',
1734 'inputs': [ 1733 'inputs': [
1735 'test/chromedriver/cpp_source.py', 1734 'test/chromedriver/cpp_source.py',
1736 'test/chromedriver/embed_user_data_dir_in_cpp.py', 1735 'test/chromedriver/embed_user_data_dir_in_cpp.py',
1737 'test/chromedriver/chrome/preferences.txt', 1736 'test/chromedriver/chrome/preferences.txt',
1738 'test/chromedriver/chrome/local_state.txt', 1737 'test/chromedriver/chrome/local_state.txt',
1739 ], 1738 ],
1740 'outputs': [ 1739 'outputs': [
1741 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_dat a_dir.cc', 1740 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_dat a_dir.cc',
1742 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_dat a_dir.h', 1741 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_dat a_dir.h',
1743 ], 1742 ],
1744 'action': [ 'python', 1743 'action': [ 'python',
1745 'test/chromedriver/embed_user_data_dir_in_cpp.py', 1744 'test/chromedriver/embed_user_data_dir_in_cpp.py',
1746 '--directory', 1745 '--directory',
1747 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e', 1746 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e',
1748 'test/chromedriver/chrome/preferences.txt', 1747 'test/chromedriver/chrome/preferences.txt',
1749 'test/chromedriver/chrome/local_state.txt', 1748 'test/chromedriver/chrome/local_state.txt',
1750 ], 1749 ],
1751 'message': 'Generating sources for embedding user data dir in chromedr iver', 1750 'message': 'Generating sources for embedding user data dir in chromedr iver',
1752 }, 1751 },
1753 { 1752 {
1754 # GN version: //chrome/test/chromedriver:embed_extension_in_cpp
1755 'action_name': 'embed_extension_in_cpp', 1753 'action_name': 'embed_extension_in_cpp',
1756 'inputs': [ 1754 'inputs': [
1757 'test/chromedriver/cpp_source.py', 1755 'test/chromedriver/cpp_source.py',
1758 'test/chromedriver/embed_extension_in_cpp.py', 1756 'test/chromedriver/embed_extension_in_cpp.py',
1759 'test/chromedriver/extension/background.js', 1757 'test/chromedriver/extension/background.js',
1760 'test/chromedriver/extension/manifest.json', 1758 'test/chromedriver/extension/manifest.json',
1761 ], 1759 ],
1762 'outputs': [ 1760 'outputs': [
1763 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded _automation_extension.cc', 1761 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded _automation_extension.cc',
1764 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded _automation_extension.h', 1762 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded _automation_extension.h',
1765 ], 1763 ],
1766 'action': [ 'python', 1764 'action': [ 'python',
1767 'test/chromedriver/embed_extension_in_cpp.py', 1765 'test/chromedriver/embed_extension_in_cpp.py',
1768 '--directory', 1766 '--directory',
1769 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e', 1767 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e',
1770 'test/chromedriver/extension/background.js', 1768 'test/chromedriver/extension/background.js',
1771 'test/chromedriver/extension/manifest.json', 1769 'test/chromedriver/extension/manifest.json',
1772 ], 1770 ],
1773 'message': 'Generating sources for embedding automation extension', 1771 'message': 'Generating sources for embedding automation extension',
1774 }, 1772 },
1775 ], 1773 ],
1776 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1774 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1777 'msvs_disabled_warnings': [ 4267, ], 1775 'msvs_disabled_warnings': [ 4267, ],
1778 }, 1776 },
1779 { 1777 {
1780 # GN version: //chrome/test/chromedriver:lib
1781 'target_name': 'chromedriver_lib', 1778 'target_name': 'chromedriver_lib',
1782 'type': 'static_library', 1779 'type': 'static_library',
1783 'hard_dependency': 1, 1780 'hard_dependency': 1,
1784 'dependencies': [ 1781 'dependencies': [
1785 'automation_client_lib', 1782 'automation_client_lib',
1786 '../base/base.gyp:base', 1783 '../base/base.gyp:base',
1787 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1784 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1788 '../crypto/crypto.gyp:crypto', 1785 '../crypto/crypto.gyp:crypto',
1789 '../net/net.gyp:http_server', 1786 '../net/net.gyp:http_server',
1790 '../net/net.gyp:net', 1787 '../net/net.gyp:net',
1791 '../third_party/zlib/google/zip.gyp:zip', 1788 '../third_party/zlib/google/zip.gyp:zip',
1792 '../ui/base/ui_base.gyp:ui_base', 1789 '../ui/base/ui_base.gyp:ui_base',
1793 '../ui/events/events.gyp:events_base', 1790 '../ui/events/events.gyp:events_base',
1794 '../ui/gfx/gfx.gyp:gfx', 1791 '../ui/gfx/gfx.gyp:gfx',
1795 '../ui/gfx/gfx.gyp:gfx_geometry', 1792 '../ui/gfx/gfx.gyp:gfx_geometry',
1796 ], 1793 ],
1797 'include_dirs': [ 1794 'include_dirs': [
1798 '..', 1795 '..',
1799 ], 1796 ],
1800 'sources': [ 1797 'sources': [
1801 '<@(chrome_driver_lib_sources)', 1798 '<@(chrome_driver_lib_sources)',
1802 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc',
1803 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h',
1804 ], 1799 ],
1805 'actions': [ 1800 'actions': [
1806 { 1801 {
1807 # GN version: //chrome/test/chromedriver:embed_version_in_cpp
1808 'action_name': 'embed_version_in_cpp', 1802 'action_name': 'embed_version_in_cpp',
1809 'inputs': [ 1803 'inputs': [
1810 'test/chromedriver/cpp_source.py', 1804 'test/chromedriver/cpp_source.py',
1811 'test/chromedriver/embed_version_in_cpp.py', 1805 'test/chromedriver/embed_version_in_cpp.py',
1812 'test/chromedriver/VERSION', 1806 'test/chromedriver/VERSION',
1813 ], 1807 ],
1814 'outputs': [ 1808 'outputs': [
1815 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', 1809 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc',
1816 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', 1810 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h',
1817 ], 1811 ],
(...skipping 17 matching lines...) Expand all
1835 'dependencies': [ 1829 'dependencies': [
1836 '../build/linux/system.gyp:x11', 1830 '../build/linux/system.gyp:x11',
1837 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 1831 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1838 ] 1832 ]
1839 }] 1833 }]
1840 ], 1834 ],
1841 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1835 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1842 'msvs_disabled_warnings': [ 4267, ], 1836 'msvs_disabled_warnings': [ 4267, ],
1843 }, 1837 },
1844 { 1838 {
1845 # GN version: //chrome/test/chromedriver
1846 'target_name': 'chromedriver', 1839 'target_name': 'chromedriver',
1847 'type': 'executable', 1840 'type': 'executable',
1848 'dependencies': [ 1841 'dependencies': [
1849 'chromedriver_lib', 1842 'chromedriver_lib',
1850 ], 1843 ],
1851 'include_dirs': [ 1844 'include_dirs': [
1852 '..', 1845 '..',
1853 ], 1846 ],
1854 'sources': [ 1847 'sources': [
1855 'test/chromedriver/server/chromedriver_server.cc', 1848 'test/chromedriver/server/chromedriver_server.cc',
1856 ], 1849 ],
1857 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1850 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1858 'msvs_disabled_warnings': [ 4267, ], 1851 'msvs_disabled_warnings': [ 4267, ],
1859 }, 1852 },
1860 { 1853 {
1861 # GN version: //chrome/test/chromedriver:chromedriver_unittests
1862 'target_name': 'chromedriver_unittests', 1854 'target_name': 'chromedriver_unittests',
1863 'type': 'executable', 1855 'type': 'executable',
1864 'dependencies': [ 1856 'dependencies': [
1865 'chromedriver_lib', 1857 'chromedriver_lib',
1866 '../base/base.gyp:base', 1858 '../base/base.gyp:base',
1867 '../base/base.gyp:run_all_unittests', 1859 '../base/base.gyp:run_all_unittests',
1868 '../net/net.gyp:http_server', 1860 '../net/net.gyp:http_server',
1869 '../net/net.gyp:net', 1861 '../net/net.gyp:net',
1870 '../testing/gtest.gyp:gtest', 1862 '../testing/gtest.gyp:gtest',
1871 '../ui/base/ui_base.gyp:ui_base', 1863 '../ui/base/ui_base.gyp:ui_base',
1872 '../ui/gfx/gfx.gyp:gfx', 1864 '../ui/gfx/gfx.gyp:gfx',
1873 '../ui/gfx/gfx.gyp:gfx_geometry', 1865 '../ui/gfx/gfx.gyp:gfx_geometry',
1874 ], 1866 ],
1875 'include_dirs': [ 1867 'include_dirs': [
1876 '..,' 1868 '..,'
1877 ], 1869 ],
1878 'sources': [ 1870 'sources': [
1879 '<@(chrome_driver_unittests_sources)', 1871 '<@(chrome_driver_unittests_sources)',
1880 ], 1872 ],
1881 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1873 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1882 'msvs_disabled_warnings': [ 4267, ], 1874 'msvs_disabled_warnings': [ 4267, ],
1883 }, 1875 },
1884 # ChromeDriver tests that aren't run on the main buildbot. Available 1876 # ChromeDriver tests that aren't run on the main buildbot. Available
1885 # as an optional test type on trybots. 1877 # as an optional test type on trybots.
1886 { 1878 {
1887 # GN version: //chrome/test/chromedriver:chromedriver_tests
1888 'target_name': 'chromedriver_tests', 1879 'target_name': 'chromedriver_tests',
1889 'type': 'executable', 1880 'type': 'executable',
1890 'dependencies': [ 1881 'dependencies': [
1891 'chromedriver_lib', 1882 'chromedriver_lib',
1892 '../base/base.gyp:base', 1883 '../base/base.gyp:base',
1893 '../base/base.gyp:run_all_unittests', 1884 '../base/base.gyp:run_all_unittests',
1894 '../net/net.gyp:http_server', 1885 '../net/net.gyp:http_server',
1895 '../net/net.gyp:net', 1886 '../net/net.gyp:net',
1896 '../net/net.gyp:net_test_support', 1887 '../net/net.gyp:net_test_support',
1897 '../testing/gtest.gyp:gtest', 1888 '../testing/gtest.gyp:gtest',
(...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after
3168 ['enable_webrtc==1', { 3159 ['enable_webrtc==1', {
3169 'dependencies': [ 3160 'dependencies': [
3170 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3161 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3171 ] 3162 ]
3172 }], 3163 }],
3173 ], 3164 ],
3174 }] 3165 }]
3175 }], 3166 }],
3176 ], # 'conditions' 3167 ], # 'conditions'
3177 } 3168 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gni ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698