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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 958743003: Add chrome driver to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test_audit
Patch Set: Created 5 years, 10 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',
1096 'test/chromedriver/chrome/adb.h', 1090 'test/chromedriver/chrome/adb.h',
1097 'test/chromedriver/chrome/adb_impl.cc', 1091 'test/chromedriver/chrome/adb_impl.cc',
1098 'test/chromedriver/chrome/adb_impl.h', 1092 'test/chromedriver/chrome/adb_impl.h',
1099 'test/chromedriver/chrome/automation_extension.cc', 1093 'test/chromedriver/chrome/automation_extension.cc',
1100 'test/chromedriver/chrome/automation_extension.h', 1094 'test/chromedriver/chrome/automation_extension.h',
1101 'test/chromedriver/chrome/chrome.h', 1095 'test/chromedriver/chrome/chrome.h',
1102 'test/chromedriver/chrome/chrome_android_impl.cc', 1096 'test/chromedriver/chrome/chrome_android_impl.cc',
1103 'test/chromedriver/chrome/chrome_android_impl.h', 1097 'test/chromedriver/chrome/chrome_android_impl.h',
1104 'test/chromedriver/chrome/chrome_desktop_impl.cc', 1098 'test/chromedriver/chrome/chrome_desktop_impl.cc',
1105 'test/chromedriver/chrome/chrome_desktop_impl.h', 1099 'test/chromedriver/chrome/chrome_desktop_impl.h',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 'test/base/chrome_render_view_test.cc', 1188 'test/base/chrome_render_view_test.cc',
1195 'test/base/chrome_render_view_test.h', 1189 'test/base/chrome_render_view_test.h',
1196 'test/perf/browser_perf_test.cc', 1190 'test/perf/browser_perf_test.cc',
1197 'test/perf/browser_perf_test.h', 1191 'test/perf/browser_perf_test.h',
1198 'test/perf/mach_ports_performancetest.cc', 1192 'test/perf/mach_ports_performancetest.cc',
1199 'test/perf/url_parse_perftest.cc', 1193 'test/perf/url_parse_perftest.cc',
1200 ], 1194 ],
1201 'chrome_driver_lib_sources': [ 1195 'chrome_driver_lib_sources': [
1202 '../third_party/webdriver/atoms.cc', 1196 '../third_party/webdriver/atoms.cc',
1203 '../third_party/webdriver/atoms.h', 1197 '../third_party/webdriver/atoms.h',
1204 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc',
1205 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h',
1206 'common/chrome_constants.cc', 1198 'common/chrome_constants.cc',
1207 'common/chrome_constants.h', 1199 'common/chrome_constants.h',
1208 'test/chromedriver/alert_commands.cc', 1200 'test/chromedriver/alert_commands.cc',
1209 'test/chromedriver/alert_commands.h', 1201 'test/chromedriver/alert_commands.h',
1210 'test/chromedriver/basic_types.cc', 1202 'test/chromedriver/basic_types.cc',
1211 'test/chromedriver/basic_types.h', 1203 'test/chromedriver/basic_types.h',
1212 'test/chromedriver/capabilities.cc', 1204 'test/chromedriver/capabilities.cc',
1213 'test/chromedriver/capabilities.h', 1205 'test/chromedriver/capabilities.h',
1214 'test/chromedriver/chrome/browser_info.cc', 1206 'test/chromedriver/chrome/browser_info.cc',
1215 'test/chromedriver/chrome/browser_info.h', 1207 'test/chromedriver/chrome/browser_info.h',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
1664 }, 1656 },
1665 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1657 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1666 'msvs_disabled_warnings': [ 4267, ], 1658 'msvs_disabled_warnings': [ 4267, ],
1667 }], # OS != "win" 1659 }], # OS != "win"
1668 ['enable_app_list==1', { 1660 ['enable_app_list==1', {
1669 'sources': [ '<@(chrome_interactive_ui_test_app_list_sources)' ], 1661 'sources': [ '<@(chrome_interactive_ui_test_app_list_sources)' ],
1670 }], 1662 }],
1671 ], # conditions 1663 ], # conditions
1672 }, 1664 },
1673 { 1665 {
1666 # GN version: //chrome/test/chromedriver:automation_client_lib
1674 'target_name': 'automation_client_lib', 1667 'target_name': 'automation_client_lib',
1675 'type': 'static_library', 1668 'type': 'static_library',
1676 'hard_dependency': 1, 1669 'hard_dependency': 1,
1677 'dependencies': [ 1670 'dependencies': [
1678 '../base/base.gyp:base', 1671 '../base/base.gyp:base',
1679 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1672 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1680 '../net/net.gyp:net', 1673 '../net/net.gyp:net',
1681 '../third_party/zlib/zlib.gyp:minizip', 1674 '../third_party/zlib/zlib.gyp:minizip',
1682 '../third_party/zlib/zlib.gyp:zlib', 1675 '../third_party/zlib/zlib.gyp:zlib',
1683 '../ui/accessibility/accessibility.gyp:ax_gen', 1676 '../ui/accessibility/accessibility.gyp:ax_gen',
1684 '../ui/base/ui_base.gyp:ui_base', 1677 '../ui/base/ui_base.gyp:ui_base',
1685 '../ui/gfx/gfx.gyp:gfx', 1678 '../ui/gfx/gfx.gyp:gfx',
1686 '../ui/gfx/gfx.gyp:gfx_geometry', 1679 '../ui/gfx/gfx.gyp:gfx_geometry',
1687 '../url/url.gyp:url_lib', 1680 '../url/url.gyp:url_lib',
1688 ], 1681 ],
1689 'include_dirs': [ 1682 'include_dirs': [
1690 '..', 1683 '..',
1691 '<(SHARED_INTERMEDIATE_DIR)', 1684 '<(SHARED_INTERMEDIATE_DIR)',
1692 ], 1685 ],
1693 'direct_dependent_settings': { 1686 'direct_dependent_settings': {
1694 'include_dirs': [ 1687 'include_dirs': [
1695 '<(SHARED_INTERMEDIATE_DIR)', 1688 '<(SHARED_INTERMEDIATE_DIR)',
1696 ], 1689 ],
1697 }, 1690 },
1698 'sources': [ 1691 'sources': [
1699 '<@(chrome_automation_client_lib_sources)', 1692 '<@(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',
1700 ], 1699 ],
1701 'actions': [ 1700 'actions': [
1702 { 1701 {
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
1732 'action_name': 'embed_user_data_dir_in_cpp', 1733 'action_name': 'embed_user_data_dir_in_cpp',
1733 'inputs': [ 1734 'inputs': [
1734 'test/chromedriver/cpp_source.py', 1735 'test/chromedriver/cpp_source.py',
1735 'test/chromedriver/embed_user_data_dir_in_cpp.py', 1736 'test/chromedriver/embed_user_data_dir_in_cpp.py',
1736 'test/chromedriver/chrome/preferences.txt', 1737 'test/chromedriver/chrome/preferences.txt',
1737 'test/chromedriver/chrome/local_state.txt', 1738 'test/chromedriver/chrome/local_state.txt',
1738 ], 1739 ],
1739 'outputs': [ 1740 'outputs': [
1740 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_dat a_dir.cc', 1741 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_dat a_dir.cc',
1741 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_dat a_dir.h', 1742 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/user_dat a_dir.h',
1742 ], 1743 ],
1743 'action': [ 'python', 1744 'action': [ 'python',
1744 'test/chromedriver/embed_user_data_dir_in_cpp.py', 1745 'test/chromedriver/embed_user_data_dir_in_cpp.py',
1745 '--directory', 1746 '--directory',
1746 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e', 1747 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e',
1747 'test/chromedriver/chrome/preferences.txt', 1748 'test/chromedriver/chrome/preferences.txt',
1748 'test/chromedriver/chrome/local_state.txt', 1749 'test/chromedriver/chrome/local_state.txt',
1749 ], 1750 ],
1750 'message': 'Generating sources for embedding user data dir in chromedr iver', 1751 'message': 'Generating sources for embedding user data dir in chromedr iver',
1751 }, 1752 },
1752 { 1753 {
1754 # GN version: //chrome/test/chromedriver:embed_extension_in_cpp
1753 'action_name': 'embed_extension_in_cpp', 1755 'action_name': 'embed_extension_in_cpp',
1754 'inputs': [ 1756 'inputs': [
1755 'test/chromedriver/cpp_source.py', 1757 'test/chromedriver/cpp_source.py',
1756 'test/chromedriver/embed_extension_in_cpp.py', 1758 'test/chromedriver/embed_extension_in_cpp.py',
1757 'test/chromedriver/extension/background.js', 1759 'test/chromedriver/extension/background.js',
1758 'test/chromedriver/extension/manifest.json', 1760 'test/chromedriver/extension/manifest.json',
1759 ], 1761 ],
1760 'outputs': [ 1762 'outputs': [
1761 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded _automation_extension.cc', 1763 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded _automation_extension.cc',
1762 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded _automation_extension.h', 1764 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrome/embedded _automation_extension.h',
1763 ], 1765 ],
1764 'action': [ 'python', 1766 'action': [ 'python',
1765 'test/chromedriver/embed_extension_in_cpp.py', 1767 'test/chromedriver/embed_extension_in_cpp.py',
1766 '--directory', 1768 '--directory',
1767 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e', 1769 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/chrom e',
1768 'test/chromedriver/extension/background.js', 1770 'test/chromedriver/extension/background.js',
1769 'test/chromedriver/extension/manifest.json', 1771 'test/chromedriver/extension/manifest.json',
1770 ], 1772 ],
1771 'message': 'Generating sources for embedding automation extension', 1773 'message': 'Generating sources for embedding automation extension',
1772 }, 1774 },
1773 ], 1775 ],
1774 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1776 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1775 'msvs_disabled_warnings': [ 4267, ], 1777 'msvs_disabled_warnings': [ 4267, ],
1776 }, 1778 },
1777 { 1779 {
1780 # GN version: //chrome/test/chromedriver:lib
1778 'target_name': 'chromedriver_lib', 1781 'target_name': 'chromedriver_lib',
1779 'type': 'static_library', 1782 'type': 'static_library',
1780 'hard_dependency': 1, 1783 'hard_dependency': 1,
1781 'dependencies': [ 1784 'dependencies': [
1782 'automation_client_lib', 1785 'automation_client_lib',
1783 '../base/base.gyp:base', 1786 '../base/base.gyp:base',
1784 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1787 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1785 '../crypto/crypto.gyp:crypto', 1788 '../crypto/crypto.gyp:crypto',
1786 '../net/net.gyp:http_server', 1789 '../net/net.gyp:http_server',
1787 '../net/net.gyp:net', 1790 '../net/net.gyp:net',
1788 '../third_party/zlib/google/zip.gyp:zip', 1791 '../third_party/zlib/google/zip.gyp:zip',
1789 '../ui/base/ui_base.gyp:ui_base', 1792 '../ui/base/ui_base.gyp:ui_base',
1790 '../ui/events/events.gyp:events_base', 1793 '../ui/events/events.gyp:events_base',
1791 '../ui/gfx/gfx.gyp:gfx', 1794 '../ui/gfx/gfx.gyp:gfx',
1792 '../ui/gfx/gfx.gyp:gfx_geometry', 1795 '../ui/gfx/gfx.gyp:gfx_geometry',
1793 ], 1796 ],
1794 'include_dirs': [ 1797 'include_dirs': [
1795 '..', 1798 '..',
1796 ], 1799 ],
1797 'sources': [ 1800 'sources': [
1798 '<@(chrome_driver_lib_sources)', 1801 '<@(chrome_driver_lib_sources)',
1802 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc',
1803 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h',
1799 ], 1804 ],
1800 'actions': [ 1805 'actions': [
1801 { 1806 {
1807 # GN version: //chrome/test/chromedriver:embed_version_in_cpp
1802 'action_name': 'embed_version_in_cpp', 1808 'action_name': 'embed_version_in_cpp',
1803 'inputs': [ 1809 'inputs': [
1804 'test/chromedriver/cpp_source.py', 1810 'test/chromedriver/cpp_source.py',
1805 'test/chromedriver/embed_version_in_cpp.py', 1811 'test/chromedriver/embed_version_in_cpp.py',
1806 'test/chromedriver/VERSION', 1812 'test/chromedriver/VERSION',
1807 ], 1813 ],
1808 'outputs': [ 1814 'outputs': [
1809 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', 1815 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc',
1810 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', 1816 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h',
1811 ], 1817 ],
(...skipping 17 matching lines...) Expand all
1829 'dependencies': [ 1835 'dependencies': [
1830 '../build/linux/system.gyp:x11', 1836 '../build/linux/system.gyp:x11',
1831 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 1837 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
1832 ] 1838 ]
1833 }] 1839 }]
1834 ], 1840 ],
1835 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1841 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1836 'msvs_disabled_warnings': [ 4267, ], 1842 'msvs_disabled_warnings': [ 4267, ],
1837 }, 1843 },
1838 { 1844 {
1845 # GN version: //chrome/test/chromedriver
1839 'target_name': 'chromedriver', 1846 'target_name': 'chromedriver',
1840 'type': 'executable', 1847 'type': 'executable',
1841 'dependencies': [ 1848 'dependencies': [
1842 'chromedriver_lib', 1849 'chromedriver_lib',
1843 ], 1850 ],
1844 'include_dirs': [ 1851 'include_dirs': [
1845 '..', 1852 '..',
1846 ], 1853 ],
1847 'sources': [ 1854 'sources': [
1848 'test/chromedriver/server/chromedriver_server.cc', 1855 'test/chromedriver/server/chromedriver_server.cc',
1849 ], 1856 ],
1850 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1857 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1851 'msvs_disabled_warnings': [ 4267, ], 1858 'msvs_disabled_warnings': [ 4267, ],
1852 }, 1859 },
1853 { 1860 {
1861 # GN version: //chrome/test/chromedriver:chromedriver_unittests
1854 'target_name': 'chromedriver_unittests', 1862 'target_name': 'chromedriver_unittests',
1855 'type': 'executable', 1863 'type': 'executable',
1856 'dependencies': [ 1864 'dependencies': [
1857 'chromedriver_lib', 1865 'chromedriver_lib',
1858 '../base/base.gyp:base', 1866 '../base/base.gyp:base',
1859 '../base/base.gyp:run_all_unittests', 1867 '../base/base.gyp:run_all_unittests',
1860 '../net/net.gyp:http_server', 1868 '../net/net.gyp:http_server',
1861 '../net/net.gyp:net', 1869 '../net/net.gyp:net',
1862 '../testing/gtest.gyp:gtest', 1870 '../testing/gtest.gyp:gtest',
1863 '../ui/base/ui_base.gyp:ui_base', 1871 '../ui/base/ui_base.gyp:ui_base',
1864 '../ui/gfx/gfx.gyp:gfx', 1872 '../ui/gfx/gfx.gyp:gfx',
1865 '../ui/gfx/gfx.gyp:gfx_geometry', 1873 '../ui/gfx/gfx.gyp:gfx_geometry',
1866 ], 1874 ],
1867 'include_dirs': [ 1875 'include_dirs': [
1868 '..,' 1876 '..,'
1869 ], 1877 ],
1870 'sources': [ 1878 'sources': [
1871 '<@(chrome_driver_unittests_sources)', 1879 '<@(chrome_driver_unittests_sources)',
1872 ], 1880 ],
1873 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1881 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1874 'msvs_disabled_warnings': [ 4267, ], 1882 'msvs_disabled_warnings': [ 4267, ],
1875 }, 1883 },
1876 # ChromeDriver tests that aren't run on the main buildbot. Available 1884 # ChromeDriver tests that aren't run on the main buildbot. Available
1877 # as an optional test type on trybots. 1885 # as an optional test type on trybots.
1878 { 1886 {
1887 # GN version: //chrome/test/chromedriver:chromedriver_tests
1879 'target_name': 'chromedriver_tests', 1888 'target_name': 'chromedriver_tests',
1880 'type': 'executable', 1889 'type': 'executable',
1881 'dependencies': [ 1890 'dependencies': [
1882 'chromedriver_lib', 1891 'chromedriver_lib',
1883 '../base/base.gyp:base', 1892 '../base/base.gyp:base',
1884 '../base/base.gyp:run_all_unittests', 1893 '../base/base.gyp:run_all_unittests',
1885 '../net/net.gyp:http_server', 1894 '../net/net.gyp:http_server',
1886 '../net/net.gyp:net', 1895 '../net/net.gyp:net',
1887 '../net/net.gyp:net_test_support', 1896 '../net/net.gyp:net_test_support',
1888 '../testing/gtest.gyp:gtest', 1897 '../testing/gtest.gyp:gtest',
(...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after
3159 ['enable_webrtc==1', { 3168 ['enable_webrtc==1', {
3160 'dependencies': [ 3169 'dependencies': [
3161 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3170 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3162 ] 3171 ]
3163 }], 3172 }],
3164 ], 3173 ],
3165 }] 3174 }]
3166 }], 3175 }],
3167 ], # 'conditions' 3176 ], # 'conditions'
3168 } 3177 }
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