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