Chromium Code Reviews

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5360002: Use BRANDING for IE CEEE. Simplify chrome_dll_version handling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge with head Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 10 matching lines...)
21 # This target contains mocks and test utilities that don't belong in 21 # This target contains mocks and test utilities that don't belong in
22 # production libraries but are used by more than one test executable. 22 # production libraries but are used by more than one test executable.
23 'target_name': 'test_support_common', 23 'target_name': 'test_support_common',
24 'type': '<(library)', 24 'type': '<(library)',
25 'dependencies': [ 25 'dependencies': [
26 'browser', 26 'browser',
27 'common', 27 'common',
28 'renderer', 28 'renderer',
29 'chrome_resources', 29 'chrome_resources',
30 'chrome_strings', 30 'chrome_strings',
31 'browser/policy/proto/device_management_proto.gyp:device_management_prot o_cpp',
robertshield 2010/11/26 11:45:05 This looks like a merge artifact, please confirm t
Jói 2010/11/26 11:59:07 It's intentional, see the last line of the check-i
31 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', 32 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
32 'theme_resources', 33 'theme_resources',
33 '../base/base.gyp:test_support_base', 34 '../base/base.gyp:test_support_base',
34 '../skia/skia.gyp:skia', 35 '../skia/skia.gyp:skia',
35 '../testing/gmock.gyp:gmock', 36 '../testing/gmock.gyp:gmock',
36 '../testing/gtest.gyp:gtest', 37 '../testing/gtest.gyp:gtest',
37 ], 38 ],
38 'export_dependent_settings': [ 39 'export_dependent_settings': [
39 'renderer', 40 'renderer',
40 ], 41 ],
(...skipping 335 matching lines...)
376 'dependencies': [ 377 'dependencies': [
377 '../views/views.gyp:views', 378 '../views/views.gyp:views',
378 ], 379 ],
379 }], 380 }],
380 ['OS=="win"', { 381 ['OS=="win"', {
381 'include_dirs': [ 382 'include_dirs': [
382 '../third_party/wtl/include', 383 '../third_party/wtl/include',
383 ], 384 ],
384 'dependencies': [ 385 'dependencies': [
385 '../app/app.gyp:app_resources', 386 '../app/app.gyp:app_resources',
386 'chrome.gyp:chrome_dll_version', 387 'chrome.gyp:chrome_version_header',
387 'chrome.gyp:crash_service', # run time dependency 388 'chrome.gyp:crash_service', # run time dependency
388 'chrome.gyp:installer_util_strings', 389 'chrome.gyp:installer_util_strings',
389 '../sandbox/sandbox.gyp:sandbox', 390 '../sandbox/sandbox.gyp:sandbox',
390 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 391 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
391 ], 392 ],
392 'sources': [ 393 'sources': [
393 '../webkit/glue/resources/aliasb.cur', 394 '../webkit/glue/resources/aliasb.cur',
394 '../webkit/glue/resources/cell.cur', 395 '../webkit/glue/resources/cell.cur',
395 '../webkit/glue/resources/col_resize.cur', 396 '../webkit/glue/resources/col_resize.cur',
396 '../webkit/glue/resources/copy.cur', 397 '../webkit/glue/resources/copy.cur',
397 '../webkit/glue/resources/row_resize.cur', 398 '../webkit/glue/resources/row_resize.cur',
398 '../webkit/glue/resources/vertical_text.cur', 399 '../webkit/glue/resources/vertical_text.cur',
399 '../webkit/glue/resources/zoom_in.cur', 400 '../webkit/glue/resources/zoom_in.cur',
400 '../webkit/glue/resources/zoom_out.cur', 401 '../webkit/glue/resources/zoom_out.cur',
401 402
402 'app/chrome_dll.rc', 403 'app/chrome_dll.rc',
404 'app/chrome_dll_version.rc',
403 'test/data/resource.rc', 405 'test/data/resource.rc',
404 406
405 # TODO: It would be nice to have these pulled in 407 # TODO: It would be nice to have these pulled in
406 # automatically from direct_dependent_settings in 408 # automatically from direct_dependent_settings in
407 # their various targets (net.gyp:net_resources, etc.), 409 # their various targets (net.gyp:net_resources, etc.),
408 # but that causes errors in other targets when 410 # but that causes errors in other targets when
409 # resulting .res files get referenced multiple times. 411 # resulting .res files get referenced multiple times.
410 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 412 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
411 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 413 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
412 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 414 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
(...skipping 273 matching lines...)
686 'test/webdriver/commands/create_session.h', 688 'test/webdriver/commands/create_session.h',
687 'test/webdriver/commands/create_session.cc', 689 'test/webdriver/commands/create_session.cc',
688 'test/webdriver/commands/execute_command.h', 690 'test/webdriver/commands/execute_command.h',
689 'test/webdriver/commands/execute_command.cc', 691 'test/webdriver/commands/execute_command.cc',
690 'test/webdriver/commands/navigate_commands.h', 692 'test/webdriver/commands/navigate_commands.h',
691 'test/webdriver/commands/navigate_commands.cc', 693 'test/webdriver/commands/navigate_commands.cc',
692 'test/webdriver/commands/response.h', 694 'test/webdriver/commands/response.h',
693 'test/webdriver/commands/session_with_id.h', 695 'test/webdriver/commands/session_with_id.h',
694 'test/webdriver/commands/session_with_id.cc', 696 'test/webdriver/commands/session_with_id.cc',
695 'test/webdriver/commands/source_command.h', 697 'test/webdriver/commands/source_command.h',
696 'test/webdriver/commands/source_command.cc', 698 'test/webdriver/commands/source_command.cc',
697 'test/webdriver/commands/speed_command.h', 699 'test/webdriver/commands/speed_command.h',
698 'test/webdriver/commands/speed_command.cc', 700 'test/webdriver/commands/speed_command.cc',
699 'test/webdriver/commands/title_command.h', 701 'test/webdriver/commands/title_command.h',
700 'test/webdriver/commands/title_command.cc', 702 'test/webdriver/commands/title_command.cc',
701 'test/webdriver/commands/url_command.h', 703 'test/webdriver/commands/url_command.h',
702 'test/webdriver/commands/url_command.cc', 704 'test/webdriver/commands/url_command.cc',
703 'test/webdriver/commands/webdriver_command.h', 705 'test/webdriver/commands/webdriver_command.h',
704 'test/webdriver/commands/webdriver_command.cc', 706 'test/webdriver/commands/webdriver_command.cc',
705 ], 707 ],
706 'conditions': [ 708 'conditions': [
(...skipping 282 matching lines...)
989 'defines': [ 991 'defines': [
990 'CLD_WINDOWS', 992 'CLD_WINDOWS',
991 ], 993 ],
992 'direct_dependent_settings': { 994 'direct_dependent_settings': {
993 'defines': [ 995 'defines': [
994 'CLD_WINDOWS', 996 'CLD_WINDOWS',
995 ], 997 ],
996 }, 998 },
997 'sources': [ 999 'sources': [
998 'app/breakpad_mac_stubs.mm', 1000 'app/breakpad_mac_stubs.mm',
999 'app/chrome_dll.rc',
1000 # All unittests in browser, common, renderer and service. 1001 # All unittests in browser, common, renderer and service.
1001 'browser/about_flags_unittest.cc', 1002 'browser/about_flags_unittest.cc',
1002 'browser/accessibility/browser_accessibility_mac_unittest.mm', 1003 'browser/accessibility/browser_accessibility_mac_unittest.mm',
1003 'browser/accessibility/browser_accessibility_win_unittest.cc', 1004 'browser/accessibility/browser_accessibility_win_unittest.cc',
1004 'browser/app_controller_mac_unittest.mm', 1005 'browser/app_controller_mac_unittest.mm',
1005 'browser/autocomplete_history_manager_unittest.cc', 1006 'browser/autocomplete_history_manager_unittest.cc',
1006 'browser/autocomplete/autocomplete_edit_unittest.cc', 1007 'browser/autocomplete/autocomplete_edit_unittest.cc',
1007 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', 1008 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm',
1008 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc', 1009 'browser/autocomplete/autocomplete_popup_view_gtk_unittest.cc',
1009 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', 1010 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm',
(...skipping 782 matching lines...)
1792 'dependencies': [ 1793 'dependencies': [
1793 'convert_dict_lib', 1794 'convert_dict_lib',
1794 '../third_party/hunspell/hunspell.gyp:hunspell', 1795 '../third_party/hunspell/hunspell.gyp:hunspell',
1795 ], 1796 ],
1796 'sources!': [ 1797 'sources!': [
1797 'browser/spellchecker_platform_engine_unittest.cc', 1798 'browser/spellchecker_platform_engine_unittest.cc',
1798 ], 1799 ],
1799 }], 1800 }],
1800 ['OS=="win"', { 1801 ['OS=="win"', {
1801 'dependencies': [ 1802 'dependencies': [
1802 'chrome_dll_version', 1803 'chrome_version_header',
1803 'installer_util_strings', 1804 'installer_util_strings',
1804 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 1805 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
1805 '../third_party/isimpledom/isimpledom.gyp:isimpledom', 1806 '../third_party/isimpledom/isimpledom.gyp:isimpledom',
1806 'test_chrome_plugin', # run time dependency 1807 'test_chrome_plugin', # run time dependency
1807 ], 1808 ],
1808 'conditions': [ 1809 'conditions': [
1809 ['win_use_allocator_shim==1', { 1810 ['win_use_allocator_shim==1', {
1810 'dependencies': [ 1811 'dependencies': [
1811 '<(allocator_target)', 1812 '<(allocator_target)',
1812 ], 1813 ],
1813 }], 1814 }],
1814 ], 1815 ],
1815 'include_dirs': [ 1816 'include_dirs': [
1816 '<(DEPTH)/third_party/wtl/include', 1817 '<(DEPTH)/third_party/wtl/include',
1817 ], 1818 ],
1818 'sources': [ 1819 'sources': [
1820 'app/chrome_dll.rc',
1821 'app/chrome_dll_version.rc',
1822
1819 # TODO: It would be nice to have these pulled in 1823 # TODO: It would be nice to have these pulled in
1820 # automatically from direct_dependent_settings in 1824 # automatically from direct_dependent_settings in
1821 # their various targets (net.gyp:net_resources, etc.), 1825 # their various targets (net.gyp:net_resources, etc.),
1822 # but that causes errors in other targets when 1826 # but that causes errors in other targets when
1823 # resulting .res files get referenced multiple times. 1827 # resulting .res files get referenced multiple times.
1824 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 1828 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
1825 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 1829 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
1826 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 1830 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
1827 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', 1831 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc',
1828 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', 1832 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
(...skipping 16 matching lines...)
1845 'VCLinkerTool': { 1849 'VCLinkerTool': {
1846 # Forcing incremental build off to try to avoid incremental 1850 # Forcing incremental build off to try to avoid incremental
1847 # linking errors on 64-bit bots too. http://crbug.com/52555 1851 # linking errors on 64-bit bots too. http://crbug.com/52555
1848 'LinkIncremental': '1', 1852 'LinkIncremental': '1',
1849 }, 1853 },
1850 }, 1854 },
1851 }, 1855 },
1852 }, 1856 },
1853 }, { # else: OS != "win" 1857 }, { # else: OS != "win"
1854 'sources!': [ 1858 'sources!': [
1855 'app/chrome_dll.rc',
1856 'browser/accessibility/browser_accessibility_win_unittest.cc', 1859 'browser/accessibility/browser_accessibility_win_unittest.cc',
1857 'browser/bookmarks/bookmark_codec_unittest.cc', 1860 'browser/bookmarks/bookmark_codec_unittest.cc',
1858 'browser/bookmarks/bookmark_drag_data_unittest.cc', 1861 'browser/bookmarks/bookmark_drag_data_unittest.cc',
1859 'browser/chrome_plugin_unittest.cc', 1862 'browser/chrome_plugin_unittest.cc',
1860 'browser/extensions/extension_process_manager_unittest.cc', 1863 'browser/extensions/extension_process_manager_unittest.cc',
1861 'browser/login_prompt_unittest.cc', 1864 'browser/login_prompt_unittest.cc',
1862 'browser/rlz/rlz_unittest.cc', 1865 'browser/rlz/rlz_unittest.cc',
1863 'browser/search_engines/template_url_scraper_unittest.cc', 1866 'browser/search_engines/template_url_scraper_unittest.cc',
1864 'browser/ui/views/bookmark_editor_view_unittest.cc', 1867 'browser/ui/views/bookmark_editor_view_unittest.cc',
1865 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 1868 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
(...skipping 44 matching lines...)
1910 '../third_party/icu/icu.gyp:icuuc', 1913 '../third_party/icu/icu.gyp:icuuc',
1911 # Runtime dependencies 1914 # Runtime dependencies
1912 'chrome_mesa', 1915 'chrome_mesa',
1913 ], 1916 ],
1914 'include_dirs': [ 1917 'include_dirs': [
1915 '..', 1918 '..',
1916 ], 1919 ],
1917 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 1920 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
1918 'sources': [ 1921 'sources': [
1919 'app/breakpad_mac_stubs.mm', 1922 'app/breakpad_mac_stubs.mm',
1920 'app/chrome_command_ids.h',
1921 'app/chrome_dll.rc',
1922 'app/chrome_dll_resource.h',
1923 'app/chrome_dll_version.rc.version',
1924 'browser/autocomplete/autocomplete_browsertest.cc', 1923 'browser/autocomplete/autocomplete_browsertest.cc',
1925 'browser/browser_browsertest.cc', 1924 'browser/browser_browsertest.cc',
1926 'browser/browsing_data_database_helper_browsertest.cc', 1925 'browser/browsing_data_database_helper_browsertest.cc',
1927 'browser/browsing_data_local_storage_helper_browsertest.cc', 1926 'browser/browsing_data_local_storage_helper_browsertest.cc',
1928 'browser/child_process_security_policy_browsertest.cc', 1927 'browser/child_process_security_policy_browsertest.cc',
1929 'browser/chromeos/cros/cros_in_process_browser_test.cc', 1928 'browser/chromeos/cros/cros_in_process_browser_test.cc',
1930 'browser/chromeos/cros/cros_in_process_browser_test.h', 1929 'browser/chromeos/cros/cros_in_process_browser_test.h',
1931 'browser/chromeos/cros/cros_mock.cc', 1930 'browser/chromeos/cros/cros_mock.cc',
1932 'browser/chromeos/cros/cros_mock.h', 1931 'browser/chromeos/cros/cros_mock.h',
1933 'browser/chromeos/cros/mock_cros_library.h', 1932 'browser/chromeos/cros/mock_cros_library.h',
(...skipping 192 matching lines...)
2126 ], 2125 ],
2127 }], 2126 }],
2128 ['OS!="linux" or toolkit_views==1', { 2127 ['OS!="linux" or toolkit_views==1', {
2129 'sources!': [ 2128 'sources!': [
2130 'browser/extensions/browser_action_test_util_gtk.cc', 2129 'browser/extensions/browser_action_test_util_gtk.cc',
2131 'browser/gtk/view_id_util_browsertest.cc', 2130 'browser/gtk/view_id_util_browsertest.cc',
2132 ], 2131 ],
2133 }], 2132 }],
2134 ['OS=="win"', { 2133 ['OS=="win"', {
2135 'sources': [ 2134 'sources': [
2135 'app/chrome_command_ids.h',
2136 'app/chrome_dll_resource.h',
2137 'app/chrome_dll.rc',
2138 'app/chrome_dll_version.rc',
2136 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 2139 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
2137 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 2140 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
2138 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
2139 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 2141 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
2140 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 2142 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
2141 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', 2143 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc',
2142 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', 2144 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
2143 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', 2145 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc',
2144 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', 2146 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
2145 ], 2147 ],
2146 'include_dirs': [ 2148 'include_dirs': [
2147 '<(DEPTH)/third_party/wtl/include', 2149 '<(DEPTH)/third_party/wtl/include',
2148 ], 2150 ],
2149 'dependencies': [ 2151 'dependencies': [
2150 'chrome_dll_version', 2152 'chrome_version_header',
2151 'installer_util_strings', 2153 'installer_util_strings',
2152 '../sandbox/sandbox.gyp:sandbox', 2154 '../sandbox/sandbox.gyp:sandbox',
2153 ], 2155 ],
2154 'conditions': [ 2156 'conditions': [
2155 ['win_use_allocator_shim==1', { 2157 ['win_use_allocator_shim==1', {
2156 'dependencies': [ 2158 'dependencies': [
2157 '<(allocator_target)', 2159 '<(allocator_target)',
2158 ], 2160 ],
2159 }], 2161 }],
2160 ], 2162 ],
2161 'configurations': { 2163 'configurations': {
2162 'Debug_Base': { 2164 'Debug_Base': {
2163 'msvs_settings': { 2165 'msvs_settings': {
2164 'VCLinkerTool': { 2166 'VCLinkerTool': {
2165 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 2167 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
2166 }, 2168 },
2167 }, 2169 },
2168 }, 2170 },
2169 } 2171 }
2170 }, { # else: OS != "win" 2172 }, { # else: OS != "win"
2171 'sources!': [ 2173 'sources!': [
2172 'app/chrome_command_ids.h',
2173 'app/chrome_dll.rc',
2174 'app/chrome_dll_resource.h',
2175 'app/chrome_dll_version.rc.version',
2176 'browser/extensions/extension_popup_apitest.cc', 2174 'browser/extensions/extension_popup_apitest.cc',
2177 'browser/extensions/extension_rlz_apitest.cc', 2175 'browser/extensions/extension_rlz_apitest.cc',
2178 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and 2176 # TODO(jam): http://crbug.com/15101 These tests fail on Linux and
2179 # Mac. 2177 # Mac.
2180 'browser/child_process_security_policy_browsertest.cc', 2178 'browser/child_process_security_policy_browsertest.cc',
2181 'browser/renderer_host/test/web_cache_manager_browsertest.cc', 2179 'browser/renderer_host/test/web_cache_manager_browsertest.cc',
2182 'browser/renderer_host/test/render_view_host_manager_browsertest.cc' , 2180 'browser/renderer_host/test/render_view_host_manager_browsertest.cc' ,
2183 ], 2181 ],
2184 }], 2182 }],
2185 ['OS=="linux"', { 2183 ['OS=="linux"', {
(...skipping 74 matching lines...)
2260 '../skia/skia.gyp:skia', 2258 '../skia/skia.gyp:skia',
2261 '../testing/gtest.gyp:gtest', 2259 '../testing/gtest.gyp:gtest',
2262 # This is the safebrowsing test server. 2260 # This is the safebrowsing test server.
2263 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', 2261 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing',
2264 ], 2262 ],
2265 'include_dirs': [ 2263 'include_dirs': [
2266 '..', 2264 '..',
2267 ], 2265 ],
2268 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 2266 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
2269 'sources': [ 2267 'sources': [
2270 'app/chrome_dll.rc',
2271 'browser/safe_browsing/safe_browsing_test.cc', 2268 'browser/safe_browsing/safe_browsing_test.cc',
2272 'test/in_process_browser_test.cc', 2269 'test/in_process_browser_test.cc',
2273 'test/in_process_browser_test.h', 2270 'test/in_process_browser_test.h',
2274 'test/out_of_proc_test_runner.cc', 2271 'test/out_of_proc_test_runner.cc',
2275 ], 2272 ],
2276 'conditions': [ 2273 'conditions': [
2277 ['OS=="win"', { 2274 ['OS=="win"', {
2278 'dependencies': [ 2275 'dependencies': [
2279 'chrome_dll_version', 2276 'chrome_version_header',
2280 'installer_util_strings', 2277 'installer_util_strings',
2281 '../sandbox/sandbox.gyp:sandbox', 2278 '../sandbox/sandbox.gyp:sandbox',
2282 ], 2279 ],
2283 'sources': [ 2280 'sources': [
2281 'app/chrome_dll.rc',
2282 'app/chrome_dll_version.rc',
2284 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 2283 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
2285 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 2284 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
2286 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
2287 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 2285 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
2288 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 2286 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
2289 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc', 2287 '<(SHARED_INTERMEDIATE_DIR)/chrome/renderer_resources.rc',
2290 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', 2288 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
2291 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc', 2289 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_chromium_resources.rc',
2292 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', 2290 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
2293 ], 2291 ],
2294 'configurations': { 2292 'configurations': {
2295 'Debug_Base': { 2293 'Debug_Base': {
2296 'msvs_settings': { 2294 'msvs_settings': {
(...skipping 426 matching lines...)
2723 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 2721 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
2724 ], 2722 ],
2725 'include_dirs': [ 2723 'include_dirs': [
2726 '..', 2724 '..',
2727 '<(INTERMEDIATE_DIR)', 2725 '<(INTERMEDIATE_DIR)',
2728 '<(protoc_out_dir)', 2726 '<(protoc_out_dir)',
2729 ], 2727 ],
2730 # TODO(phajdan.jr): Only temporary, to make transition easier. 2728 # TODO(phajdan.jr): Only temporary, to make transition easier.
2731 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 2729 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
2732 'sources': [ 2730 'sources': [
2733 'app/chrome_command_ids.h',
2734 'app/chrome_dll.rc',
2735 'app/chrome_dll_resource.h',
2736 'app/chrome_dll_version.rc.version',
2737 'browser/autofill/autofill_common_test.cc', 2731 'browser/autofill/autofill_common_test.cc',
2738 'browser/autofill/autofill_common_test.h', 2732 'browser/autofill/autofill_common_test.h',
2739 'browser/password_manager/password_form_data.cc', 2733 'browser/password_manager/password_form_data.cc',
2740 'browser/sessions/session_backend.cc', 2734 'browser/sessions/session_backend.cc',
2741 'browser/sessions/session_service_test_helper.cc', 2735 'browser/sessions/session_service_test_helper.cc',
2742 'browser/sync/glue/session_model_associator.cc', 2736 'browser/sync/glue/session_model_associator.cc',
2743 'test/bookmark_load_observer.h', 2737 'test/bookmark_load_observer.h',
2744 'test/in_process_browser_test.cc', 2738 'test/in_process_browser_test.cc',
2745 'test/in_process_browser_test.h', 2739 'test/in_process_browser_test.h',
2746 'test/out_of_proc_test_runner.cc', 2740 'test/out_of_proc_test_runner.cc',
(...skipping 31 matching lines...)
2778 'test/live_sync/two_client_live_preferences_sync_test.cc', 2772 'test/live_sync/two_client_live_preferences_sync_test.cc',
2779 'test/live_sync/two_client_live_passwords_sync_test.cc', 2773 'test/live_sync/two_client_live_passwords_sync_test.cc',
2780 'test/live_sync/two_client_live_sessions_sync_test.cc', 2774 'test/live_sync/two_client_live_sessions_sync_test.cc',
2781 'test/live_sync/two_client_live_themes_sync_test.cc', 2775 'test/live_sync/two_client_live_themes_sync_test.cc',
2782 'test/test_notification_tracker.cc', 2776 'test/test_notification_tracker.cc',
2783 'test/test_notification_tracker.h', 2777 'test/test_notification_tracker.h',
2784 'test/testing_browser_process.h', 2778 'test/testing_browser_process.h',
2785 'test/ui_test_utils_linux.cc', 2779 'test/ui_test_utils_linux.cc',
2786 'test/ui_test_utils_mac.mm', 2780 'test/ui_test_utils_mac.mm',
2787 'test/ui_test_utils_win.cc', 2781 'test/ui_test_utils_win.cc',
2788 'test/data/resource.rc',
2789 ], 2782 ],
2790 'conditions': [ 2783 'conditions': [
2791 # Plugin code. 2784 # Plugin code.
2792 ['OS=="linux" or OS=="win"', { 2785 ['OS=="linux" or OS=="win"', {
2793 'dependencies': [ 2786 'dependencies': [
2794 'plugin', 2787 'plugin',
2795 ], 2788 ],
2796 'export_dependent_settings': [ 2789 'export_dependent_settings': [
2797 'plugin', 2790 'plugin',
2798 ], 2791 ],
2799 }], 2792 }],
2800 ['OS=="linux"', { 2793 ['OS=="linux"', {
2801 'dependencies': [ 2794 'dependencies': [
2802 '../build/linux/system.gyp:gtk', 2795 '../build/linux/system.gyp:gtk',
2803 '../build/linux/system.gyp:nss', 2796 '../build/linux/system.gyp:nss',
2804 ], 2797 ],
2805 }], 2798 }],
2806 ['OS=="mac"', { 2799 ['OS=="mac"', {
2807 # See the comment in this section of the unit_tests target for an 2800 # See the comment in this section of the unit_tests target for an
2808 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap). 2801 # explanation (crbug.com/43791 - libwebcore.a is too large to mmap).
2809 'dependencies+++': [ 2802 'dependencies+++': [
2810 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore', 2803 '../third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp:webcore',
2811 ], 2804 ],
2812 # The sync_integration_tests do not run on mac without this flag. 2805 # The sync_integration_tests do not run on mac without this flag.
2813 # Search for comments about "xcode_settings" elsewhere in this file. 2806 # Search for comments about "xcode_settings" elsewhere in this file.
2814 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 2807 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
2815 }], 2808 }],
2816 ['OS=="win"', { 2809 ['OS=="win"', {
2817 'sources': [ 2810 'sources': [
2811 'app/chrome_command_ids.h',
2812 'app/chrome_dll.rc',
2813 'app/chrome_dll_resource.h',
2814 'app/chrome_dll_version.rc',
2815 'test/data/resource.rc',
2818 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', 2816 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc',
2819 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc', 2817 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_resources.rc',
2820 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_version.rc ',
2821 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc', 2818 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
2822 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc', 2819 '<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
2823 ], 2820 ],
2824 'include_dirs': [ 2821 'include_dirs': [
2825 '<(DEPTH)/third_party/wtl/include', 2822 '<(DEPTH)/third_party/wtl/include',
2826 ], 2823 ],
2827 'dependencies': [ 2824 'dependencies': [
2828 'chrome_dll_version', 2825 'chrome_version_header',
2829 'installer_util_strings', 2826 'installer_util_strings',
2830 '../sandbox/sandbox.gyp:sandbox', 2827 '../sandbox/sandbox.gyp:sandbox',
2831 ], 2828 ],
2832 'conditions': [ 2829 'conditions': [
2833 ['win_use_allocator_shim==1', { 2830 ['win_use_allocator_shim==1', {
2834 'dependencies': [ 2831 'dependencies': [
2835 '<(allocator_target)', 2832 '<(allocator_target)',
2836 ], 2833 ],
2837 }], 2834 }],
2838 ], 2835 ],
2839 'configurations': { 2836 'configurations': {
2840 'Debug': { 2837 'Debug': {
2841 'msvs_settings': { 2838 'msvs_settings': {
2842 'VCLinkerTool': { 2839 'VCLinkerTool': {
2843 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 2840 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
2844 }, 2841 },
2845 }, 2842 },
2846 }, 2843 },
2847 }, 2844 },
2848 }, { # else: OS != "win"
2849 'sources!': [
2850 'app/chrome_dll.rc',
2851 'app/chrome_dll_version.rc.version',
2852 'test/data/resource.rc',
2853 ],
2854 }], 2845 }],
2855 ['toolkit_views==1', { 2846 ['toolkit_views==1', {
2856 'dependencies': [ 2847 'dependencies': [
2857 '../views/views.gyp:views', 2848 '../views/views.gyp:views',
2858 ], 2849 ],
2859 }], 2850 }],
2860 ], 2851 ],
2861 }, 2852 },
2862 { 2853 {
2863 'target_name': 'plugin_tests', 2854 'target_name': 'plugin_tests',
(...skipping 551 matching lines...)
3415 ] 3406 ]
3416 }], # 'coverage!=0' 3407 }], # 'coverage!=0'
3417 ], # 'conditions' 3408 ], # 'conditions'
3418 } 3409 }
3419 3410
3420 # Local Variables: 3411 # Local Variables:
3421 # tab-width:2 3412 # tab-width:2
3422 # indent-tabs-mode:nil 3413 # indent-tabs-mode:nil
3423 # End: 3414 # End:
3424 # vim: set expandtab tabstop=2 shiftwidth=2: 3415 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/chrome_dll.gypi ('K') | « chrome/chrome_dll.gypi ('k') | chrome/version.h.in » ('j') | no next file with comments »

Powered by Google App Engine