Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 54 ], | 54 ], |
| 55 }, | 55 }, |
| 56 'targets': [ | 56 'targets': [ |
| 57 { | 57 { |
| 58 # TODO(mark): It would be better if each static library that needed | 58 # TODO(mark): It would be better if each static library that needed |
| 59 # to run grit would list its own .grd files, but unfortunately some | 59 # to run grit would list its own .grd files, but unfortunately some |
| 60 # of the static libraries currently have circular dependencies among | 60 # of the static libraries currently have circular dependencies among |
| 61 # generated headers. | 61 # generated headers. |
| 62 'target_name': 'chrome_resources', | 62 'target_name': 'chrome_resources', |
| 63 'type': 'none', | 63 'type': 'none', |
| 64 'msvs_guid': 'B95AB527-F7DB-41E9-AD91-EB51EE0F56BE', | |
| 65 'msvs_existing_vcproj': 'app/chrome_resources.vcproj', | |
| 64 'rules': [ | 66 'rules': [ |
| 65 { | 67 { |
| 66 'rule_name': 'grit', | 68 'rule_name': 'grit', |
| 67 'extension': 'grd', | 69 'extension': 'grd', |
| 68 'variables': { | 70 'variables': { |
| 69 'conditions': [ | 71 'conditions': [ |
| 70 ['branding=="Chrome"', { | 72 ['branding=="Chrome"', { |
| 71 # TODO(mmoss) The .grd files look for _google_chrome, but for | 73 # TODO(mmoss) The .grd files look for _google_chrome, but for |
| 72 # consistency they should look for GOOGLE_CHROME_BUILD like C++. | 74 # consistency they should look for GOOGLE_CHROME_BUILD like C++. |
| 73 # Clean this up when Windows moves to gyp. | 75 # Clean this up when Windows moves to gyp. |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 112 }], | 114 }], |
| 113 ], | 115 ], |
| 114 }, | 116 }, |
| 115 { | 117 { |
| 116 # TODO(mark): It would be better if each static library that needed | 118 # TODO(mark): It would be better if each static library that needed |
| 117 # to run grit would list its own .grd files, but unfortunately some | 119 # to run grit would list its own .grd files, but unfortunately some |
| 118 # of the static libraries currently have circular dependencies among | 120 # of the static libraries currently have circular dependencies among |
| 119 # generated headers. | 121 # generated headers. |
| 120 'target_name': 'chrome_strings', | 122 'target_name': 'chrome_strings', |
| 121 'type': 'none', | 123 'type': 'none', |
| 124 'msvs_guid': 'D9DDAF60-663F-49CC-90DC-3D08CC3D1B28', | |
| 125 'msvs_existing_vcproj': 'app/chrome_strings.vcproj', | |
| 122 'rules': [ | 126 'rules': [ |
| 123 { | 127 { |
| 124 'rule_name': 'grit', | 128 'rule_name': 'grit', |
| 125 'extension': 'grd', | 129 'extension': 'grd', |
| 126 'variables': { | 130 'variables': { |
| 127 'conditions': [ | 131 'conditions': [ |
| 128 ['branding=="Chrome"', { | 132 ['branding=="Chrome"', { |
| 129 # TODO(mmoss) The .grd files look for _google_chrome, but for | 133 # TODO(mmoss) The .grd files look for _google_chrome, but for |
| 130 # consistency they should look for GOOGLE_CHROME_BUILD like C++. | 134 # consistency they should look for GOOGLE_CHROME_BUILD like C++. |
| 131 # Clean this up when Windows moves to gyp. | 135 # Clean this up when Windows moves to gyp. |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 214 }, | 218 }, |
| 215 'conditions': [ | 219 'conditions': [ |
| 216 ['OS=="win"', { | 220 ['OS=="win"', { |
| 217 'dependencies': ['../build/win/system.gyp:cygwin'], | 221 'dependencies': ['../build/win/system.gyp:cygwin'], |
| 218 }], | 222 }], |
| 219 ], | 223 ], |
| 220 }, | 224 }, |
| 221 { | 225 { |
| 222 'target_name': 'common', | 226 'target_name': 'common', |
| 223 'type': '<(library)', | 227 'type': '<(library)', |
| 228 'msvs_guid': '899F1280-3441-4D1F-BA04-CCD6208D9146', | |
| 229 'msvs_existing_vcproj': 'common/common.vcproj', | |
| 224 'dependencies': [ | 230 'dependencies': [ |
| 225 'chrome_resources', | 231 'chrome_resources', |
| 226 'chrome_strings', | 232 'chrome_strings', |
| 227 'theme_resources', | 233 'theme_resources', |
| 228 '../app/app.gyp:app_base', | 234 '../app/app.gyp:app_base', |
| 229 '../base/base.gyp:base', | 235 '../base/base.gyp:base', |
| 230 '../base/base.gyp:base_gfx', | 236 '../base/base.gyp:base_gfx', |
| 231 '../build/temp_gyp/googleurl.gyp:googleurl', | 237 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 232 '../net/net.gyp:net', | 238 '../net/net.gyp:net', |
| 233 '../skia/skia.gyp:skia', | 239 '../skia/skia.gyp:skia', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 474 'sources!': [ | 480 'sources!': [ |
| 475 'common/gfx/emf.cc', | 481 'common/gfx/emf.cc', |
| 476 'common/classfactory.cc', | 482 'common/classfactory.cc', |
| 477 ], | 483 ], |
| 478 }], | 484 }], |
| 479 ], | 485 ], |
| 480 }, | 486 }, |
| 481 { | 487 { |
| 482 'target_name': 'browser', | 488 'target_name': 'browser', |
| 483 'type': '<(library)', | 489 'type': '<(library)', |
| 490 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | |
| 491 'msvs_existing_vcproj': 'browser/browser.vcproj', | |
| 484 'dependencies': [ | 492 'dependencies': [ |
| 485 'common', | 493 'common', |
| 486 'chrome_resources', | 494 'chrome_resources', |
| 487 'chrome_strings', | 495 'chrome_strings', |
| 488 'theme_resources', | 496 'theme_resources', |
| 489 '../app/app.gyp:app_resources', | 497 '../app/app.gyp:app_resources', |
| 490 '../media/media.gyp:media', | 498 '../media/media.gyp:media', |
| 491 '../net/net.gyp:net_resources', | 499 '../net/net.gyp:net_resources', |
| 492 '../skia/skia.gyp:skia', | 500 '../skia/skia.gyp:skia', |
| 493 '../third_party/icu38/icu38.gyp:icui18n', | 501 '../third_party/icu38/icu38.gyp:icui18n', |
| (...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1642 ], | 1650 ], |
| 1643 'include_dirs': [ | 1651 'include_dirs': [ |
| 1644 'third_party/wtl/include', | 1652 'third_party/wtl/include', |
| 1645 ], | 1653 ], |
| 1646 'dependencies': [ | 1654 'dependencies': [ |
| 1647 '../google_update/google_update.gyp:google_update', | 1655 '../google_update/google_update.gyp:google_update', |
| 1648 'installer/installer.gyp:installer_util', | 1656 'installer/installer.gyp:installer_util', |
| 1649 '../printing/printing.gyp:printing', | 1657 '../printing/printing.gyp:printing', |
| 1650 '../views/views.gyp:views', | 1658 '../views/views.gyp:views', |
| 1651 '../gears/gears.gyp:gears', | 1659 '../gears/gears.gyp:gears', |
| 1660 'browser_views', | |
| 1652 ], | 1661 ], |
| 1653 'export_dependent_settings': [ | 1662 'export_dependent_settings': [ |
| 1654 '../views/views.gyp:views', | 1663 '../views/views.gyp:views', |
| 1655 ], | 1664 ], |
| 1656 'sources': [ | 1665 'sources': [ |
| 1657 # Using built-in rule in vstudio for midl. | 1666 # Using built-in rule in vstudio for midl. |
| 1658 'browser/history/history_indexer.idl', | 1667 'browser/history/history_indexer.idl', |
| 1659 ], | 1668 ], |
| 1660 'sources!': [ | 1669 'sources!': [ |
| 1661 'browser/history/history_publisher_none.cc', | 1670 'browser/history/history_publisher_none.cc', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1815 'browser/shell_integration.cc', | 1824 'browser/shell_integration.cc', |
| 1816 'browser/tab_contents/web_drag_source.cc', | 1825 'browser/tab_contents/web_drag_source.cc', |
| 1817 'browser/tab_contents/web_drop_target.cc', | 1826 'browser/tab_contents/web_drop_target.cc', |
| 1818 ], | 1827 ], |
| 1819 }], | 1828 }], |
| 1820 ], | 1829 ], |
| 1821 }, | 1830 }, |
| 1822 { | 1831 { |
| 1823 'target_name': 'debugger', | 1832 'target_name': 'debugger', |
| 1824 'type': '<(library)', | 1833 'type': '<(library)', |
| 1834 'msvs_guid': '57823D8C-A317-4713-9125-2C91FDFD12D6', | |
| 1835 'msvs_existing_vcproj': 'browser/debugger/debugger.vcproj', | |
| 1825 'dependencies': [ | 1836 'dependencies': [ |
| 1826 'chrome_resources', | 1837 'chrome_resources', |
| 1827 'theme_resources', | 1838 'theme_resources', |
| 1828 '../skia/skia.gyp:skia', | 1839 '../skia/skia.gyp:skia', |
| 1829 '../third_party/icu38/icu38.gyp:icui18n', | 1840 '../third_party/icu38/icu38.gyp:icui18n', |
| 1830 '../third_party/icu38/icu38.gyp:icuuc', | 1841 '../third_party/icu38/icu38.gyp:icuuc', |
| 1831 ], | 1842 ], |
| 1832 'include_dirs': [ | 1843 'include_dirs': [ |
| 1833 '..', | 1844 '..', |
| 1834 ], | 1845 ], |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1884 'sources!': [ | 1895 'sources!': [ |
| 1885 'browser/debugger/debugger_view.cc', | 1896 'browser/debugger/debugger_view.cc', |
| 1886 'browser/debugger/debugger_window.cc', | 1897 'browser/debugger/debugger_window.cc', |
| 1887 ], | 1898 ], |
| 1888 }], | 1899 }], |
| 1889 ], | 1900 ], |
| 1890 }, | 1901 }, |
| 1891 { | 1902 { |
| 1892 'target_name': 'plugin', | 1903 'target_name': 'plugin', |
| 1893 'type': '<(library)', | 1904 'type': '<(library)', |
| 1905 'msvs_guid': '20A560A0-2CD0-4D9E-A58B-1F24B99C087A', | |
| 1906 'msvs_existing_vcproj': 'plugin/plugin.vcproj', | |
| 1894 'dependencies': [ | 1907 'dependencies': [ |
| 1895 'common', | 1908 'common', |
| 1896 'chrome_resources', | 1909 'chrome_resources', |
| 1897 'chrome_strings', | 1910 'chrome_strings', |
| 1898 '../media/media.gyp:media', | 1911 '../media/media.gyp:media', |
| 1899 '../skia/skia.gyp:skia', | 1912 '../skia/skia.gyp:skia', |
| 1900 '../third_party/icu38/icu38.gyp:icui18n', | 1913 '../third_party/icu38/icu38.gyp:icui18n', |
| 1901 '../third_party/icu38/icu38.gyp:icuuc', | 1914 '../third_party/icu38/icu38.gyp:icuuc', |
| 1902 '../third_party/libxml/libxml.gyp:libxml', | 1915 '../third_party/libxml/libxml.gyp:libxml', |
| 1903 '../third_party/npapi/npapi.gyp:npapi', | 1916 '../third_party/npapi/npapi.gyp:npapi', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1950 ], | 1963 ], |
| 1951 'include_dirs': [ | 1964 'include_dirs': [ |
| 1952 'third_party/wtl/include', | 1965 'third_party/wtl/include', |
| 1953 ], | 1966 ], |
| 1954 },], | 1967 },], |
| 1955 ], | 1968 ], |
| 1956 }, | 1969 }, |
| 1957 { | 1970 { |
| 1958 'target_name': 'renderer', | 1971 'target_name': 'renderer', |
| 1959 'type': '<(library)', | 1972 'type': '<(library)', |
| 1973 'msvs_guid': '9301A569-5D2B-4D11-9332-B1E30AEACB8D', | |
| 1974 'msvs_existing_vcproj': 'renderer/renderer.vcproj', | |
| 1960 'dependencies': [ | 1975 'dependencies': [ |
| 1961 'common', | 1976 'common', |
| 1962 'plugin', | 1977 'plugin', |
| 1963 'chrome_resources', | 1978 'chrome_resources', |
| 1964 'chrome_strings', | 1979 'chrome_strings', |
| 1965 '../printing/printing.gyp:printing', | 1980 '../printing/printing.gyp:printing', |
| 1966 '../skia/skia.gyp:skia', | 1981 '../skia/skia.gyp:skia', |
| 1967 '../third_party/icu38/icu38.gyp:icui18n', | 1982 '../third_party/icu38/icu38.gyp:icui18n', |
| 1968 '../third_party/icu38/icu38.gyp:icuuc', | 1983 '../third_party/icu38/icu38.gyp:icuuc', |
| 1969 '../third_party/npapi/npapi.gyp:npapi', | 1984 '../third_party/npapi/npapi.gyp:npapi', |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2091 'sources!': [ | 2106 'sources!': [ |
| 2092 'renderer/webworker_proxy.cc', | 2107 'renderer/webworker_proxy.cc', |
| 2093 'renderer/webworker_proxy.h', | 2108 'renderer/webworker_proxy.h', |
| 2094 ], | 2109 ], |
| 2095 },], | 2110 },], |
| 2096 ], | 2111 ], |
| 2097 }, | 2112 }, |
| 2098 { | 2113 { |
| 2099 'target_name': 'utility', | 2114 'target_name': 'utility', |
| 2100 'type': '<(library)', | 2115 'type': '<(library)', |
| 2116 'msvs_guid': '4D2B38E6-65FF-4F97-B88A-E441DF54EBF7', | |
| 2117 'msvs_existing_vcproj': 'utility/utility.vcproj', | |
| 2101 'dependencies': [ | 2118 'dependencies': [ |
| 2102 '../base/base.gyp:base', | 2119 '../base/base.gyp:base', |
| 2103 '../skia/skia.gyp:skia', | 2120 '../skia/skia.gyp:skia', |
| 2104 ], | 2121 ], |
| 2105 'sources': [ | 2122 'sources': [ |
| 2106 'tools/build/win/precompiled.cc', | 2123 'tools/build/win/precompiled.cc', |
| 2107 'tools/build/win/precompiled.h', | 2124 'tools/build/win/precompiled.h', |
| 2108 | 2125 |
| 2109 'utility/utility_main.cc', | 2126 'utility/utility_main.cc', |
| 2110 'utility/utility_thread.cc', | 2127 'utility/utility_thread.cc', |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 2124 'dependencies': [ | 2141 'dependencies': [ |
| 2125 '../build/linux/system.gyp:gtk', | 2142 '../build/linux/system.gyp:gtk', |
| 2126 ], | 2143 ], |
| 2127 }], | 2144 }], |
| 2128 ], | 2145 ], |
| 2129 }, | 2146 }, |
| 2130 { | 2147 { |
| 2131 'target_name': 'app', | 2148 'target_name': 'app', |
| 2132 'type': 'executable', | 2149 'type': 'executable', |
| 2133 'mac_bundle': 1, | 2150 'mac_bundle': 1, |
| 2151 'msvs_guid': '7B219FAA-E360-43C8-B341-804A94EEFFAC', | |
| 2152 'msvs_existing_vcproj': 'app/chrome_exe.vcproj', | |
| 2134 'sources': [ | 2153 'sources': [ |
| 2135 # All .cc, .h, .m, and .mm files under app except for tests. | 2154 # All .cc, .h, .m, and .mm files under app except for tests. |
| 2136 'app/breakpad_win.cc', | 2155 'app/breakpad_win.cc', |
| 2137 'app/breakpad_win.h', | 2156 'app/breakpad_win.h', |
| 2138 'app/breakpad_mac.mm', | 2157 'app/breakpad_mac.mm', |
| 2139 'app/breakpad_mac.h', | 2158 'app/breakpad_mac.h', |
| 2140 'app/chrome_exe_main.cc', | 2159 'app/chrome_exe_main.cc', |
| 2141 'app/chrome_exe_main.mm', | 2160 'app/chrome_exe_main.mm', |
| 2142 'app/chrome_exe_main_gtk.cc', | 2161 'app/chrome_exe_main_gtk.cc', |
| 2143 'app/chrome_exe_resource.h', | 2162 'app/chrome_exe_resource.h', |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2609 'app/chrome_exe_main.cc', | 2628 'app/chrome_exe_main.cc', |
| 2610 'app/client_util.cc', | 2629 'app/client_util.cc', |
| 2611 'app/google_update_client.cc', | 2630 'app/google_update_client.cc', |
| 2612 ] | 2631 ] |
| 2613 }], | 2632 }], |
| 2614 ], | 2633 ], |
| 2615 }, | 2634 }, |
| 2616 { | 2635 { |
| 2617 'target_name': 'image_diff', | 2636 'target_name': 'image_diff', |
| 2618 'type': 'executable', | 2637 'type': 'executable', |
| 2638 'msvs_guid': '50B079C7-CD01-42D3-B8C4-9F8D9322E822', | |
| 2639 'msvs_existing_vcproj': 'tools/test/image_diff/image_diff.vcproj', | |
| 2619 'dependencies': [ | 2640 'dependencies': [ |
| 2620 '../base/base.gyp:base', | 2641 '../base/base.gyp:base', |
| 2621 '../base/base.gyp:base_gfx', | 2642 '../base/base.gyp:base_gfx', |
| 2622 ], | 2643 ], |
| 2623 'sources': [ | 2644 'sources': [ |
| 2624 'tools/test/image_diff/image_diff.cc', | 2645 'tools/test/image_diff/image_diff.cc', |
| 2625 ], | 2646 ], |
| 2626 }, | 2647 }, |
| 2627 { | 2648 { |
| 2628 # This target contains mocks and test utilities that don't belong in | 2649 # This target contains mocks and test utilities that don't belong in |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2781 # test/unit/chrome_test_suite.h | 2802 # test/unit/chrome_test_suite.h |
| 2782 # gtk/gtk.h | 2803 # gtk/gtk.h |
| 2783 '../build/linux/system.gyp:gtk', | 2804 '../build/linux/system.gyp:gtk', |
| 2784 ], | 2805 ], |
| 2785 }], | 2806 }], |
| 2786 ], | 2807 ], |
| 2787 }, | 2808 }, |
| 2788 { | 2809 { |
| 2789 'target_name': 'ipc_tests', | 2810 'target_name': 'ipc_tests', |
| 2790 'type': 'executable', | 2811 'type': 'executable', |
| 2812 'msvs_guid': 'B92AE829-E1CD-4781-824A-DCB1603A1672', | |
| 2813 'msvs_existing_vcproj': 'common/ipc_tests.vcproj', | |
| 2791 'dependencies': [ | 2814 'dependencies': [ |
| 2792 'common', | 2815 'common', |
| 2793 'test_support_unit', | 2816 'test_support_unit', |
| 2794 '../base/base.gyp:base', | 2817 '../base/base.gyp:base', |
| 2795 '../testing/gtest.gyp:gtest', | 2818 '../testing/gtest.gyp:gtest', |
| 2796 ], | 2819 ], |
| 2797 'sources': [ | 2820 'sources': [ |
| 2798 'common/ipc_fuzzing_tests.cc', | 2821 'common/ipc_fuzzing_tests.cc', |
| 2799 'common/ipc_send_fds_test.cc', | 2822 'common/ipc_send_fds_test.cc', |
| 2800 'common/ipc_tests.cc', | 2823 'common/ipc_tests.cc', |
| 2801 'common/ipc_tests.h', | 2824 'common/ipc_tests.h', |
| 2802 ], | 2825 ], |
| 2803 'conditions': [ | 2826 'conditions': [ |
| 2804 ['OS=="linux"', { | 2827 ['OS=="linux"', { |
| 2805 'dependencies': [ | 2828 'dependencies': [ |
| 2806 '../build/linux/system.gyp:gtk', | 2829 '../build/linux/system.gyp:gtk', |
| 2807 ], | 2830 ], |
| 2808 }], | 2831 }], |
| 2809 ['OS=="linux" and toolkit_views==1', { | 2832 ['OS=="linux" and toolkit_views==1', { |
| 2810 'dependencies': [ | 2833 'dependencies': [ |
| 2811 '../views/views.gyp:views', | 2834 '../views/views.gyp:views', |
| 2812 ], | 2835 ], |
| 2813 }], | 2836 }], |
| 2814 ], | 2837 ], |
| 2815 }, | 2838 }, |
| 2816 { | 2839 { |
| 2817 'target_name': 'ui_tests', | 2840 'target_name': 'ui_tests', |
| 2818 'type': 'executable', | 2841 'type': 'executable', |
| 2842 'msvs_guid': '76235B67-1C27-4627-8A33-4B2E1EF93EDE', | |
| 2843 'msvs_existing_vcproj': 'test/ui/ui_tests.vcproj', | |
| 2819 'dependencies': [ | 2844 'dependencies': [ |
| 2820 'app', | 2845 'app', |
| 2821 'browser', | 2846 'browser', |
| 2822 'common', | 2847 'common', |
| 2823 'chrome_resources', | 2848 'chrome_resources', |
| 2824 'chrome_strings', | 2849 'chrome_strings', |
| 2825 'test_support_ui', | 2850 'test_support_ui', |
| 2826 '../base/base.gyp:base', | 2851 '../base/base.gyp:base', |
| 2827 '../net/net.gyp:net', | 2852 '../net/net.gyp:net', |
| 2828 '../build/temp_gyp/googleurl.gyp:googleurl', | 2853 '../build/temp_gyp/googleurl.gyp:googleurl', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2964 'test/ui/sunspider_uitest.cc', | 2989 'test/ui/sunspider_uitest.cc', |
| 2965 'test/ui/v8_benchmark_uitest.cc', | 2990 'test/ui/v8_benchmark_uitest.cc', |
| 2966 'worker/worker_uitest.cc', | 2991 'worker/worker_uitest.cc', |
| 2967 ], | 2992 ], |
| 2968 }], | 2993 }], |
| 2969 ], | 2994 ], |
| 2970 }, | 2995 }, |
| 2971 { | 2996 { |
| 2972 'target_name': 'unit_tests', | 2997 'target_name': 'unit_tests', |
| 2973 'type': 'executable', | 2998 'type': 'executable', |
| 2999 'msvs_guid': 'ECFC2BEC-9FC0-4AD9-9649-5F26793F65FC', | |
| 3000 'msvs_existing_vcproj': 'test/unit/unittests.vcproj', | |
| 2974 'dependencies': [ | 3001 'dependencies': [ |
| 2975 'app', | 3002 'app', |
| 2976 'browser', | 3003 'browser', |
| 2977 'common', | 3004 'common', |
| 2978 'debugger', | 3005 'debugger', |
| 2979 'renderer', | 3006 'renderer', |
| 2980 'utility', | 3007 'utility', |
| 2981 'chrome_resources', | 3008 'chrome_resources', |
| 2982 'chrome_strings', | 3009 'chrome_strings', |
| 2983 'test_support_unit', | 3010 'test_support_unit', |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3321 '../views/focus/focus_manager_unittest.cc', | 3348 '../views/focus/focus_manager_unittest.cc', |
| 3322 '../views/grid_layout_unittest.cc', | 3349 '../views/grid_layout_unittest.cc', |
| 3323 '../views/view_unittest.cc', | 3350 '../views/view_unittest.cc', |
| 3324 ], | 3351 ], |
| 3325 }], | 3352 }], |
| 3326 ], | 3353 ], |
| 3327 }, | 3354 }, |
| 3328 { | 3355 { |
| 3329 'target_name': 'startup_tests', | 3356 'target_name': 'startup_tests', |
| 3330 'type': 'executable', | 3357 'type': 'executable', |
| 3358 'msvs_guid': 'D3E6C0FD-54C7-4FF2-9AE1-72F2DAFD820C', | |
| 3359 'msvs_existing_vcproj': 'test/startup/startup_tests.vcproj', | |
| 3331 'dependencies': [ | 3360 'dependencies': [ |
| 3332 'app', | 3361 'app', |
| 3333 'browser', | 3362 'browser', |
| 3334 'common', | 3363 'common', |
| 3335 'chrome_resources', | 3364 'chrome_resources', |
| 3336 'chrome_strings', | 3365 'chrome_strings', |
| 3337 'test_support_ui', | 3366 'test_support_ui', |
| 3338 '../base/base.gyp:base', | 3367 '../base/base.gyp:base', |
| 3339 '../skia/skia.gyp:skia', | 3368 '../skia/skia.gyp:skia', |
| 3340 '../testing/gtest.gyp:gtest', | 3369 '../testing/gtest.gyp:gtest', |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 3354 ['OS=="linux" and toolkit_views==1', { | 3383 ['OS=="linux" and toolkit_views==1', { |
| 3355 'dependencies': [ | 3384 'dependencies': [ |
| 3356 '../views/views.gyp:views', | 3385 '../views/views.gyp:views', |
| 3357 ], | 3386 ], |
| 3358 }], | 3387 }], |
| 3359 ], | 3388 ], |
| 3360 }, | 3389 }, |
| 3361 { | 3390 { |
| 3362 'target_name': 'page_cycler_tests', | 3391 'target_name': 'page_cycler_tests', |
| 3363 'type': 'executable', | 3392 'type': 'executable', |
| 3393 'msvs_guid': 'C9E0BD1D-B175-4A91-8380-3FDC81FAB9D7', | |
| 3394 'msvs_existing_vcproj': 'test/page_cycler/page_cycler_tests.vcproj', | |
| 3364 'dependencies': [ | 3395 'dependencies': [ |
| 3365 'app', | 3396 'app', |
| 3366 'chrome_resources', | 3397 'chrome_resources', |
| 3367 'chrome_strings', | 3398 'chrome_strings', |
| 3368 'test_support_common', | 3399 'test_support_common', |
| 3369 'test_support_ui', | 3400 'test_support_ui', |
| 3370 '../base/base.gyp:base', | 3401 '../base/base.gyp:base', |
| 3371 '../skia/skia.gyp:skia', | 3402 '../skia/skia.gyp:skia', |
| 3372 '../testing/gtest.gyp:gtest', | 3403 '../testing/gtest.gyp:gtest', |
| 3373 ], | 3404 ], |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3422 }, { | 3453 }, { |
| 3423 'variables': { | 3454 'variables': { |
| 3424 'linux_breakpad%': 0, | 3455 'linux_breakpad%': 0, |
| 3425 }, | 3456 }, |
| 3426 }], | 3457 }], |
| 3427 ], | 3458 ], |
| 3428 'targets': [ | 3459 'targets': [ |
| 3429 { | 3460 { |
| 3430 'target_name': 'convert_dict', | 3461 'target_name': 'convert_dict', |
| 3431 'type': 'executable', | 3462 'type': 'executable', |
| 3463 'msvs_guid': '42ECD5EC-722F-41DE-B6B8-83764C8016DF', | |
| 3464 'msvs_existing_vcproj': 'tools/convert_dict/convert_dict.vcproj', | |
| 3432 'dependencies': [ | 3465 'dependencies': [ |
| 3433 '../base/base.gyp:base', | 3466 '../base/base.gyp:base', |
| 3434 'third_party/hunspell/hunspell.gyp:hunspell', | 3467 'third_party/hunspell/hunspell.gyp:hunspell', |
| 3435 ], | 3468 ], |
| 3436 'sources': [ | 3469 'sources': [ |
| 3437 'tools/convert_dict/aff_reader.cc', | 3470 'tools/convert_dict/aff_reader.cc', |
| 3438 'tools/convert_dict/aff_reader.h', | 3471 'tools/convert_dict/aff_reader.h', |
| 3439 'tools/convert_dict/convert_dict.cc', | 3472 'tools/convert_dict/convert_dict.cc', |
| 3440 'tools/convert_dict/dic_reader.cc', | 3473 'tools/convert_dict/dic_reader.cc', |
| 3441 'tools/convert_dict/dic_reader.h', | 3474 'tools/convert_dict/dic_reader.h', |
| 3442 'tools/convert_dict/hunspell_reader.cc', | 3475 'tools/convert_dict/hunspell_reader.cc', |
| 3443 'tools/convert_dict/hunspell_reader.h', | 3476 'tools/convert_dict/hunspell_reader.h', |
| 3444 ], | 3477 ], |
| 3445 }, | 3478 }, |
| 3446 { | 3479 { |
| 3447 'target_name': 'flush_cache', | 3480 'target_name': 'flush_cache', |
| 3448 'type': 'executable', | 3481 'type': 'executable', |
| 3482 'msvs_guid': '4539AFB3-B8DC-47F3-A491-6DAC8FD26657', | |
| 3483 'msvs_existing_vcproj': 'tools/perf/flush_cache/flush_cache.vcproj', | |
| 3449 'dependencies': [ | 3484 'dependencies': [ |
| 3450 '../base/base.gyp:base', | 3485 '../base/base.gyp:base', |
| 3451 ], | 3486 ], |
| 3452 'sources': [ | 3487 'sources': [ |
| 3453 'tools/perf/flush_cache/flush_cache.cc', | 3488 'tools/perf/flush_cache/flush_cache.cc', |
| 3454 ], | 3489 ], |
| 3455 }, | 3490 }, |
| 3456 ], | 3491 ], |
| 3457 }], | 3492 }], |
| 3458 ['OS=="mac"', | 3493 ['OS=="mac"', |
| (...skipping 26 matching lines...) Expand all Loading... | |
| 3485 'action': ['<(build_app_dmg_script_path)', '<@(branding)'], | 3520 'action': ['<(build_app_dmg_script_path)', '<@(branding)'], |
| 3486 }, | 3521 }, |
| 3487 ], # 'actions' | 3522 ], # 'actions' |
| 3488 }, | 3523 }, |
| 3489 ] | 3524 ] |
| 3490 }, { # else: OS != "mac" | 3525 }, { # else: OS != "mac" |
| 3491 'targets': [ | 3526 'targets': [ |
| 3492 { | 3527 { |
| 3493 'target_name': 'perf_tests', | 3528 'target_name': 'perf_tests', |
| 3494 'type': 'executable', | 3529 'type': 'executable', |
| 3530 'msvs_guid': '9055E088-25C6-47FD-87D5-D9DD9FD75C9F', | |
| 3531 'msvs_existing_vcproj': 'test/perf/perftests.vcproj', | |
| 3495 'dependencies': [ | 3532 'dependencies': [ |
| 3496 'browser', | 3533 'browser', |
| 3497 'common', | 3534 'common', |
| 3498 'debugger', | 3535 'debugger', |
| 3499 'renderer', | 3536 'renderer', |
| 3500 'chrome_resources', | 3537 'chrome_resources', |
| 3501 'chrome_strings', | 3538 'chrome_strings', |
| 3502 '../base/base.gyp:base', | 3539 '../base/base.gyp:base', |
| 3503 '../base/base.gyp:test_support_base', | 3540 '../base/base.gyp:test_support_base', |
| 3504 '../skia/skia.gyp:skia', | 3541 '../skia/skia.gyp:skia', |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3582 '../courgette/courgette.gyp:*', | 3619 '../courgette/courgette.gyp:*', |
| 3583 '../gears/gears.gyp:*', | 3620 '../gears/gears.gyp:*', |
| 3584 '../rlz/rlz.gyp:*', | 3621 '../rlz/rlz.gyp:*', |
| 3585 '../sandbox/sandbox.gyp:*', | 3622 '../sandbox/sandbox.gyp:*', |
| 3586 '../tools/memory_watcher/memory_watcher.gyp:*', | 3623 '../tools/memory_watcher/memory_watcher.gyp:*', |
| 3587 '../webkit/activex_shim/activex_shim.gyp:*', | 3624 '../webkit/activex_shim/activex_shim.gyp:*', |
| 3588 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', | 3625 '../webkit/activex_shim_dll/activex_shim_dll.gyp:*', |
| 3589 ], | 3626 ], |
| 3590 }, | 3627 }, |
| 3591 { | 3628 { |
| 3629 'target_name': 'browser_views', | |
|
sgk
2009/06/02 07:33:47
This fits a little more naturally up underneath 'b
| |
| 3630 'type': '<(library)', | |
| 3631 'msvs_guid': 'FA537565-7B03-4FFC-AF15-F7A979B72E22', | |
| 3632 'msvs_existing_vcproj': 'browser/views/browser_views.vcproj', | |
| 3633 }, | |
| 3634 { | |
| 3635 'target_name': 'tcmalloc', | |
| 3636 'type': '<(library)', | |
| 3637 'msvs_guid': 'C564F145-9172-42C3-BFCB-60FDEA124321', | |
| 3638 'msvs_existing_vcproj': '../third_party/tcmalloc/tcmalloc.vcproj', | |
| 3639 }, | |
| 3640 { | |
| 3592 'target_name': 'chrome_dll', | 3641 'target_name': 'chrome_dll', |
| 3593 'type': 'shared_library', | 3642 'type': 'shared_library', |
| 3594 'product_name': 'chrome', | 3643 'product_name': 'chrome', |
| 3644 'msvs_guid': 'C0A7EE2C-2A6D-45BE-BA78-6D006FDF52D9', | |
| 3645 'msvs_existing_vcproj': 'app/chrome_dll.vcproj', | |
| 3595 'include_dirs': [ | 3646 'include_dirs': [ |
| 3596 'third_party/wtl/include', | 3647 'third_party/wtl/include', |
| 3597 ], | 3648 ], |
| 3598 'dependencies': [ | 3649 'dependencies': [ |
| 3599 # On Windows, link the dependencies (libraries) that make | 3650 # On Windows, link the dependencies (libraries) that make |
| 3600 # up actual Chromium functionality into this .dll. | 3651 # up actual Chromium functionality into this .dll. |
| 3601 '<@(chromium_dependencies)', | 3652 '<@(chromium_dependencies)', |
| 3602 'chrome_resources', | 3653 'chrome_resources', |
| 3603 'installer/installer.gyp:installer_util_strings', | 3654 'installer/installer.gyp:installer_util_strings', |
| 3604 'worker', | 3655 'worker', |
| 3605 '../net/net.gyp:net_resources', | 3656 '../net/net.gyp:net_resources', |
| 3606 '../views/views.gyp:views', | 3657 '../views/views.gyp:views', |
| 3607 '../webkit/webkit.gyp:webkit_resources', | 3658 '../webkit/webkit.gyp:webkit_resources', |
| 3659 '../gears/gears.gyp:gears', | |
| 3660 'tcmalloc', | |
| 3608 ], | 3661 ], |
| 3609 'rules': [ | 3662 'rules': [ |
| 3610 { | 3663 { |
| 3611 'rule_name': 'win_version', | 3664 'rule_name': 'win_version', |
| 3612 'extension': 'version', | 3665 'extension': 'version', |
| 3613 'variables': { | 3666 'variables': { |
| 3614 'version_py': '../chrome/tools/build/version.py', | 3667 'version_py': '../chrome/tools/build/version.py', |
| 3615 'VERSION': '../chrome/VERSION', | 3668 'VERSION': '../chrome/VERSION', |
| 3616 'template_input_path': 'app/chrome_dll_version.rc.version', | 3669 'template_input_path': 'app/chrome_dll_version.rc.version', |
| 3617 'template_output_path': | 3670 'template_output_path': |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3689 'VCLinkerTool': { | 3742 'VCLinkerTool': { |
| 3690 'LinkIncremental': '1', # /INCREMENTAL:NO | 3743 'LinkIncremental': '1', # /INCREMENTAL:NO |
| 3691 }, | 3744 }, |
| 3692 }, | 3745 }, |
| 3693 }, | 3746 }, |
| 3694 }, | 3747 }, |
| 3695 }, | 3748 }, |
| 3696 { | 3749 { |
| 3697 'target_name': 'activex_test_control', | 3750 'target_name': 'activex_test_control', |
| 3698 'type': 'shared_library', | 3751 'type': 'shared_library', |
| 3752 'msvs_guid': '414D4D24-5D65-498B-A33F-3A29AD3CDEDC', | |
| 3753 'msvs_existing_vcproj': 'test/activex_test_control/activex_test_contro l.vcproj', | |
| 3699 'include_dirs': [ | 3754 'include_dirs': [ |
| 3700 '..', | 3755 '..', |
| 3701 '<(INTERMEDIATE_DIR)', | 3756 '<(INTERMEDIATE_DIR)', |
| 3702 ], | 3757 ], |
| 3703 'link_settings': { | 3758 'link_settings': { |
| 3704 'libraries': [ | 3759 'libraries': [ |
| 3705 '-lcomsuppw.lib', | 3760 '-lcomsuppw.lib', |
| 3706 ], | 3761 ], |
| 3707 }, | 3762 }, |
| 3708 'sources': [ | 3763 'sources': [ |
| 3709 'test/activex_test_control/activex_test_control.cc', | 3764 'test/activex_test_control/activex_test_control.cc', |
| 3710 'test/activex_test_control/activex_test_control.def', | 3765 'test/activex_test_control/activex_test_control.def', |
| 3711 'test/activex_test_control/activex_test_control.idl', | 3766 'test/activex_test_control/activex_test_control.idl', |
| 3712 'test/activex_test_control/activex_test_control.rc', | 3767 'test/activex_test_control/activex_test_control.rc', |
| 3713 'test/activex_test_control/activex_test_control.rgs', | 3768 'test/activex_test_control/activex_test_control.rgs', |
| 3714 'test/activex_test_control/chrome_test_control.bmp', | 3769 'test/activex_test_control/chrome_test_control.bmp', |
| 3715 'test/activex_test_control/chrome_test_control.cc', | 3770 'test/activex_test_control/chrome_test_control.cc', |
| 3716 'test/activex_test_control/chrome_test_control.h', | 3771 'test/activex_test_control/chrome_test_control.h', |
| 3717 'test/activex_test_control/chrome_test_control.rgs', | 3772 'test/activex_test_control/chrome_test_control.rgs', |
| 3718 'test/activex_test_control/chrome_test_control_cp.h', | 3773 'test/activex_test_control/chrome_test_control_cp.h', |
| 3719 'test/activex_test_control/resource.h', | 3774 'test/activex_test_control/resource.h', |
| 3720 ], | 3775 ], |
| 3721 }, | 3776 }, |
| 3722 { | 3777 { |
| 3723 'target_name': 'automated_ui_tests', | 3778 'target_name': 'automated_ui_tests', |
| 3724 'type': 'executable', | 3779 'type': 'executable', |
| 3780 'msvs_guid': 'D2250C20-3A94-4FB9-AF73-11BC5B73884B', | |
| 3781 'msvs_existing_vcproj': 'test/automated_ui_tests/automated_ui_tests.vc proj', | |
| 3725 'dependencies': [ | 3782 'dependencies': [ |
| 3726 'browser', | 3783 'browser', |
| 3727 'renderer', | 3784 'renderer', |
| 3728 'test_support_common', | 3785 'test_support_common', |
| 3729 'test_support_ui', | 3786 'test_support_ui', |
| 3730 'theme_resources', | 3787 'theme_resources', |
| 3731 '../base/base.gyp:base', | 3788 '../base/base.gyp:base', |
| 3732 '../skia/skia.gyp:skia', | 3789 '../skia/skia.gyp:skia', |
| 3733 '../third_party/libxml/libxml.gyp:libxml', | 3790 '../third_party/libxml/libxml.gyp:libxml', |
| 3734 '../testing/gtest.gyp:gtest', | 3791 '../testing/gtest.gyp:gtest', |
| (...skipping 13 matching lines...) Expand all Loading... | |
| 3748 'configurations': { | 3805 'configurations': { |
| 3749 'Debug': { | 3806 'Debug': { |
| 3750 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', | 3807 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', |
| 3751 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', | 3808 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', |
| 3752 }, | 3809 }, |
| 3753 }, | 3810 }, |
| 3754 }, | 3811 }, |
| 3755 { | 3812 { |
| 3756 'target_name': 'automation', | 3813 'target_name': 'automation', |
| 3757 'type': '<(library)', | 3814 'type': '<(library)', |
| 3815 'msvs_guid': '1556EF78-C7E6-43C8-951F-F6B43AC0DD12', | |
| 3816 'msvs_existing_vcproj': 'test/automation/automation.vcproj', | |
| 3758 'dependencies': [ | 3817 'dependencies': [ |
| 3759 'theme_resources', | 3818 'theme_resources', |
| 3760 '../skia/skia.gyp:skia', | 3819 '../skia/skia.gyp:skia', |
| 3761 ], | 3820 ], |
| 3762 'include_dirs': [ | 3821 'include_dirs': [ |
| 3763 '..', | 3822 '..', |
| 3764 ], | 3823 ], |
| 3765 'sources': [ | 3824 'sources': [ |
| 3766 'test/automation/autocomplete_edit_proxy.cc', | 3825 'test/automation/autocomplete_edit_proxy.cc', |
| 3767 'test/automation/autocomplete_edit_proxy.h', | 3826 'test/automation/autocomplete_edit_proxy.h', |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 3778 'test/automation/constrained_window_proxy.h', | 3837 'test/automation/constrained_window_proxy.h', |
| 3779 'test/automation/tab_proxy.cc', | 3838 'test/automation/tab_proxy.cc', |
| 3780 'test/automation/tab_proxy.h', | 3839 'test/automation/tab_proxy.h', |
| 3781 'test/automation/window_proxy.cc', | 3840 'test/automation/window_proxy.cc', |
| 3782 'test/automation/window_proxy.h', | 3841 'test/automation/window_proxy.h', |
| 3783 ], | 3842 ], |
| 3784 }, | 3843 }, |
| 3785 { | 3844 { |
| 3786 'target_name': 'browser_tests', | 3845 'target_name': 'browser_tests', |
| 3787 'type': 'executable', | 3846 'type': 'executable', |
| 3847 'msvs_guid': '9B87804D-2502-480B-95AE-5A572CE91809', | |
| 3848 'msvs_existing_vcproj': 'test/browser/browser_tests_launcher.vcproj', | |
| 3788 'dependencies': [ | 3849 'dependencies': [ |
| 3789 'installer/installer.gyp:installer_util', | 3850 'installer/installer.gyp:installer_util', |
| 3790 ], | 3851 ], |
| 3791 'include_dirs': [ | 3852 'include_dirs': [ |
| 3792 '..', | 3853 '..', |
| 3793 ], | 3854 ], |
| 3794 'sources': [ | 3855 'sources': [ |
| 3795 'test/browser/browser_tests_launcher.cc', | 3856 'test/browser/browser_tests_launcher.cc', |
| 3796 ], | 3857 ], |
| 3797 }, | 3858 }, |
| 3798 { | 3859 { |
| 3799 'target_name': 'browser_tests_dll', | 3860 'target_name': 'browser_tests_dll', |
| 3800 'type': 'shared_library', | 3861 'type': 'shared_library', |
| 3862 'msvs_guid': 'D7589D0D-304E-4589-85A4-153B7D84B07F', | |
| 3863 'msvs_existing_vcproj': 'test/browser/browser_tests_dll.vcproj', | |
| 3801 'product_name': 'browser_tests', | 3864 'product_name': 'browser_tests', |
| 3802 'dependencies': [ | 3865 'dependencies': [ |
| 3803 'browser', | 3866 'browser', |
| 3804 'chrome_resources', | 3867 'chrome_resources', |
| 3805 'debugger', | 3868 'debugger', |
| 3806 'renderer', | 3869 'renderer', |
| 3807 'installer/installer.gyp:installer_util_strings', | 3870 'installer/installer.gyp:installer_util_strings', |
| 3808 '../base/base.gyp:base', | 3871 '../base/base.gyp:base', |
| 3809 '../base/base.gyp:base_gfx', | 3872 '../base/base.gyp:base_gfx', |
| 3810 '../net/net.gyp:net', | 3873 '../net/net.gyp:net', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3849 'configurations': { | 3912 'configurations': { |
| 3850 'Debug': { | 3913 'Debug': { |
| 3851 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', | 3914 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', |
| 3852 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', | 3915 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', |
| 3853 }, | 3916 }, |
| 3854 }, | 3917 }, |
| 3855 }, | 3918 }, |
| 3856 { | 3919 { |
| 3857 'target_name': 'convert_dict', | 3920 'target_name': 'convert_dict', |
| 3858 'type': 'executable', | 3921 'type': 'executable', |
| 3922 'msvs_guid': '42ECD5EC-722F-41DE-B6B8-83764C8016DF', | |
| 3923 'msvs_existing_vcproj': 'tools/convert_dict/convert_dict.vcproj', | |
| 3859 'dependencies': [ | 3924 'dependencies': [ |
| 3860 '../base/base.gyp:base', | 3925 '../base/base.gyp:base', |
| 3861 ], | 3926 ], |
| 3862 'include_dirs': [ | 3927 'include_dirs': [ |
| 3863 '..', | 3928 '..', |
| 3864 ], | 3929 ], |
| 3865 'sources': [ | 3930 'sources': [ |
| 3866 'third_party/hunspell/google/bdict.h', | 3931 'third_party/hunspell/google/bdict.h', |
| 3867 'third_party/hunspell/google/bdict_reader.cc', | 3932 'third_party/hunspell/google/bdict_reader.cc', |
| 3868 'third_party/hunspell/google/bdict_reader.h', | 3933 'third_party/hunspell/google/bdict_reader.h', |
| 3869 'third_party/hunspell/google/bdict_writer.cc', | 3934 'third_party/hunspell/google/bdict_writer.cc', |
| 3870 'third_party/hunspell/google/bdict_writer.h', | 3935 'third_party/hunspell/google/bdict_writer.h', |
| 3871 'tools/convert_dict/aff_reader.cc', | 3936 'tools/convert_dict/aff_reader.cc', |
| 3872 'tools/convert_dict/aff_reader.h', | 3937 'tools/convert_dict/aff_reader.h', |
| 3873 'tools/convert_dict/convert_dict.cc', | 3938 'tools/convert_dict/convert_dict.cc', |
| 3874 'tools/convert_dict/dic_reader.cc', | 3939 'tools/convert_dict/dic_reader.cc', |
| 3875 'tools/convert_dict/dic_reader.h', | 3940 'tools/convert_dict/dic_reader.h', |
| 3876 'tools/convert_dict/hunspell_reader.cc', | 3941 'tools/convert_dict/hunspell_reader.cc', |
| 3877 'tools/convert_dict/hunspell_reader.h', | 3942 'tools/convert_dict/hunspell_reader.h', |
| 3878 ], | 3943 ], |
| 3879 }, | 3944 }, |
| 3880 { | 3945 { |
| 3881 'target_name': 'crash_service', | 3946 'target_name': 'crash_service', |
| 3882 'type': 'executable', | 3947 'type': 'executable', |
| 3948 'msvs_guid': '89C1C190-A5D1-4EC4-BD6A-67FF2195C7CC', | |
| 3949 'msvs_existing_vcproj': 'tools/crash_service/crash_service.vcproj', | |
| 3883 'dependencies': [ | 3950 'dependencies': [ |
| 3884 'common', | 3951 'common', |
| 3885 '../base/base.gyp:base', | 3952 '../base/base.gyp:base', |
| 3886 '../breakpad/breakpad.gyp:breakpad_handler', | 3953 '../breakpad/breakpad.gyp:breakpad_handler', |
| 3887 '../breakpad/breakpad.gyp:breakpad_sender', | 3954 '../breakpad/breakpad.gyp:breakpad_sender', |
| 3888 ], | 3955 ], |
| 3889 'include_dirs': [ | 3956 'include_dirs': [ |
| 3890 '..', | 3957 '..', |
| 3891 ], | 3958 ], |
| 3892 'sources': [ | 3959 'sources': [ |
| 3893 'tools/crash_service/crash_service.cc', | 3960 'tools/crash_service/crash_service.cc', |
| 3894 'tools/crash_service/crash_service.h', | 3961 'tools/crash_service/crash_service.h', |
| 3895 'tools/crash_service/main.cc', | 3962 'tools/crash_service/main.cc', |
| 3896 ], | 3963 ], |
| 3897 'msvs_settings': { | 3964 'msvs_settings': { |
| 3898 'VCLinkerTool': { | 3965 'VCLinkerTool': { |
| 3899 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 3966 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
| 3900 }, | 3967 }, |
| 3901 }, | 3968 }, |
| 3902 }, | 3969 }, |
| 3903 { | 3970 { |
| 3904 'target_name': 'flush_cache', | 3971 'target_name': 'flush_cache', |
| 3905 'type': 'executable', | 3972 'type': 'executable', |
| 3973 'msvs_guid': '4539AFB3-B8DC-47F3-A491-6DAC8FD26657', | |
| 3974 'msvs_existing_vcproj': 'tools/perf/flush_cache/flush_cache.vcproj', | |
| 3906 'dependencies': [ | 3975 'dependencies': [ |
| 3907 '../base/base.gyp:base', | 3976 '../base/base.gyp:base', |
| 3908 ], | 3977 ], |
| 3909 'include_dirs': [ | 3978 'include_dirs': [ |
| 3910 '..', | 3979 '..', |
| 3911 ], | 3980 ], |
| 3912 'sources': [ | 3981 'sources': [ |
| 3913 'tools/perf/flush_cache/flush_cache.cc', | 3982 'tools/perf/flush_cache/flush_cache.cc', |
| 3914 ], | 3983 ], |
| 3915 }, | 3984 }, |
| 3916 { | 3985 { |
| 3917 'target_name': 'generate_profile', | 3986 'target_name': 'generate_profile', |
| 3918 'type': 'executable', | 3987 'type': 'executable', |
| 3988 'msvs_guid': '2E969AE9-7B12-4EDB-8E8B-48C7AE7BE357', | |
| 3989 'msvs_existing_vcproj': 'tools/profiles/generate_profile.vcproj', | |
| 3919 'dependencies': [ | 3990 'dependencies': [ |
| 3920 'browser', | 3991 'browser', |
| 3921 'debugger', | 3992 'debugger', |
| 3922 'renderer', | 3993 'renderer', |
| 3923 '../base/base.gyp:base', | 3994 '../base/base.gyp:base', |
| 3924 '../skia/skia.gyp:skia', | 3995 '../skia/skia.gyp:skia', |
| 3925 ], | 3996 ], |
| 3926 'include_dirs': [ | 3997 'include_dirs': [ |
| 3927 '..', | 3998 '..', |
| 3928 ], | 3999 ], |
| 3929 'sources': [ | 4000 'sources': [ |
| 3930 'tools/profiles/generate_profile.cc', | 4001 'tools/profiles/generate_profile.cc', |
| 3931 'tools/profiles/thumbnail-inl.h', | 4002 'tools/profiles/thumbnail-inl.h', |
| 3932 ], | 4003 ], |
| 3933 }, | 4004 }, |
| 3934 { | 4005 { |
| 3935 'target_name': 'interactive_ui_tests', | 4006 'target_name': 'interactive_ui_tests', |
| 3936 'type': 'executable', | 4007 'type': 'executable', |
| 4008 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', | |
| 4009 'msvs_existing_vcproj': 'test/interactive_ui/interactive_ui.vcproj', | |
| 3937 'dependencies': [ | 4010 'dependencies': [ |
| 3938 'chrome_resources', | 4011 'chrome_resources', |
| 3939 'chrome_strings', | 4012 'chrome_strings', |
| 3940 'debugger', | 4013 'debugger', |
| 3941 'test_support_common', | 4014 'test_support_common', |
| 3942 'test_support_ui', | 4015 'test_support_ui', |
| 3943 'third_party/hunspell/hunspell.gyp:hunspell', | 4016 'third_party/hunspell/hunspell.gyp:hunspell', |
| 3944 '../net/net.gyp:net_resources', | 4017 '../net/net.gyp:net_resources', |
| 3945 '../skia/skia.gyp:skia', | 4018 '../skia/skia.gyp:skia', |
| 3946 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 4019 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| (...skipping 30 matching lines...) Expand all Loading... | |
| 3977 'VCLinkerTool': { | 4050 'VCLinkerTool': { |
| 3978 'LinkIncremental': '1', # /INCREMENTAL:NO | 4051 'LinkIncremental': '1', # /INCREMENTAL:NO |
| 3979 }, | 4052 }, |
| 3980 }, | 4053 }, |
| 3981 }, | 4054 }, |
| 3982 }, | 4055 }, |
| 3983 }, | 4056 }, |
| 3984 { | 4057 { |
| 3985 'target_name': 'memory_test', | 4058 'target_name': 'memory_test', |
| 3986 'type': 'executable', | 4059 'type': 'executable', |
| 4060 'msvs_guid': 'A5F831FD-9B9C-4FEF-9FBA-554817B734CE', | |
| 4061 'msvs_existing_vcproj': 'test/memory_test/memory_test.vcproj', | |
| 3987 'dependencies': [ | 4062 'dependencies': [ |
| 3988 'test_support_common', | 4063 'test_support_common', |
| 3989 'test_support_ui', | 4064 'test_support_ui', |
| 3990 'theme_resources', | 4065 'theme_resources', |
| 3991 '../skia/skia.gyp:skia', | 4066 '../skia/skia.gyp:skia', |
| 3992 '../testing/gtest.gyp:gtest', | 4067 '../testing/gtest.gyp:gtest', |
| 3993 ], | 4068 ], |
| 3994 'include_dirs': [ | 4069 'include_dirs': [ |
| 3995 '..', | 4070 '..', |
| 3996 ], | 4071 ], |
| 3997 'sources': [ | 4072 'sources': [ |
| 3998 'test/memory_test/memory_test.cc', | 4073 'test/memory_test/memory_test.cc', |
| 3999 ], | 4074 ], |
| 4000 }, | 4075 }, |
| 4001 { | 4076 { |
| 4002 'target_name': 'plugin_tests', | 4077 'target_name': 'plugin_tests', |
| 4003 'type': 'executable', | 4078 'type': 'executable', |
| 4079 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', | |
| 4080 'msvs_existing_vcproj': 'test/plugin/plugin_tests.vcproj', | |
| 4004 'dependencies': [ | 4081 'dependencies': [ |
| 4005 'chrome_resources', | 4082 'chrome_resources', |
| 4006 'chrome_strings', | 4083 'chrome_strings', |
| 4007 'test_support_common', | 4084 'test_support_common', |
| 4008 'test_support_ui', | 4085 'test_support_ui', |
| 4009 '../skia/skia.gyp:skia', | 4086 '../skia/skia.gyp:skia', |
| 4010 '../testing/gtest.gyp:gtest', | 4087 '../testing/gtest.gyp:gtest', |
| 4011 '../third_party/libxml/libxml.gyp:libxml', | 4088 '../third_party/libxml/libxml.gyp:libxml', |
| 4012 '../third_party/libxslt/libxslt.gyp:libxslt', | 4089 '../third_party/libxslt/libxslt.gyp:libxslt', |
| 4013 '../third_party/npapi/npapi.gyp:npapi', | 4090 '../third_party/npapi/npapi.gyp:npapi', |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 4024 'configurations': { | 4101 'configurations': { |
| 4025 'Debug': { | 4102 'Debug': { |
| 4026 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', | 4103 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', |
| 4027 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', | 4104 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', |
| 4028 }, | 4105 }, |
| 4029 }, | 4106 }, |
| 4030 }, | 4107 }, |
| 4031 { | 4108 { |
| 4032 'target_name': 'reliability_tests', | 4109 'target_name': 'reliability_tests', |
| 4033 'type': 'executable', | 4110 'type': 'executable', |
| 4111 'msvs_guid': '8A3E1774-1DE9-445C-982D-3EE37C8A752A', | |
| 4112 'msvs_existing_vcproj': 'test/reliability/reliability_tests.vcproj', | |
| 4034 'dependencies': [ | 4113 'dependencies': [ |
| 4035 'test_support_common', | 4114 'test_support_common', |
| 4036 'test_support_ui', | 4115 'test_support_ui', |
| 4037 'theme_resources', | 4116 'theme_resources', |
| 4038 '../skia/skia.gyp:skia', | 4117 '../skia/skia.gyp:skia', |
| 4039 '../testing/gtest.gyp:gtest', | 4118 '../testing/gtest.gyp:gtest', |
| 4040 ], | 4119 ], |
| 4041 'include_dirs': [ | 4120 'include_dirs': [ |
| 4042 '..', | 4121 '..', |
| 4043 ], | 4122 ], |
| 4044 'sources': [ | 4123 'sources': [ |
| 4045 'test/reliability/page_load_test.cc', | 4124 'test/reliability/page_load_test.cc', |
| 4046 'test/reliability/page_load_test.h', | 4125 'test/reliability/page_load_test.h', |
| 4047 'test/reliability/reliability_test_suite.h', | 4126 'test/reliability/reliability_test_suite.h', |
| 4048 'test/reliability/run_all_unittests.cc', | 4127 'test/reliability/run_all_unittests.cc', |
| 4049 ], | 4128 ], |
| 4050 }, | 4129 }, |
| 4051 { | 4130 { |
| 4052 'target_name': 'security_tests', | 4131 'target_name': 'security_tests', |
| 4053 'type': 'shared_library', | 4132 'type': 'shared_library', |
| 4133 'msvs_guid': 'E750512D-FC7C-4C98-BF04-0A0DAF882055', | |
| 4134 'msvs_existing_vcproj': 'test/security_tests/security_tests.vcproj', | |
| 4054 'include_dirs': [ | 4135 'include_dirs': [ |
| 4055 '..', | 4136 '..', |
| 4056 ], | 4137 ], |
| 4057 'sources': [ | 4138 'sources': [ |
| 4058 'test/injection_test_dll.h', | 4139 'test/injection_test_dll.h', |
| 4059 'test/security_tests/ipc_security_tests.cc', | 4140 'test/security_tests/ipc_security_tests.cc', |
| 4060 'test/security_tests/ipc_security_tests.h', | 4141 'test/security_tests/ipc_security_tests.h', |
| 4061 'test/security_tests/security_tests.cc', | 4142 'test/security_tests/security_tests.cc', |
| 4062 '../sandbox/tests/validation_tests/commands.cc', | 4143 '../sandbox/tests/validation_tests/commands.cc', |
| 4063 '../sandbox/tests/validation_tests/commands.h', | 4144 '../sandbox/tests/validation_tests/commands.h', |
| 4064 ], | 4145 ], |
| 4065 }, | 4146 }, |
| 4066 { | 4147 { |
| 4067 'target_name': 'selenium_tests', | 4148 'target_name': 'selenium_tests', |
| 4068 'type': 'executable', | 4149 'type': 'executable', |
| 4150 'msvs_guid': 'E3749617-BA3D-4230-B54C-B758E56D9FA5', | |
| 4151 'msvs_existing_vcproj': 'test/selenium/selenium_tests.vcproj', | |
| 4069 'dependencies': [ | 4152 'dependencies': [ |
| 4070 'chrome_resources', | 4153 'chrome_resources', |
| 4071 'chrome_strings', | 4154 'chrome_strings', |
| 4072 'test_support_common', | 4155 'test_support_common', |
| 4073 'test_support_ui', | 4156 'test_support_ui', |
| 4074 '../skia/skia.gyp:skia', | 4157 '../skia/skia.gyp:skia', |
| 4075 '../testing/gtest.gyp:gtest', | 4158 '../testing/gtest.gyp:gtest', |
| 4076 ], | 4159 ], |
| 4077 'include_dirs': [ | 4160 'include_dirs': [ |
| 4078 '..', | 4161 '..', |
| 4079 'third_party/wtl/include', | 4162 'third_party/wtl/include', |
| 4080 ], | 4163 ], |
| 4081 'sources': [ | 4164 'sources': [ |
| 4082 'test/selenium/selenium_test.cc', | 4165 'test/selenium/selenium_test.cc', |
| 4083 'tools/build/win/precompiled_wtl.h', | 4166 'tools/build/win/precompiled_wtl.h', |
| 4084 'tools/build/win/precompiled_wtl.cc', | 4167 'tools/build/win/precompiled_wtl.cc', |
| 4085 ], | 4168 ], |
| 4086 'configurations': { | 4169 'configurations': { |
| 4087 'Debug': { | 4170 'Debug': { |
| 4088 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', | 4171 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', |
| 4089 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', | 4172 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', |
| 4090 }, | 4173 }, |
| 4091 }, | 4174 }, |
| 4092 }, | 4175 }, |
| 4093 { | 4176 { |
| 4094 'target_name': 'tab_switching_test', | 4177 'target_name': 'tab_switching_test', |
| 4095 'type': 'executable', | 4178 'type': 'executable', |
| 4179 'msvs_guid': 'A34770EA-A574-43E8-9327-F79C04770E98', | |
| 4180 'msvs_existing_vcproj': 'test/tab_switching/tab_switching.vcproj', | |
| 4096 'dependencies': [ | 4181 'dependencies': [ |
| 4097 'test_support_common', | 4182 'test_support_common', |
| 4098 'test_support_ui', | 4183 'test_support_ui', |
| 4099 'theme_resources', | 4184 'theme_resources', |
| 4100 '../skia/skia.gyp:skia', | 4185 '../skia/skia.gyp:skia', |
| 4101 '../testing/gtest.gyp:gtest', | 4186 '../testing/gtest.gyp:gtest', |
| 4102 ], | 4187 ], |
| 4103 'include_dirs': [ | 4188 'include_dirs': [ |
| 4104 '..', | 4189 '..', |
| 4105 ], | 4190 ], |
| 4106 'sources': [ | 4191 'sources': [ |
| 4107 'test/tab_switching/tab_switching_test.cc', | 4192 'test/tab_switching/tab_switching_test.cc', |
| 4108 ], | 4193 ], |
| 4109 }, | 4194 }, |
| 4110 { | 4195 { |
| 4111 'target_name': 'test_chrome_plugin', | 4196 'target_name': 'test_chrome_plugin', |
| 4112 'type': 'shared_library', | 4197 'type': 'shared_library', |
| 4198 'msvs_guid': '7F0A70F6-BE3F-4C19-B435-956AB8F30BA4', | |
| 4199 'msvs_existing_vcproj': 'test/chrome_plugin/test_chrome_plugin.vcproj' , | |
| 4113 'dependencies': [ | 4200 'dependencies': [ |
| 4114 '../base/base.gyp:base', | 4201 '../base/base.gyp:base', |
| 4115 '../build/temp_gyp/googleurl.gyp:googleurl', | 4202 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 4116 ], | 4203 ], |
| 4117 'include_dirs': [ | 4204 'include_dirs': [ |
| 4118 '..', | 4205 '..', |
| 4119 ], | 4206 ], |
| 4120 'link_settings': { | 4207 'link_settings': { |
| 4121 'libraries': [ | 4208 'libraries': [ |
| 4122 '-lwinmm.lib', | 4209 '-lwinmm.lib', |
| 4123 ], | 4210 ], |
| 4124 }, | 4211 }, |
| 4125 'sources': [ | 4212 'sources': [ |
| 4126 'test/chrome_plugin/test_chrome_plugin.cc', | 4213 'test/chrome_plugin/test_chrome_plugin.cc', |
| 4127 'test/chrome_plugin/test_chrome_plugin.def', | 4214 'test/chrome_plugin/test_chrome_plugin.def', |
| 4128 'test/chrome_plugin/test_chrome_plugin.h', | 4215 'test/chrome_plugin/test_chrome_plugin.h', |
| 4129 ], | 4216 ], |
| 4130 }, | 4217 }, |
| 4131 { | 4218 { |
| 4132 'target_name': 'theme_dll', | 4219 'target_name': 'theme_dll', |
| 4133 'type': 'shared_library', | 4220 'type': 'shared_library', |
| 4221 'msvs_guid': 'FD683DD6-D9BF-4B1B-AB6D-A3AC03EDAA4D', | |
| 4222 'msvs_existing_vcproj': 'app/theme/theme_dll.vcproj', | |
| 4134 'product_name': 'default', | 4223 'product_name': 'default', |
| 4135 'dependencies': [ | 4224 'dependencies': [ |
| 4136 'theme_resources', | 4225 'theme_resources', |
| 4137 '../app/app.gyp:app_resources', | 4226 '../app/app.gyp:app_resources', |
| 4138 ], | 4227 ], |
| 4139 'sources': [ | 4228 'sources': [ |
| 4140 '<(grit_out_dir)/theme_resources.rc', | 4229 '<(grit_out_dir)/theme_resources.rc', |
| 4141 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources.rc', | 4230 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources.rc', |
| 4142 ], | 4231 ], |
| 4143 'msvs_settings': { | 4232 'msvs_settings': { |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4181 'configurations': { | 4270 'configurations': { |
| 4182 'Debug': { | 4271 'Debug': { |
| 4183 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', | 4272 'msvs_precompiled_header': 'tools/build/win/precompiled_wtl.h', |
| 4184 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', | 4273 'msvs_precompiled_source': 'tools/build/win/precompiled_wtl.cc', |
| 4185 }, | 4274 }, |
| 4186 }, | 4275 }, |
| 4187 }, | 4276 }, |
| 4188 { | 4277 { |
| 4189 'target_name': 'worker', | 4278 'target_name': 'worker', |
| 4190 'type': '<(library)', | 4279 'type': '<(library)', |
| 4280 'msvs_guid': 'C78D02D0-A366-4EC6-A248-AA8E64C4BA18', | |
| 4281 'msvs_existing_vcproj': 'worker/worker.vcproj', | |
| 4191 'dependencies': [ | 4282 'dependencies': [ |
| 4192 '../base/base.gyp:base', | 4283 '../base/base.gyp:base', |
| 4193 '../webkit/webkit.gyp:webkit', | 4284 '../webkit/webkit.gyp:webkit', |
| 4194 ], | 4285 ], |
| 4195 'sources': [ | 4286 'sources': [ |
| 4196 'tools/build/win/precompiled.cc', | 4287 'tools/build/win/precompiled.cc', |
| 4197 'tools/build/win/precompiled.h', | 4288 'tools/build/win/precompiled.h', |
| 4198 | 4289 |
| 4199 'worker/webworkerclient_proxy.cc', | 4290 'worker/webworkerclient_proxy.cc', |
| 4200 'worker/webworkerclient_proxy.h', | 4291 'worker/webworkerclient_proxy.h', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4247 # Use outputs of this action as inputs for the main target build. | 4338 # Use outputs of this action as inputs for the main target build. |
| 4248 # Seems as a misnomer but makes this happy on Linux (scons). | 4339 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4249 'process_outputs_as_sources': 1, | 4340 'process_outputs_as_sources': 1, |
| 4250 }, | 4341 }, |
| 4251 ], # 'actions' | 4342 ], # 'actions' |
| 4252 }, | 4343 }, |
| 4253 ] | 4344 ] |
| 4254 }], | 4345 }], |
| 4255 ], # 'conditions' | 4346 ], # 'conditions' |
| 4256 } | 4347 } |
| OLD | NEW |